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

Method AddInnerOp

tensorflow/python/compiler/xla/xla.py:273–276  ·  view source on GitHub ↗
(self, op)

Source from the content-addressed store, hash-verified

271 return result
272
273 def AddInnerOp(self, op):
274 self.AddOp(op)
275 if self._outer_context:
276 self._outer_context.AddInnerOp(op)
277
278 @property
279 def grad_state(self):

Callers 1

AddOpMethod · 0.45

Calls 1

AddOpMethod · 0.95

Tested by

no test coverage detected