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

<<11121314151617181920>>

  /external/tensorflow/tensorflow/core/common_runtime/
placer.h 54 // placement algorithms so that they may be injected into the graph
  /external/tensorflow/tensorflow/docs_src/api_guides/python/
contrib.layers.md 10 common machine learning algorithms.
  /external/tensorflow/tensorflow/python/debug/lib/
profiling.py 15 """Data structures and algorithms for profiling information."""
profiling_test.py 15 """Unit tests for the basic data structures and algorithms for profiling."""
  /external/toolchain-utils/bestflags/
testing_batch.py 8 Test the best branching hill climbing algorithms, genetic algorithm and
333 """This class mock tests different steering algorithms.
335 The steering algorithms are responsible for generating the next set of tasks
337 algorithms. It mocks out the computation of the fitness function from the
  /external/toybox/toys/lsb/
md5sum.c 256 } algorithms[] = { local
269 for (i = 0; i<ARRAY_LEN(algorithms); i++)
270 if (!strcmp(toys.which->name, algorithms[i].name)) break;
271 hash = algorithms+i;
  /external/tpm2/
GetCapability.c 34 in->propertyCount, &out->capabilityData.data.algorithms);
  /frameworks/av/media/libeffects/loudness/dsp/core/
interpolator_base.h 28 // of interpolation algorithms are currently present:
  /frameworks/base/tests/net/java/android/net/
IpSecAlgorithmTest.java 58 // Expect auth and aead algorithms to throw errors if trunclen is omitted.
  /hardware/interfaces/keymaster/3.0/
types.hal 157 /** Asymmetric algorithms. */
162 /** Block ciphers algorithms */
165 /** MAC algorithms */
188 * padding modes for both symmetric and asymmetric algorithms. Note that implementations should not
  /hardware/libhardware/include/hardware/
keymaster_common.h 43 * for algorithms and flags.
  /libcore/luni/src/test/java/libcore/java/security/cert/
PKIXRevocationCheckerTest.java 34 // Allow access to deprecated BC algorithms in this test, so we can ensure they
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidChecksumTest.java 25 * tests for CRC32 and Adler32 checksum algorithms.
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SignatureTest.java 57 String [] algorithms = { "SHA256WITHRSA", "NONEWITHDSA", "SHA384WITHRSA", local
60 for (int i = 0; i < algorithms.length; i ++) {
61 MySignature1 s = new MySignature1(algorithms[i]);
62 assertEquals(algorithms[i],s.getAlgorithm());
  /libcore/ojluni/src/main/java/java/security/
AlgorithmConstraints.java 31 * This interface specifies constraints for cryptographic algorithms,
  /libcore/ojluni/src/main/java/java/security/cert/
X509CRL.java 187 * algorithms.
208 * algorithms.
235 * algorithms.
449 * <a href="http://www.ietf.org/rfc/rfc3279.txt">RFC 3279: Algorithms and
  /libcore/ojluni/src/main/java/java/util/concurrent/locks/
package-info.java 45 * hand-over-hand and lock reordering algorithms. The main implementation
  /libcore/ojluni/src/main/java/javax/crypto/
SecretKeyFactorySpi.java 83 * inappropriate for the given key (e.g., the algorithms associated with
  /libcore/ojluni/src/main/java/javax/crypto/spec/
package.html 44 Diffie-Hellman, DES, Triple DES, PBE, RC2 and RC5 algorithms.
  /libcore/ojluni/src/main/java/sun/security/jca/
ProviderList.java 342 * of the specified algorithms in precedence order. If no implementation
359 public List<Service> getServices(String type, List<String> algorithms) {
361 for (String alg : algorithms) {
433 // check all algorithms in this provider before moving on
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
PriorityQueue.h 44 /// equal to t, but then uses all logarithmic-time algorithms to do
ilist_base.h 20 /// Implementations of list algorithms using ilist_node_base.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
PriorityQueue.h 44 /// equal to t, but then uses all logarithmic-time algorithms to do
ilist_base.h 18 /// Implementations of list algorithms using ilist_node_base.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
PriorityQueue.h 44 /// equal to t, but then uses all logarithmic-time algorithms to do

Completed in 844 milliseconds

<<11121314151617181920>>