blob: e1dcf798cf71ee20080185b0eff9ac320b0cf571 [file] [log] [blame]
func @BitwiseOr_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.BitwiseOr"(%arg0, %arg1)
: (tensor<*xelem_type>, tensor<*xelem_type>) -> tensor<*xoutput_type>
return %0 : tensor<*xoutput_type>
}