Home
last modified time | relevance | path

Searched defs:Dependency (Results 1 – 25 of 42) sorted by relevance

12

/external/tensorflow/tensorflow/tools/tensorflow_builder/compat_checker/
Dtest_config.ini23 [Dependency] section
24 apple = [
26 orange = [orange 4.1 requires banana 3]
27 watermelon = [
30 banana = [
32 cherry = [cherry range(1.0, 2.0) include(2.2) exclude(1.2) requires raspberry 3.0]
33 jackfruit = [jackfruit 2.0 requires grapefruit range(1.0, 2.0) include(2.2) exclude(1.2)]
Dsample_config.ini20 [Dependency] section
21 python = [
23 tensorflow = [
25 tensorflow_gpu = [
/external/tensorflow/tensorflow/stream_executor/platform/default/
Dinitialize.h31 struct Dependency { struct
32 Dependency(const char *n, Initializer *i) : name(n), initializer(i) {} in Dependency() argument
40 const Dependency &dependency); argument
/external/llvm-project/clang/lib/Analysis/plugins/CheckerDependencyHandling/
DCheckerDependencyHandling.cpp10 struct Dependency : public Checker<check::BeginFunction> { struct
11 void checkBeginFunction(CheckerContext &Ctx) const {} in checkBeginFunction()
/external/dagger2/javatests/dagger/functional/producers/cancellation/
DCancellationComponent.java56 final class Dependency { class
60 Dependency(ProducerTester tester) { in Dependency() method in CancellationComponent.Dependency
/external/guice/core/src/com/google/inject/spi/
DDependency.java39 public final class Dependency<T> { class
45 Dependency(InjectionPoint injectionPoint, Key<T> key, boolean nullable, int parameterIndex) { in Dependency() method in Dependency
/external/auto/factory/src/it/functional/src/main/java/com/google/auto/factory/
DDependency.java18 public interface Dependency {} interface
/external/dagger2/javatests/dagger/functional/factory/
DDependency.java19 final class Dependency { class
/external/capstone/suite/cstest/
DREADME.md4 ## Dependency section in Regression testing
/external/llvm-project/llvm/tools/llvm-mca/Views/
DBottleneckAnalysis.h186 struct Dependency { struct
210 // performance (see field DependencyEdge::Dependency::Cost). In general, the argument
/external/dagger2/javatests/dagger/functional/
DBoxedPrimitives.java25 interface Dependency { interface
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp809 if (auto *Dependency = Count.dyn_cast<DIVariable *>()) in dependencies() local
812 if (auto *Dependency = LB.dyn_cast<DIVariable *>()) in dependencies() local
815 if (auto *Dependency = UB.dyn_cast<DIVariable *>()) in dependencies() local
818 if (auto *Dependency = ST.dyn_cast<DIVariable *>()) in dependencies() local
822 if (auto *Dependency = Count.dyn_cast<DIVariable *>()) in dependencies() local
825 if (auto *Dependency = LB.dyn_cast<DIVariable *>()) in dependencies() local
828 if (auto *Dependency = UB.dyn_cast<DIVariable *>()) in dependencies() local
831 if (auto *Dependency = ST.dyn_cast<DIVariable *>()) in dependencies() local
889 for (auto *Dependency : dependencies(Var)) { in sortLocalVars() local
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DCheckerRegistryData.cpp60 for (const CheckerInfo *Dependency : Dependencies) { in dumpToStream() local
64 for (const CheckerInfo *Dependency : WeakDependencies) { in dumpToStream() local
/external/turbine/proto/
Ddeps.proto22 message Dependency { message
/external/llvm-project/clang/utils/TableGen/
DClangSACheckersEmitter.cpp272 for (const Record *Dependency : in EmitClangSACheckers() local
297 for (const Record *Dependency : in EmitClangSACheckers() local
/external/llvm-project/clang/lib/StaticAnalyzer/Frontend/
DCheckerRegistry.cpp266 for (const CheckerInfo *Dependency : Deps) { in collectStrongDependencies() local
286 for (const CheckerInfo *Dependency : WeakDeps) { in collectWeakDependencies() local
327 void CheckerRegistry::addDependency(StringRef FullName, StringRef Dependency) { in addDependency()
332 StringRef Dependency) { in addWeakDependency()
/external/mockito/src/test/java/org/mockitousage/annotation/
DDeprecatedAnnotationEngineApiTest.java40 class Dependency {} class in DeprecatedAnnotationEngineApiTest
/external/openscreen/cast/streaming/
Dencoded_frame.h25 enum Dependency : int8_t { enum
/external/dagger2/javatests/dagger/functional/producers/fluentfuture/
DFluentFutures.java35 interface Dependency { interface in FluentFutures
/external/webrtc/modules/video_coding/
Dframe_buffer2.cc608 struct Dependency { in UpdateFrameInfoWithIncomingFrame() struct
609 VideoLayerFrameId id; in UpdateFrameInfoWithIncomingFrame()
610 bool continuous; in UpdateFrameInfoWithIncomingFrame()
/external/llvm/lib/CodeGen/
DImplicitNullChecks.cpp221 MachineInstr *&Dependency) { in isSafeToHoist()
427 MachineInstr *Dependency = nullptr; in analyzeBlockForNullChecks() local
/external/tensorflow/tensorflow/python/training/tracking/
Dutil_test.py436 class Dependency(tracking.AutoTrackable): class
467 class Dependency(tracking.AutoTrackable): class
/external/libaom/libaom/test/
Dscan_test.cc97 TEST(Av1ScanTest, Dependency) { in TEST() argument
/external/perfetto/tools/
Dinstall-build-deps44 Dependency = namedtuple( variable
/external/skqp/include/private/
DGrOpList.h167 static GrOpList* Dependency(GrOpList* opList, int index) { in Dependency() function

12