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