Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_dtype
Function · 0.45
_rnn_step
Function · 0.45
_maybe_copy_some_through
Function · 0.45
_reverse_seq
Function · 0.45
dynamic_rnn
Function · 0.45
_dynamic_rnn_loop
Function · 0.45
_time_step
Function · 0.45
raw_rnn
Function · 0.45
static_rnn
Function · 0.45
static_state_saving_rnn
Function · 0.45
static_bidirectional_rnn
Function · 0.45
_infer_state_dtype
Function · 0.45
Calls
no outgoing calls
Tested by
15
testRestructureDataset
Method · 0.36
test_dkwm_design_mean_one_sample_soundness
Method · 0.36
test_dkwm_design_mean_two_sample_soundness
Method · 0.36
testPmf
Method · 0.36
testPdf
Method · 0.36
test_safe_cumprod
Method · 0.36
test_monotonic_attention
Method · 0.36
_sparse_id_tensor_with_weights
Function · 0.36
testUnknownLastDim
Method · 0.36
testCollectOutputs
Method · 0.36
testFlatten4D
Method · 0.36
testFlatten3D
Method · 0.36