blob: 9428ffa44a54fa8eec3e8102d2dd4ba2d551ccc4 [file] [log] [blame]
func @LogicalNot_platform_elem_type_output_type(%arg0: tensor<*xelem_type>)
-> tensor<*xoutput_type> attributes {tf_entry, llvm.emit_c_interface} {
%0 = "tf.LogicalNot"(%arg0) : (tensor<*xelem_type>) -> tensor<*xoutput_type>
return %0 : tensor<*xoutput_type>
}