/external/tensorflow/tensorflow/tools/tensorflow_builder/compat_checker/ |
D | test_config.ini | 1 [Required] section 2 apple = [1.0, 2.0, 3.0] 3 banana = [1, 2, 3] 4 kiwi = [1.0.0, 2.0, 3] 5 watermelon = [range(1.0, 3.0)] 6 orange = [range(1.0, 3.0) include(4.0, 4.1, 5.0)] 7 cherry = [range(1.0, 3.0) include(4.0) exclude(2.0)] 8 raspberry = [range(,)] 9 cranberry = [range(1.0,) exclude(3.0, 4.0, 4.5)] 10 tangerine = [range(1.0, )] [all …]
|
D | sample_config.ini | 1 [Required] section 2 platform = [linux] 3 uarch = [x86_64, x86] 4 cuda = [9.0, 10.0, 10.1] 5 cudnn = [range(7.0.0, 8.0.0)] 6 gcc = [range(4.8, )] 7 python = [range(3.3, 3.7) include(2.7)] 8 glibc = [range(2.24, )] 9 libstdcpp = [3.4.25] 10 tensorflow = [range(1.0.0, 1.13.1)] [all …]
|
/external/llvm/lib/Support/ |
D | DAGDeltaAlgorithm.cpp | 120 const changeset_ty &Required) { in UpdatedSearchState() 159 const changeset_ty &Required; member in __anon50bd19670111::DeltaActiveSetHelper 174 const changeset_ty &Required) in DeltaActiveSetHelper() 284 const changeset_ty &Required) { in GetTestResult() 307 changeset_ty Required; in Run() local
|
D | YAMLTraits.cpp | 124 bool Input::preflightKey(const char *Key, bool Required, bool, bool &UseDefault, in preflightKey() argument 457 bool Output::preflightKey(const char *Key, bool Required, bool SameAsDefault, in preflightKey()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | DAGDeltaAlgorithm.cpp | 119 const changeset_ty &Required) { in UpdatedSearchState() 158 const changeset_ty &Required; member in __anonbfcca7c90111::DeltaActiveSetHelper 173 const changeset_ty &Required) in DeltaActiveSetHelper() 291 const changeset_ty &Required) { in GetTestResult() 314 changeset_ty Required; in Run() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
D | AMDGPUMetadataVerifier.cpp | 67 msgpack::MapDocNode &MapNode, StringRef Key, bool Required, in verifyEntry() 76 msgpack::MapDocNode &MapNode, StringRef Key, bool Required, in verifyScalarEntry() 85 StringRef Key, bool Required) { in verifyIntegerEntry()
|
/external/dagger2/javatests/dagger/functional/producers/monitoring/ |
D | ThreadQualifiers.java | 36 @interface Required {} annotation in ThreadQualifiers
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | DAGDeltaAlgorithm.h | 70 const changeset_ty &Required) {} in UpdatedSearchState()
|
/external/llvm/include/llvm/ADT/ |
D | DAGDeltaAlgorithm.h | 69 const changeset_ty &Required) {} in UpdatedSearchState()
|
/external/apache-http/src/org/apache/http/impl/ |
D | EnglishReasonPhraseCatalog.java | 190 "Payment Required"); in setReason() 194 "Proxy Authentication Required"); in setReason() 213 "Length Required"); in setReason()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/ |
D | DispatchStage.cpp | 162 unsigned Required = std::min(NumMicroOps, DispatchWidth); in isAvailable() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInsertWaits.cpp | 358 const Counters &Required) { in insertWait() 586 Counters Required; in runOnMachineFunction() local
|
/external/rust/crates/clap/src/args/ |
D | settings.rs | 79 Required, enumerator
|
/external/rust/crates/ciborium/src/ |
D | tag.rs | 47 pub struct Required<V, const TAG: u64>(pub V); struct 49 impl<'de, V: Deserialize<'de>, const TAG: u64> Deserialize<'de> for Required<V, TAG> { implementation 59 impl<V: Serialize, const TAG: u64> Serialize for Required<V, TAG> { implementation
|
/external/golang-protobuf/reflect/protoreflect/ |
D | proto.go | 196 Required Cardinality = 2 // appears exactly one time; invalid with Proto3 const
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCInstrItineraries.h | 60 Required = 0, enumerator
|
D | MCAsmMacro.h | 132 bool Required = false; member
|
/external/llvm/include/llvm/MC/ |
D | MCInstrItineraries.h | 61 Required = 0, enumerator
|
/external/skia/tools/gpu/gl/interface/ |
D | gen_interface.go | 56 Required bool `json:"required"` member
|
/external/python/setuptools/setuptools/_vendor/ |
D | typing_extensions.py | 2140 Required = typing.Required variable 2148 def Required(self, parameters): function 2194 Required = _RequiredForm( variable 2295 Required = _Required(_root=True) variable
|
/external/python/typing/typing_extensions/src/ |
D | typing_extensions.py | 1518 Required = typing.Required variable 1526 def Required(self, parameters): function 1572 Required = _RequiredForm( variable
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAG.cpp | 65 bool SUnit::addPred(const SDep &D, bool Required) { in addPred()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ScheduleDAG.cpp | 107 bool SUnit::addPred(const SDep &D, bool Required) { in addPred()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | CommandLine.h | 126 Required = 0x02, // One occurrence required enumerator
|
/external/fmtlib/support/ |
D | docopt.py | 219 class Required(BranchPattern): class
|