Searched defs:inputs_t (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | ctc_loss_op.cc | 146 auto inputs_t = inputs->tensor<float, 3>(); in Compute() local
|
D | ctc_decoder_ops.cc | 201 auto inputs_t = inputs->tensor<float, 3>(); in Compute() local 278 auto inputs_t = inputs->tensor<float, 3>(); in Compute() local
|
/external/tensorflow/tensorflow/contrib/recurrent/python/ops/ |
D | functional_rnn.py | 107 def CellStep(theta, extended_state0, inputs_t): argument
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | rnn_test.py | 740 def _static_vs_dynamic_rnn_benchmark_dynamic(inputs_t, sequence_length): argument 984 def _dynamic_rnn_swap_memory_benchmark(inputs_t, sequence_length, swap_memory): argument
|
/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/kernel_tests/ |
D | cudnn_rnn_test.py | 201 def FProp(self, inputs_t, initial_state_t, training): argument
|