HomeSort by relevance Sort by last modified time
    Searched full:algorithms (Results 326 - 350 of 2344) sorted by null

<<11121314151617181920>>

  /external/eigen/doc/
UsingIntelMKL.dox 52 When doing so, a number of %Eigen's algorithms are silently substituted with calls to Intel MKL routines.
54 Operations on other scalar types or mixing reals and complexes will continue to use the built-in algorithms.
  /external/libcups/cups/
hash.c 31 * hash algorithms for the "job-password-encryption" attribute, including
35 * least 64 bytes in length for all of the supported algorithms.
  /external/selinux/python/sepolgen/
HACKING 34 Objects and algorithms for representing access and sets of access in
43 includes algorithms to turn the raw output of the parser into access
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
GCStrategy.h 10 // GCStrategy coordinates code generation algorithms and implements some itself
12 // specified in a function's 'gc' attribute. Algorithms are enabled by setting
  /external/tensorflow/tensorflow/core/kernels/
matmul_op.cc 123 std::vector<AlgorithmType>* algorithms, bool use_aututone, Tensor* out) {
139 std::vector<int64>* algorithms,
261 std::vector<int64>* algorithms, bool use_autotune, Tensor* out) {
301 if (use_autotune && compute_type_supported && !algorithms->empty()) {
307 for (auto profile_algorithm : (*algorithms)) {
398 if (!use_autotune || !compute_type_supported || algorithms->empty() ||
431 std::vector<int64>* algorithms,
435 stream->parent()->GetBlasGemmAlgorithms(algorithms);
  /external/tensorflow/tensorflow/docs_src/api_guides/python/
train.md 10 optimization algorithms such as GradientDescent and Adagrad.
68 Some training algorithms, such as GradientDescent and Momentum often benefit
  /external/toolchain-utils/bestflags/
example_algorithms.py 4 """An example main file running the algorithms.
133 algorithms.
  /external/tpm2/
CpriSym_fp.h 49 // OFB encryption and decryption use the same algorithms for both. The
71 // OFB encryption and decryption use the same algorithms for both. The
  /external/vboot_reference/scripts/
genpadding.sh 8 # various combinations of RSA key lengths and message digest algorithms.
45 * arrays corresponding to various combinations of algorithms for RSA signatures.
  /external/vboot_reference/tests/
vb20_common2_tests.c 181 /* Test only the algorithms we use */
199 /* Test all the algorithms */
vboot_common2_tests.c 250 * Test only the algorithms we use:
267 /* Test all the algorithms */
  /external/webrtc/webrtc/base/
messagedigest.h 18 // Definitions for the digest algorithms.
46 // A whitelist of approved digest algorithms from RFC 4572 (FIPS 180).
  /external/wycheproof/java/com/google/security/wycheproof/testcases/
DhiesTest.java 138 * Tries to detect if an algorithm is using ECB. Unfortunately, many JCE algorithms use ECB if no
149 // to not assigning default algorithms.
  /libcore/ojluni/src/main/java/java/security/
Key.java 39 * RSA), which will work with those algorithms and with related
40 * algorithms (such as MD5 with RSA, SHA-1 with RSA, Raw DSA, etc.)
  /libcore/ojluni/src/main/java/javax/security/cert/
Certificate.java 134 * algorithms.
153 * @exception NoSuchAlgorithmException on unsupported signature algorithms.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/lld/Common/
Threads.h 17 // Complex multi-threaded algorithms are sometimes extremely hard to
39 // For the cases such as the latter, we can use parallel algorithms to
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/lld/Common/
Threads.h 17 // Complex multi-threaded algorithms are sometimes extremely hard to
39 // For the cases such as the latter, we can use parallel algorithms to
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/lld/Common/
Threads.h 17 // Complex multi-threaded algorithms are sometimes extremely hard to
39 // For the cases such as the latter, we can use parallel algorithms to
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/lld/Common/
Threads.h 17 // Complex multi-threaded algorithms are sometimes extremely hard to
39 // For the cases such as the latter, we can use parallel algorithms to
  /prebuilts/clang/host/linux-x86/clang-4579689/include/lld/Common/
Threads.h 17 // Complex multi-threaded algorithms are sometimes extremely hard to
39 // For the cases such as the latter, we can use parallel algorithms to
  /prebuilts/clang/host/linux-x86/clang-4630689/include/lld/Common/
Threads.h 17 // Complex multi-threaded algorithms are sometimes extremely hard to
39 // For the cases such as the latter, we can use parallel algorithms to
  /prebuilts/clang/host/linux-x86/clang-4639204/include/lld/Common/
Threads.h 17 // Complex multi-threaded algorithms are sometimes extremely hard to
39 // For the cases such as the latter, we can use parallel algorithms to
  /prebuilts/clang/host/linux-x86/clang-4691093/include/lld/Common/
Threads.h 17 // Complex multi-threaded algorithms are sometimes extremely hard to
39 // For the cases such as the latter, we can use parallel algorithms to
  /device/google/contexthub/firmware/os/algos/calibration/nano_calibration/
nano_calibration.cc 53 // Loads stored calibration data and initializes the calibration algorithms.
113 // Sends the sensor payload to the calibration algorithms and checks for
128 // calibration algorithms. Note, the temperature sensor batch size determines
329 // from 'ash_cal_parameters' and provide to the calibration algorithms for
351 // This is a warning (not an error) since the runtime algorithms will
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/jcajce/
OperatorHelper.java 28 // Android-removed: Unsupported algorithms
67 // BEGIN Android-removed: Unsupported algorithms
81 // END Android-removed: Unsupported algorithms
84 // BEGIN Android-removed: Unsupported algorithms
86 // END Android-removed: Unsupported algorithms

Completed in 1637 milliseconds

<<11121314151617181920>>