Home
last modified time | relevance | path

Searched defs:algo (Results 1 – 25 of 56) sorted by relevance

123

/third_party/ffmpeg/libavcodec/tests/
Ddct.c54 struct algo { struct
62 static const struct algo fdct_tab[] = { argument
/third_party/nghttp2/src/
Dtest.example.com.csr.json4 "algo": "rsa", string
Dca.nghttp2.org.csr.json4 "algo": "rsa", string
Dtest.nghttp2.org.csr.json9 "algo": "rsa", string
/third_party/mindspore/mindspore-src/source/tests/st/ops/gpu/
Dtest_conv2d_depthwiseconv2d.py33 def test_conv2d_depthwiseconv2d_str(algo, mode): argument
Dtest_conv2d_backprop_input_op.py57 def test_conv2d_backprop_input(algo, mode, conv_allow_tf32): argument
Dtest_conv2d_backprop_filter_op.py57 def test_conv2d_backprop_filter(algo, mode, conv_allow_tf32): argument
Dtest_conv3dtranspose_op.py50 def test_conv3dtranspose_dshape_1(algo, conv_allow_tf32): argument
Dtest_conv2d_op.py75 def test_conv2d(algo, conv_allow_tf32): argument
Dtest_conv3d_op.py52 def test_conv3d_dshape_1(algo, conv_allow_tf32): argument
/third_party/lwip/src/apps/snmp/
Dsnmpv3_mbedtls.c53 const u8_t *key, snmpv3_auth_algo_t algo, u8_t *hmac_out) in snmpv3_auth()
110 const u32_t engine_time, snmpv3_priv_algo_t algo, snmpv3_priv_mode_t mode) in snmpv3_crypt()
Dsnmp_snmpv2_usm.c60 static const struct snmp_obj_id *snmp_auth_algo_to_oid(snmpv3_auth_algo_t algo) in snmp_auth_algo_to_oid()
71 static const struct snmp_obj_id *snmp_priv_algo_to_oid(snmpv3_priv_algo_t algo) in snmp_priv_algo_to_oid()
/third_party/openssl/crypto/
Dcore_algorithm.c143 const OSSL_ALGORITHM *algo, in ossl_algorithm_do_all()
180 char *ossl_algorithm_get1_first_name(const OSSL_ALGORITHM *algo) in ossl_algorithm_get1_first_name()
Dcore_fetch.c103 const OSSL_ALGORITHM *algo, in ossl_method_construct_this()
/third_party/lwip/contrib/examples/snmp/snmp_v3/
Dsnmpv3_dummy.c135 snmpv3_set_user_auth_algo(const char *username, snmpv3_auth_algo_t algo) in snmpv3_set_user_auth_algo()
164 snmpv3_set_user_priv_algo(const char *username, snmpv3_priv_algo_t algo) in snmpv3_set_user_priv_algo()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/nn/convolution/
Dconv_gpu_common.h286 auto algo = context_ptr->get_param<std::string>(MS_CTX_CONV_FPROP_ALGO); in SelectForwardAlgorithm() local
328 auto algo = context_ptr->get_param<std::string>(MS_CTX_CONV_DGRAD_ALGO); in SelectBackwardDataAlgorithm() local
375 auto algo = context_ptr->get_param<std::string>(MS_CTX_CONV_WGRAD_ALGO); in SelectBackwardFilterAlgorithm() local
/third_party/iptables/include/linux/netfilter/
Dxt_string.h17 char algo[XT_STRING_MAX_ALGO_NAME_SIZE]; member
/third_party/lzma/C/
DLzmaEnc.h22 int algo; /* 0 - fast, 1 - normal, default = 1 */ member
/third_party/openssl/crypto/cmp/
Dcmp_protect.c229 ASN1_OBJECT *algo = NULL; in set_sig_algor() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/nn/
Dlstm_grad_weight_gpu_kernel.cc74 cudnnRNNAlgo_t algo = CUDNN_RNN_ALGO_STANDARD; in Resize() local
Dlstm_gpu_kernel.cc85 cudnnRNNAlgo_t algo = CUDNN_RNN_ALGO_STANDARD; in Resize() local
Dlstm_grad_data_gpu_kernel.cc74 cudnnRNNAlgo_t algo = CUDNN_RNN_ALGO_STANDARD; in Resize() local
/third_party/toybox/lib/
Dpassword.c12 int get_salt(char *salt, char *algo) in get_salt()
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/tensorrt/cuda_impl/
Dcublas_utils.cc74 cublasHandle_t cublas_handle, cublasGemmAlgo_t algo) { in CublasGemmWrapper()
97 cublasHandle_t cublas_handle, cublasGemmAlgo_t algo) { in CublasGemmStridedBatchedWrapper()
/third_party/lzma/CPP/7zip/Crypto/
DMyAes.cpp238 UInt32 algo = 0; in SET_AES_FUNCS() local

123