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

Method AddInnerOp

tensorflow/python/tpu/tpu.py:511–514  ·  view source on GitHub ↗
(self, op)

Source from the content-addressed store, hash-verified

509 return result
510
511 def AddInnerOp(self, op):
512 self.AddOp(op)
513 if self._outer_context:
514 self._outer_context.AddInnerOp(op)
515
516 @property
517 def grad_state(self):

Callers 2

AddOpMethod · 0.45
_AddOpInternalMethod · 0.45

Calls 1

AddOpMethod · 0.95

Tested by

no test coverage detected