Searched defs:current_input (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
H A D | group_bidirectional_sequence_ops.cc | 458 std::string current_input = first_fw_sequence_input->outputs[0]; in GroupDynamicSequenceOps() local 529 std::string current_input = first_fw_lstm_input->outputs[0]; in Run() local 605 std::string current_input = first_fw_rnn_input->outputs[0]; in Run() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/control_flow/ |
H A D | functional_ops_test.py | 352 def fn(_, current_input): argument 363 def fn(_, current_input): argument 385 def fn(_, current_input): argument
|
/aosp_15_r20/external/libchrome-gestures/src/ |
H A D | sensor_jump_filter_interpreter.cc | 50 std::map<short, FingerState> current_input; in SyncInterpretImpl() local
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/ |
H A D | strip_unused_nodes.cc | 139 for (const string& current_input : current_inputs) { in StripUnusedNodes() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | rnn.py | 1230 def body(time, elements_finished, current_input, emit_ta, state, argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/ |
H A D | backend.py | 6207 def range_less_than(old_input, current_input): argument
|