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