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

Method op

tensorflow/python/framework/ops.py:398–400  ·  view source on GitHub ↗

The `Operation` that produces this tensor as an output.

(self)

Source from the content-addressed store, hash-verified

396
397 @property
398 def op(self):
399 """The `Operation` that produces this tensor as an output."""
400 return self._op
401
402 @property
403 def dtype(self):

Callers 7

PrintAllPythonOpsFunction · 0.45
RunCppShapeInferenceImplFunction · 0.45
GetPythonOpsFunction · 0.45
PrintNodeInfoMethod · 0.45
AnalyzeCostsMethod · 0.45
PrintAnalysisMethod · 0.45
TryFindKernelClassFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected