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