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