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

Method AddValue

tensorflow/python/tpu/tpu.py:1570–1574  ·  view source on GitHub ↗
(self, val)

Source from the content-addressed store, hash-verified

1568 self._outer_context.AddInnerOp(op)
1569
1570 def AddValue(self, val):
1571 result = val
1572 if self._outer_context:
1573 result = self._outer_context.AddValue(val)
1574 return result
1575
1576 def AddInnerOp(self, op):
1577 self._AddOpInternal(op)

Callers

nothing calls this directly

Calls 1

AddValueMethod · 0.45

Tested by

no test coverage detected