Searched defs:input_mode (Results 1 – 6 of 6) sorted by relevance
| /external/u-boot/scripts/kconfig/ |
| D | conf.c | 24 enum input_mode { enum 38 static enum input_mode input_mode = oldaskconfig; variable
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | cudnn_rnn_ops.cc | 272 int input_size, RnnInputMode* input_mode) { in ToRNNInputMode() 1029 RnnInputMode input_mode; in ExtractCudnnRNNParamsInfo() local 1052 const RnnInputMode& input_mode, in CreateRnnDescriptor() 1079 const RnnInputMode& input_mode, in GetCachedRnnDescriptor() 1474 RnnInputMode input_mode; in ComputeAndReturnAlgorithm() local 1523 const RnnInputMode& input_mode, in MaybeAutoTune() 1630 const RnnInputMode& input_mode, const Tensor* input, in MaybeAutoTune() 1874 RnnInputMode input_mode; in ComputeImpl() local
|
| /external/toybox/kconfig/ |
| D | conf.c | 29 } input_mode = ask_all; variable
|
| /external/tensorflow/tensorflow/stream_executor/cuda/ |
| D | cuda_dnn.cc | 921 cudnnRNNInputMode_t ToCudnnRnnInputMode(dnn::RnnInputMode input_mode) { in ToCudnnRnnInputMode() 1044 int batch_size, cudnnRNNInputMode_t input_mode, in CudnnRnnDescriptor() 1073 int cell_size, int batch_size, cudnnRNNInputMode_t input_mode, in Create() 1178 cudnnRNNInputMode_t input_mode() const { return input_mode_; } in input_mode() function in stream_executor::gpu::CudnnRnnDescriptor 1264 cudnnRNNInputMode_t input_mode; in CheckAndFetchProjectionWeights() local 2069 int batch_size, dnn::RnnInputMode input_mode, in createRnnDescriptor()
|
| /external/tensorflow/tensorflow/stream_executor/ |
| D | stream_executor_pimpl.cc | 356 int batch_size, dnn::RnnInputMode input_mode, in createRnnDescriptor()
|
| /external/tensorflow/tensorflow/stream_executor/rocm/ |
| D | rocm_dnn.cc | 1596 miopenRNNInputMode_t ToMIOpenRnnInputMode(dnn::RnnInputMode input_mode) { in ToMIOpenRnnInputMode() 1727 miopenRNNInputMode_t input_mode, in MIOpenRnnDescriptor() 1771 miopenRNNInputMode_t input_mode() const { return input_mode_; } in input_mode() function in stream_executor::gpu::MIOpenRnnDescriptor 2321 int batch_size, dnn::RnnInputMode input_mode, in createRnnDescriptor()
|