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 156 input_mode=CUDNN_INPUT_LINEAR_MODE,
169 input_mode: indicate whether there is a linear projection between the
197 cudnn_rnn_ops.check_input_mode(input_mode)
206 self._input_mode = input_mode
225 def input_mode(self): member in class:_CudnnRNN
462 input_mode=self._input_mode,
475 input_mode=self._input_mode,
498 input_mode=self.input_mode,
  /external/toybox/kconfig/
conf.c 29 } input_mode = ask_all; variable in typeref:enum:__anon40252
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/tensorflow/tensorflow/contrib/cudnn_rnn/python/ops/
cudnn_rnn_ops.py 195 input_mode=CUDNN_INPUT_LINEAR_MODE,
231 input_mode: indicate whether there is a linear projection between the
249 self._input_mode = input_mode
314 input_mode=self._input_mode,
335 input_mode=self._input_mode,
778 def check_input_mode(input_mode):
779 if input_mode not in (CUDNN_INPUT_LINEAR_MODE, CUDNN_INPUT_SKIP_MODE,
781 raise ValueError("Invalid input_mode: %s, expect one of (%s, %s, %s)"
1304 def input_mode(self): member in class:_CudnnRNN
    [all...]
  /hardware/intel/img/psb_video/src/x11/
psb_xrandr.c 46 int input_mode; member in struct:__anon47979
    [all...]
  /external/tensorflow/tensorflow/contrib/cudnn_rnn/kernels/
cudnn_rnn_ops.cc 157 int input_size, RnnInputMode* input_mode) {
160 *input_mode = RnnInputMode::kRnnLinearSkip;
163 *input_mode = RnnInputMode::kRnnSkipInput;
166 *input_mode = (input_size == num_units) ? RnnInputMode::kRnnSkipInput
495 OP_REQUIRES_OK(context, context->GetAttr("input_mode", &str));
540 RnnInputMode input_mode; local
542 ToRNNInputMode(rnn_input_mode(), num_units, input_size, &input_mode));
548 num_layers, num_units, input_size, input_mode, rnn_direction_mode(),
836 RnnInputMode input_mode; variable
1037 RnnInputMode input_mode; variable
    [all...]
  /system/sepolicy/tools/
check_seapp.c 530 int input_mode = 0; local
540 input_mode = 0;
551 input_mode = 1;
555 if (input_mode) {
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_dnn.cc 1142 cudnnRNNInputMode_t input_mode() const { return input_mode_; } function in class:perftools::gputools::cuda::CudnnRnnDescriptor
    [all...]

Completed in 150 milliseconds