Home | History | Annotate | Download | only in eager

Lines Matching refs:op_type

40                op_type,
48 op_type: Type name of the op that generated the tensor that generated the
57 self._op_type = op_type
86 def op_type(self):
106 def inf_nan_callback(op_type,
123 op_type: Name of the TFE operation type (e.g., `MatMul`).
176 error = InfOrNanError(op_type, op_name, index, len(outputs), value)
189 def inf_callback(op_type,
197 op_type,
207 def nan_callback(op_type,
215 op_type,
237 def print_even_callback(op_type, op_name, attrs, inputs, outputs):
240 print("Even output from %s: %s" % (op_name or op_type, outputs))
253 `f(op_type, op_name, attrs, inputs, outputs)`.
254 `op_type` is the type of the operation that was just executed (e.g.,