MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / debug_op

Method debug_op

tensorflow/python/debug/lib/debug_data.py:378–385  ·  view source on GitHub ↗

Name of the debug op. Returns: (`str`) debug op name (e.g., `DebugIdentity`).

(self)

Source from the content-addressed store, hash-verified

376
377 @property
378 def debug_op(self):
379 """Name of the debug op.
380
381 Returns:
382 (`str`) debug op name (e.g., `DebugIdentity`).
383 """
384
385 return self._debug_op
386
387 @property
388 def device_name(self):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected