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