Searched defs:IsScalar (Results 1 – 8 of 8) sorted by relevance
29 bool ApplyMomentumScaleFusion::IsScalar(const BaseRef &n) { in IsScalar() function in mindspore::opt::ApplyMomentumScaleFusion
31 bool ApplyMomentumWeightDecayScaleFusion::IsScalar(const BaseRef &n) { in IsScalar() function in mindspore::opt::ApplyMomentumWeightDecayScaleFusion
182 bool IsScalar() const { return this->category_ == CONST_SCALAR && this->data_ != nullptr; } in IsScalar() function
176 static inline bool IsScalar(const std::vector<int> &shape) { in IsScalar() function
33 inline bool IsScalar(reflection::BaseType t) { in IsScalar() function
385 bool Type::IsScalar() const { in IsScalar() function in tint::reader::spirv::Type
943 static unsigned getMovOpc(bool IsScalar) { in getMovOpc()
3064 bool IsScalar = NegMul ? Name[12] == 's' : Name[11] == 's'; in UpgradeIntrinsicCall() local