| /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/angle/third_party/vulkan-deps/spirv-tools/src/tools/util/ |
| D | flags.h | 111 #define FLAG_LONG_string(Name, Default, Required) \ argument 113 #define FLAG_LONG_bool(Name, Default, Required) \ argument 115 #define FLAG_LONG_uint(Name, Default, Required) \ argument 118 #define FLAG_SHORT_string(Name, Default, Required) \ argument 120 #define FLAG_SHORT_bool(Name, Default, Required) \ argument 122 #define FLAG_SHORT_uint(Name, Default, Required) \ argument 152 #define UTIL_FLAGS_FLAG(Type, Prefix, Name, Default, Required, IsShort) \ argument 162 #define UTIL_FLAGS_FLAG_LONG(Type, Name, Default, Required) \ argument 164 #define UTIL_FLAGS_FLAG_SHORT(Type, Name, Default, Required) \ argument
|
| /external/llvm/lib/Support/ |
| D | DAGDeltaAlgorithm.cpp | 120 const changeset_ty &Required) { in UpdatedSearchState() 159 const changeset_ty &Required; member in __anon168f7fa00111::DeltaActiveSetHelper 174 const changeset_ty &Required) in DeltaActiveSetHelper() 284 const changeset_ty &Required) { in GetTestResult() 307 changeset_ty Required; in Run() local
|
| /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 __anon848d24420111::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/tensorflow/tensorflow/core/util/ |
| D | determinism.cc | 29 bool Required() { in Required() function in tensorflow::__anonf84311540111::DeterminismState
|
| /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/builder/ |
| D | arg_settings.rs | 30 Required, enumerator
|
| /external/rust/crates/clap/3.2.23/src/builder/ |
| D | arg_settings.rs | 52 Required, enumerator
|
| /external/llvm/include/llvm/MC/ |
| D | MCInstrItineraries.h | 61 Required = 0, enumerator
|
| /external/golang-protobuf/reflect/protoreflect/ |
| D | proto.go | 200 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/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/skia/tools/gpu/gl/interface/ |
| D | gen_interface.go | 56 Required bool `json:"required"` member
|
| /external/rust/crates/gdbstub/src/ |
| D | arch.rs | 276 Required, enumerator
|
| /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()
|