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

Method num_inputs

tensorflow/python/ops/parallel_for/pfor.py:734–735  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

732
733 @property
734 def num_inputs(self):
735 return len(self._inputs)
736
737 def input(self, index):
738 assert len(self._inputs) > index, (index, self._inputs)

Callers 2

RunCppShapeInferenceImplFunction · 0.45
ComputeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected