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

Method input

tensorflow/python/ops/parallel_for/pfor.py:737–739  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

735 return len(self._inputs)
736
737 def input(self, index):
738 assert len(self._inputs) > index, (index, self._inputs)
739 return self._inputs[index]
740
741 def stacked_input(self, index):
742 t, is_stacked, _ = self.input(index)

Callers 15

stacked_inputMethod · 0.95
unstacked_inputMethod · 0.95
_convert_gatherFunction · 0.45
_convert_matmulFunction · 0.45
_convert_biasaddFunction · 0.45
_convert_equalFunction · 0.45
_convert_not_equalFunction · 0.45
_convert_selectv2Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected