Home
last modified time | relevance | path

Searched defs:Tuple (Results 1 – 25 of 35) sorted by relevance

12

/third_party/boost/libs/hana/test/tuple/
Dcnstr.variadic_forward.cpp61 typedef hana::tuple<MoveOnly, NoDefault> Tuple; in main() typedef
74 typedef hana::tuple<MoveOnly, MoveOnly, NoDefault> Tuple; in main() typedef
87 typedef hana::tuple<MoveOnly, NoDefault> Tuple; in main() typedef
101 typedef hana::tuple<MoveOnly, int> Tuple; in main() typedef
/third_party/mindspore/mindspore/core/ir/dtype/
Dcontainer.h102 Tuple() : Object(kObjectTypeTuple) {} in Tuple() function
104 Tuple(const std::initializer_list<TypePtr> &objs) in Tuple() function
108 …explicit Tuple(const TypePtrList &objs) : Object(kObjectTypeTuple, false), elements_(objs.begin(),… in Tuple() function
111 MS_DECLARE_PARENT(Tuple, Object) in MS_DECLARE_PARENT() argument
/third_party/mindspore/mindspore/explainer/explanation/_attribution/_perturbation/
Docclusion.py29 def _generate_patches(array, window_size: Tuple, strides: Tuple):
/third_party/mindspore/mindspore/core/abstract/
Dparam_validator.h75 ABSTRACT_REPORT_NAME_TRAITS(Tuple) in ABSTRACT_REPORT_NAME_TRAITS() argument
Dparam_validator.cc32 ABSTRACT_REPORT_NAME_DEC(Tuple) in ABSTRACT_REPORT_NAME_DEC() argument
/third_party/boost/libs/hana/test/issues/
Dgithub_331.cpp38 using Tuple = hana::basic_tuple<hana::int_<0>, Nested>; in main() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceStringPool.h60 for (const auto &Tuple : StringToId) { in dump() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DProfileSummary.cpp143 MDTuple *Tuple = dyn_cast_or_null<MDTuple>(MD); in getFromMD() local
/third_party/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/
Dqc_serious.rs97 struct Tuple(bool, u8, i16, f32, String); struct
Drwyw.rs391 Tuple(f32, f64), in serde_serious() enumerator
/third_party/abseil-cpp/absl/types/
Dvariant_benchmark.cc163 using Tuple = typename VariantTupleMaker::VariantTuple; in BM_Visit() typedef
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dvariant_benchmark.cc163 using Tuple = typename VariantTupleMaker::VariantTuple; in BM_Visit() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp280 for (auto Tuple : zip_first(HdrData->Atoms, Values)) { in lookup() local
534 for (auto Tuple : zip_first(Abbr->Attributes, Values)) { in lookup() local
568 for (auto Tuple : zip_first(Abbr->Attributes, Values)) { in dump() local
/third_party/mindspore/mindspore/common/
Ddtype.py109 Tuple = typing.Tuple variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyAsmPrinter.cpp157 const auto *Tuple = dyn_cast<MDTuple>(MD); in EmitEndOfAsmFile() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUPALMetadata.cpp54 auto Tuple = dyn_cast<MDTuple>(NamedMD->getOperand(0)); in readFromIR() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_join_test.cc428 TEST(StrJoin, Tuple) { in TEST() argument
/third_party/abseil-cpp/absl/strings/
Dstr_join_test.cc428 TEST(StrJoin, Tuple) { in TEST() argument
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest-printers.h877 void TersePrintPrefixToStrings(const Tuple&, std::integral_constant<size_t, 0>, in TersePrintPrefixToStrings()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp330 auto *Tuple = dyn_cast_or_null<MDTuple>(MaybeTuple); in upgradeTypeRefArray() local
347 auto *Tuple = dyn_cast_or_null<MDTuple>(MaybeTuple); in resolveTypeRefArray() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dlayout_test.cc1265 testing::PolymorphicMatcher<TupleMatcher<M...>> Tuple(M... matchers) { in Tuple() function
/third_party/abseil-cpp/absl/container/internal/
Dlayout_test.cc1201 testing::PolymorphicMatcher<TupleMatcher<M...>> Tuple(M... matchers) { in Tuple() function
/third_party/node/tools/inspector_protocol/jinja2/
Dnodes.py528 class Tuple(Literal): class
/third_party/skia/third_party/externals/jinja2/
Dnodes.py552 class Tuple(Literal): class
/third_party/jinja2/
Dnodes.py552 class Tuple(Literal): class

12