Home
last modified time | relevance | path

Searched defs:input_mode (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/ops/
Dcudnn_rnn_ops.py187 input_mode=CUDNN_INPUT_LINEAR_MODE, argument
637 input_mode=CUDNN_INPUT_LINEAR_MODE, argument
926 def check_input_mode(input_mode): argument
960 input_mode=CUDNN_INPUT_LINEAR_MODE, argument
1051 input_mode=CUDNN_INPUT_LINEAR_MODE, argument
1107 input_mode=CUDNN_INPUT_LINEAR_MODE, argument
1163 input_mode=CUDNN_INPUT_LINEAR_MODE, argument
1214 input_mode=CUDNN_INPUT_LINEAR_MODE, argument
1268 input_mode=CUDNN_INPUT_LINEAR_MODE, argument
1320 input_mode=CUDNN_INPUT_LINEAR_MODE, argument
[all …]
/external/u-boot/scripts/kconfig/
Dconf.c24 enum input_mode { enum
38 static enum input_mode input_mode = oldaskconfig; variable
/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/layers/
Dcudnn_rnn.py160 input_mode=CUDNN_INPUT_LINEAR_MODE, argument
229 def input_mode(self): member in _CudnnRNN
/external/tensorflow/tensorflow/core/kernels/
Dcudnn_rnn_ops.cc272 int input_size, RnnInputMode* input_mode) { in ToRNNInputMode()
956 RnnInputMode input_mode; in ExtractCudnnRNNParamsInfo() local
978 const RnnInputMode& input_mode, in CreateRnnDescriptor()
1003 const RnnInputMode& input_mode, in GetCachedRnnDescriptor()
1293 RnnInputMode input_mode; in ComputeAndReturnAlgorithm() local
1342 const RnnInputMode& input_mode, in MaybeAutoTune()
1448 const RnnInputMode& input_mode, const Tensor* input, in MaybeAutoTune()
1679 RnnInputMode input_mode; in ComputeImpl() local
/external/toybox/kconfig/
Dconf.c29 } input_mode = ask_all; variable
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_dnn.cc879 cudnnRNNInputMode_t ToCudnnRnnInputMode(dnn::RnnInputMode input_mode) { in ToCudnnRnnInputMode()
1006 cudnnRNNInputMode_t input_mode, in CudnnRnnDescriptor()
1034 int batch_size, cudnnRNNInputMode_t input_mode, in Create()
1112 cudnnRNNInputMode_t input_mode() const { return input_mode_; } in input_mode() function in stream_executor::gpu::CudnnRnnDescriptor
1818 dnn::RnnInputMode input_mode, dnn::RnnDirectionMode direction_mode, in createRnnDescriptor()
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc383 dnn::RnnInputMode input_mode, dnn::RnnDirectionMode direction_mode, in createRnnDescriptor()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.cc1552 miopenRNNInputMode_t ToMIOpenRnnInputMode(dnn::RnnInputMode input_mode) { in ToMIOpenRnnInputMode()
1683 miopenRNNInputMode_t input_mode, in MIOpenRnnDescriptor()
1727 miopenRNNInputMode_t input_mode() const { return input_mode_; } in input_mode() function in stream_executor::gpu::MIOpenRnnDescriptor
2277 dnn::RnnInputMode input_mode, dnn::RnnDirectionMode direction_mode, in createRnnDescriptor()