Home
last modified time | relevance | path

Searched defs:IsScalar (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/
Dapply_momentum_scale_fusion.cc29 bool ApplyMomentumScaleFusion::IsScalar(const BaseRef &n) { in IsScalar() function in mindspore::opt::ApplyMomentumScaleFusion
Dapply_momentum_weight_scale_fusion.cc31 bool ApplyMomentumWeightDecayScaleFusion::IsScalar(const BaseRef &n) { in IsScalar() function in mindspore::opt::ApplyMomentumWeightDecayScaleFusion
/third_party/mindspore/mindspore/lite/src/
Dtensor.h182 bool IsScalar() const { return this->category_ == CONST_SCALAR && this->data_ != nullptr; } in IsScalar() function
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/
Dfusion_eltwise.h176 static inline bool IsScalar(const std::vector<int> &shape) { in IsScalar() function
/third_party/flatbuffers/include/flatbuffers/
Dreflection.h33 inline bool IsScalar(reflection::BaseType t) { in IsScalar() function
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_type.cc385 bool Type::IsScalar() const { in IsScalar() function in tint::reader::spirv::Type
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp943 static unsigned getMovOpc(bool IsScalar) { in getMovOpc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp3064 bool IsScalar = NegMul ? Name[12] == 's' : Name[11] == 's'; in UpgradeIntrinsicCall() local