Home
last modified time | relevance | path

Searched defs:current_input (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/
H A Dgroup_bidirectional_sequence_ops.cc458 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 Dfunctional_ops_test.py352 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 Dsensor_jump_filter_interpreter.cc50 std::map<short, FingerState> current_input; in SyncInterpretImpl() local
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dstrip_unused_nodes.cc139 for (const string& current_input : current_inputs) { in StripUnusedNodes() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Drnn.py1230 def body(time, elements_finished, current_input, emit_ta, state, argument
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/
H A Dbackend.py6207 def range_less_than(old_input, current_input): argument