Home
last modified time | relevance | path

Searched defs:Required (Results 1 – 25 of 44) sorted by relevance

12

/external/tensorflow/tensorflow/tools/tensorflow_builder/compat_checker/
Dtest_config.ini1 [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 …]
Dsample_config.ini1 [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/
DDAGDeltaAlgorithm.cpp120 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
DYAMLTraits.cpp124 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/
DDAGDeltaAlgorithm.cpp119 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/
DAMDGPUMetadataVerifier.cpp67 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/
DThreadQualifiers.java36 @interface Required {} annotation in ThreadQualifiers
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDAGDeltaAlgorithm.h70 const changeset_ty &Required) {} in UpdatedSearchState()
/external/llvm/include/llvm/ADT/
DDAGDeltaAlgorithm.h69 const changeset_ty &Required) {} in UpdatedSearchState()
/external/apache-http/src/org/apache/http/impl/
DEnglishReasonPhraseCatalog.java190 "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/
DDispatchStage.cpp162 unsigned Required = std::min(NumMicroOps, DispatchWidth); in isAvailable() local
/external/llvm/lib/Target/AMDGPU/
DSIInsertWaits.cpp358 const Counters &Required) { in insertWait()
586 Counters Required; in runOnMachineFunction() local
/external/rust/crates/clap/src/args/
Dsettings.rs79 Required, enumerator
/external/rust/crates/ciborium/src/
Dtag.rs47 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/
Dproto.go196 Required Cardinality = 2 // appears exactly one time; invalid with Proto3 const
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrItineraries.h60 Required = 0, enumerator
DMCAsmMacro.h132 bool Required = false; member
/external/llvm/include/llvm/MC/
DMCInstrItineraries.h61 Required = 0, enumerator
/external/skia/tools/gpu/gl/interface/
Dgen_interface.go56 Required bool `json:"required"` member
/external/python/setuptools/setuptools/_vendor/
Dtyping_extensions.py2140 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/
Dtyping_extensions.py1518 Required = typing.Required variable
1526 def Required(self, parameters): function
1572 Required = _RequiredForm( variable
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp65 bool SUnit::addPred(const SDep &D, bool Required) { in addPred()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAG.cpp107 bool SUnit::addPred(const SDep &D, bool Required) { in addPred()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCommandLine.h126 Required = 0x02, // One occurrence required enumerator
/external/fmtlib/support/
Ddocopt.py219 class Required(BranchPattern): class

12