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

Method flatten

tensorflow/lite/python/op_hint.py:520–521  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

518 self.name = _tensor_name_base(node.name)
519
520 def flatten(self):
521 return [self.name]
522
523 def aggregate_and_return_name_for_input(self, out_graphdef):
524 return self.name

Callers 15

_infer_state_dtypeFunction · 0.45
_rnn_stepFunction · 0.45
_maybe_copy_some_throughFunction · 0.45
_reverse_seqFunction · 0.45
dynamic_rnnFunction · 0.45
_dynamic_rnn_loopFunction · 0.45
_time_stepFunction · 0.45
raw_rnnFunction · 0.45
static_rnnFunction · 0.45
static_state_saving_rnnFunction · 0.45
static_bidirectional_rnnFunction · 0.45
_infer_state_dtypeFunction · 0.45

Calls

no outgoing calls

Tested by 15

testPmfMethod · 0.36
testPdfMethod · 0.36
test_safe_cumprodMethod · 0.36
testUnknownLastDimMethod · 0.36
testCollectOutputsMethod · 0.36
testFlatten4DMethod · 0.36
testFlatten3DMethod · 0.36