Home
last modified time | relevance | path

Searched defs:IsVector (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/hccl_adapter/
Dconverter.cc74 struct IsVector { struct
80 struct IsVector<std::vector<int64_t>> { struct
100 } else if constexpr (IsVector<T>::value) { in ConvertAttr() argument
/third_party/boost/libs/proto/example/
Dvector.cpp162 struct IsVector struct
167 struct IsVector<std::vector<T, A> > struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ExpandSpecialInstrs.cpp176 bool IsVector = TII->isVector(MI); in runOnMachineFunction() local
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dtoken.h417 bool IsVector() const { in IsVector() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstARM32.cpp1907 const bool IsVector = isVectorType(Ty); in emitSingleDestSingleSource() local
2253 const bool IsVector = isVectorType(Ty); in emit() local
2281 const bool IsVector = isVectorType(Ty); in emit() local
2309 const bool IsVector = isVectorType(Ty); in emit() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp1453 bool IsVector) { in emitRegSave()
/third_party/flatbuffers/include/flatbuffers/
Didl.h478 inline bool IsVector(const Type &type) { in IsVector() function
Dflexbuffers.h404 bool IsVector() const { return type_ == FBT_VECTOR || type_ == FBT_MAP; } in IsVector() function
/third_party/flatbuffers/python/flatbuffers/
Dflexbuffers.py758 def IsVector(self): member in Ref
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp11203 bool ARMAsmParser::parseDirectiveRegSave(SMLoc L, bool IsVector) { in parseDirectiveRegSave()