Home
last modified time | relevance | path

Searched refs:algo_types (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_dnn.cc3054 std::vector<dnn::AlgorithmDesc::Index> algo_types = { in GetConvolveAlgorithms() local
3065 algo_types.push_back(CUDNN_CONVOLUTION_FWD_ALGO_FFT_TILING); in GetConvolveAlgorithms()
3068 algo_types.push_back(CUDNN_CONVOLUTION_FWD_ALGO_WINOGRAD_NONFUSED); in GetConvolveAlgorithms()
3071 for (auto i : algo_types) { in GetConvolveAlgorithms()
3083 std::vector<dnn::AlgorithmDesc::Index> algo_types = { in GetRnnAlgorithms() local
3092 for (auto i : algo_types) { in GetRnnAlgorithms()
3115 std::vector<dnn::AlgorithmDesc::Index> algo_types = { in GetConvolveBackwardDataAlgorithms() local
3125 algo_types.push_back(CUDNN_CONVOLUTION_BWD_DATA_ALGO_WINOGRAD_NONFUSED); in GetConvolveBackwardDataAlgorithms()
3128 for (auto i : algo_types) { in GetConvolveBackwardDataAlgorithms()
3150 std::vector<dnn::AlgorithmDesc::Index> algo_types = { in GetConvolveBackwardFilterAlgorithms() local
[all …]
/external/iproute2/ip/
Dipxfrm.c146 static const struct typeent algo_types[] = { variable
158 const struct typeent *t = &algo_types[i]; in xfrm_algotype_getbyname()
176 const struct typeent *t = &algo_types[i]; in strxf_algotype()