HomeSort by relevance Sort by last modified time
    Searched defs:input_mode (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/contrib/cudnn_rnn/python/layers/
cudnn_rnn.py 160 input_mode=CUDNN_INPUT_LINEAR_MODE,
173 input_mode: indicate whether there is a linear projection between the
201 cudnn_rnn_ops.check_input_mode(input_mode)
210 self._input_mode = input_mode
229 def input_mode(self): member in class:_CudnnRNN
493 input_mode=self._input_mode,
509 input_mode=self._input_mode,
532 input_mode=self.input_mode,
  /external/toybox/kconfig/
conf.c 29 } input_mode = ask_all; variable in typeref:enum:__anon46470
59 if (!valid_stdin && input_mode == ask_silent) {
85 switch (input_mode) {
122 switch (input_mode) {
348 switch (input_mode) {
424 if (input_mode == ask_silent && rootEntry != menu) {
502 input_mode = ask_new;
505 input_mode = ask_silent;
509 input_mode = set_default;
512 input_mode = set_default
    [all...]
  /external/u-boot/scripts/kconfig/
conf.c 24 enum input_mode { enum
38 static enum input_mode input_mode = oldaskconfig; variable in typeref:enum:input_mode
101 switch (input_mode) {
294 switch (input_mode) {
365 if (input_mode != oldaskconfig && rootEntry != menu) {
424 if (input_mode == listnewconfig) {
512 input_mode = (enum input_mode)opt;
582 switch (input_mode) {
    [all...]
  /external/tensorflow/tensorflow/contrib/cudnn_rnn/python/ops/
cudnn_rnn_ops.py 187 input_mode=CUDNN_INPUT_LINEAR_MODE,
196 input_mode: indicate whether there is a linear projection between the
209 self._input_mode = input_mode
245 input_mode=self._input_mode,
266 input_mode=self._input_mode,
637 input_mode=CUDNN_INPUT_LINEAR_MODE,
673 input_mode: indicate whether there is a linear projection between the
690 self._input_mode = input_mode
1550 def input_mode(self): member in class:_CudnnRNN
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
cudnn_rnn_ops.cc 272 int input_size, RnnInputMode* input_mode) {
275 *input_mode = RnnInputMode::kRnnLinearSkip;
278 *input_mode = RnnInputMode::kRnnSkipInput;
281 *input_mode = (input_size == num_units) ? RnnInputMode::kRnnSkipInput
956 RnnInputMode input_mode; local
1293 RnnInputMode input_mode; local
1679 RnnInputMode input_mode; local
    [all...]
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_dnn.cc 1112 cudnnRNNInputMode_t input_mode() const { return input_mode_; } function in class:stream_executor::gpu::CudnnRnnDescriptor
    [all...]
  /external/tensorflow/tensorflow/stream_executor/rocm/
rocm_dnn.cc 1727 miopenRNNInputMode_t input_mode() const { return input_mode_; } function in class:stream_executor::gpu::MIOpenRnnDescriptor
    [all...]

Completed in 107 milliseconds