Home
last modified time | relevance | path

Searched defs:implementations (Results 1 – 13 of 13) sorted by relevance

/external/llvm/docs/
DAliasAnalysis.rst520 .. _aliasanalysis-no-aa:
522 The ``-no-aa`` pass
529 The ``-basicaa`` pass
546 The ``-globalsmodref-aa`` pass
566 The ``-steens-aa`` pass
584 The ``-ds-aa`` pass
602 The ``-scev-aa`` pass
667 The ``-print-alias-sets`` pass
678 The ``-count-aa`` pass
693 The ``-aa-eval`` pass
/external/llvm-project/llvm/docs/
DAliasAnalysis.rst509 .. _aliasanalysis-no-aa:
511 The ``-no-aa`` pass
518 The ``-basic-aa`` pass
535 The ``-globalsmodref-aa`` pass
555 The ``-steens-aa`` pass
573 The ``-ds-aa`` pass
591 The ``-scev-aa`` pass
656 The ``-print-alias-sets`` pass
667 The ``-aa-eval`` pass
/external/python/cpython2/Doc/reference/
Dintroduction.rst37 .. _implementations: target
/external/python/cpython3/Doc/reference/
Dintroduction.rst38 .. _implementations: target
/external/webrtc/modules/audio_processing/agc2/rnn_vad/
Drnn_unittest.cc203 std::vector<std::unique_ptr<FullyConnectedLayer>> implementations; in TEST() local
236 std::vector<std::unique_ptr<GatedRecurrentLayer>> implementations; in TEST() local
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DExtraFieldUtils.java38 private static final Map<ZipShort, Class<?>> implementations; field in ExtraFieldUtils
/external/clang/test/Analysis/
Dregion-1.m23 @protocol EcoBehavioredClassifier <EcoClassInterfaceCommons> - (NSArray *) implementations; method
/external/llvm-project/clang/test/Analysis/
Dregion-1.m23 @protocol EcoBehavioredClassifier <EcoClassInterfaceCommons> - (NSArray *) implementations; method
/external/tensorflow/tensorflow/core/framework/
Dcollective.cc206 std::vector<CollectiveImplementationInterface*>* implementations) { in GetAll()
/external/llvm-project/libc/AOR_v20.02/networking/test/
Dchksum.c74 } implementations[] = variable
/external/arm-optimized-routines/networking/test/
Dchksum.c73 } implementations[] = variable
/external/guava/guava-testlib/src/com/google/common/testing/
DArbitraryInstances.java304 private static final ConcurrentMap<Class<?>, Class<?>> implementations = Maps.newConcurrentMap(); field in ArbitraryInstances
/external/guava/android/guava-testlib/src/com/google/common/testing/
DArbitraryInstances.java295 private static final ConcurrentMap<Class<?>, Class<?>> implementations = Maps.newConcurrentMap(); field in ArbitraryInstances