Home
last modified time | relevance | path

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

/external/coreboot/util/kconfig/
Dconf.c22 enum input_mode { enum
40 static enum input_mode input_mode = oldaskconfig; variable
/external/tensorflow/tensorflow/core/kernels/
Dcudnn_rnn_ops.cc275 int input_size, RnnInputMode* input_mode) { in ToRNNInputMode()
1075 RnnInputMode input_mode; in ExtractCudnnRNNParamsInfo() local
1098 const RnnInputMode& input_mode, in CreateRnnDescriptor()
1125 const RnnInputMode& input_mode, in GetCachedRnnDescriptor()
1520 RnnInputMode input_mode; in ComputeAndReturnAlgorithm() local
1570 const RnnInputMode& input_mode, in MaybeAutotune()
1677 const RnnInputMode& input_mode, const Tensor* input, in MaybeAutotune()
1922 RnnInputMode input_mode; in ComputeImpl() local
/external/toybox/kconfig/
Dconf.c29 } input_mode = ask_all; variable
/external/coreboot/src/soc/mediatek/common/dp/include/soc/
Ddp_intf.h234 enum mtk_dpintf_input_mode input_mode; member
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_dnn.cc1112 cudnnRNNInputMode_t ToCudnnRnnInputMode(dnn::RnnInputMode input_mode) { in ToCudnnRnnInputMode()
1236 int batch_size, cudnnRNNInputMode_t input_mode, in CudnnRnnDescriptor()
1265 int cell_size, int batch_size, cudnnRNNInputMode_t input_mode, in Create()
1385 cudnnRNNInputMode_t input_mode() const { return input_mode_; } in input_mode() function in stream_executor::gpu::CudnnRnnDescriptor
1470 cudnnRNNInputMode_t input_mode; in CheckAndFetchProjectionWeights() local
2415 int batch_size, dnn::RnnInputMode input_mode, in createRnnDescriptor()
/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Dstream_executor_pimpl.cc377 int batch_size, dnn::RnnInputMode input_mode, in createRnnDescriptor()
Ddnn.h2040 dnn::RnnInputMode input_mode, in createRnnDescriptor()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.cc1714 miopenRNNInputMode_t ToMIOpenRnnInputMode(dnn::RnnInputMode input_mode) { in ToMIOpenRnnInputMode()
1818 miopenRNNInputMode_t input_mode, in MIOpenRnnDescriptor()
1862 miopenRNNInputMode_t input_mode() const { return input_mode_; } in input_mode() function in stream_executor::gpu::MIOpenRnnDescriptor
2571 int batch_size, dnn::RnnInputMode input_mode, in createRnnDescriptor()
/external/pytorch/aten/src/ATen/native/miopen/
DRNN_miopen.cpp79 miopenRNNInputMode_t input_mode = miopenRNNlinear; member
/external/pytorch/aten/src/ATen/native/cudnn/
DRNN.cpp161 cudnnRNNInputMode_t input_mode = CUDNN_LINEAR_INPUT; member
/external/AFLplusplus/include/
Dafl-fuzz.h555 input_mode, /* target wants text inputs */ member