Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dgroup_bidirectional_sequence_ops.cc463 string current_input = first_fw_sequence_input->outputs[0]; in GroupDynamicSequenceOps() local
539 string current_input = first_fw_lstm_input->outputs[0]; in Run() local
616 string current_input = first_fw_rnn_input->outputs[0]; in Run() local
/external/tensorflow/tensorflow/tools/graph_transforms/
Dstrip_unused_nodes.cc140 for (const string& current_input : current_inputs) { in StripUnusedNodes() local
/external/tensorflow/tensorflow/python/kernel_tests/
Dfunctional_ops_test.py350 def fn(_, current_input): argument
361 def fn(_, current_input): argument
383 def fn(_, current_input): argument
/external/tensorflow/tensorflow/python/ops/
Drnn.py1148 def body(time, elements_finished, current_input, argument
/external/tensorflow/tensorflow/lite/experimental/micro/kernels/portable_optimized/
Ddepthwise_conv.cc199 const uint8* current_input = in DepthwiseConvOptimizedForFilterWidthEight() local
/external/tensorflow/tensorflow/python/keras/
Dbackend.py5109 def range_less_than(_, current_input): argument
/external/v8/src/compiler/
Dbytecode-graph-builder.cc3404 Node** current_input = buffer + value_input_count; in MakeNode() local