Searched refs:input_mode (Results 1 – 25 of 47) sorted by relevance
12
/external/toybox/kconfig/ |
D | conf.c | 29 } input_mode = ask_all; variable 59 if (!valid_stdin && input_mode == ask_silent) { in check_stdin() 85 switch (input_mode) { in conf_askvalue() 122 switch (input_mode) { in conf_askvalue() 348 switch (input_mode) { in conf_choice() 424 if (input_mode == ask_silent && rootEntry != menu) { in conf() 502 input_mode = ask_new; in main() 505 input_mode = ask_silent; in main() 509 input_mode = set_default; in main() 512 input_mode = set_default; in main() [all …]
|
/external/tensorflow/tensorflow/python/ops/ |
D | cudnn_rnn_grad.py | 46 input_mode=op.get_attr("input_mode"), 72 input_mode=op.get_attr("input_mode"), 103 input_mode=op.get_attr("input_mode"),
|
/external/tensorflow/tensorflow/core/kernels/ |
D | cudnn_rnn_ops.cc | 272 int input_size, RnnInputMode* input_mode) { in ToRNNInputMode() argument 275 *input_mode = RnnInputMode::kRnnLinearSkip; in ToRNNInputMode() 278 *input_mode = RnnInputMode::kRnnSkipInput; in ToRNNInputMode() 281 *input_mode = (input_size == num_units) ? RnnInputMode::kRnnSkipInput in ToRNNInputMode() 1033 RnnInputMode input_mode; in ExtractCudnnRNNParamsInfo() local 1035 ToRNNInputMode(rnn_input_mode(), num_units, input_size, &input_mode)); in ExtractCudnnRNNParamsInfo() 1043 /*batch_size=*/0, input_mode, rnn_direction_mode(), rnn_mode(), in ExtractCudnnRNNParamsInfo() 1056 const RnnInputMode& input_mode, in CreateRnnDescriptor() argument 1066 model_shapes.batch_size, input_mode, rnn_direction_mode(), rnn_mode(), in CreateRnnDescriptor() 1083 const RnnInputMode& input_mode, in GetCachedRnnDescriptor() argument [all …]
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | CudnnRNNV3.pbtxt | 70 name: "input_mode" 195 name: "input_mode" 327 name: "input_mode"
|
D | CudnnRNNParamsSize.pbtxt | 56 name: "input_mode" 159 name: "input_mode"
|
D | CudnnRNNBackpropV3.pbtxt | 98 name: "input_mode" 244 name: "input_mode" 397 name: "input_mode"
|
D | CudnnRNNCanonicalToParams.pbtxt | 62 name: "input_mode"
|
D | CudnnRNNParamsToCanonical.pbtxt | 62 name: "input_mode"
|
D | CudnnRNN.pbtxt | 62 name: "input_mode"
|
D | CudnnRNNV2.pbtxt | 66 name: "input_mode"
|
D | CudnnRNNParamsToCanonicalV2.pbtxt | 68 name: "input_mode"
|
D | CudnnRNNCanonicalToParamsV2.pbtxt | 68 name: "input_mode"
|
D | CudnnRNNBackpropV2.pbtxt | 94 name: "input_mode"
|
D | CudnnRNNBackprop.pbtxt | 90 name: "input_mode"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | CudnnRNNParamsSize.pbtxt | 56 name: "input_mode" 159 name: "input_mode"
|
D | CudnnRNNV3.pbtxt | 70 name: "input_mode" 195 name: "input_mode"
|
D | CudnnRNNBackpropV3.pbtxt | 98 name: "input_mode" 244 name: "input_mode"
|
D | CudnnRNNParamsToCanonical.pbtxt | 62 name: "input_mode"
|
D | CudnnRNNCanonicalToParams.pbtxt | 62 name: "input_mode"
|
D | CudnnRNN.pbtxt | 62 name: "input_mode"
|
D | CudnnRNNV2.pbtxt | 66 name: "input_mode"
|
D | CudnnRNNParamsToCanonicalV2.pbtxt | 68 name: "input_mode"
|
D | CudnnRNNCanonicalToParamsV2.pbtxt | 68 name: "input_mode"
|
D | CudnnRNNBackprop.pbtxt | 90 name: "input_mode"
|
D | CudnnRNNBackpropV2.pbtxt | 94 name: "input_mode"
|
12