Searched defs:IsDynamic (Results 1 – 6 of 6) sorted by relevance
75 bool TensorShape::IsDynamic() const { return mindspore::IsDynamic(shape_); } in IsDynamic() function in mindspore::abstract::TensorShape110 bool DynamicSequenceShape::IsDynamic() const { return true; } in IsDynamic() function in mindspore::abstract::DynamicSequenceShape
128 bool IsDynamic() const override { return false; } in IsDynamic() function378 bool IsDynamic() const override { in IsDynamic() function
24 bool IsDynamic(const std::vector<int64_t> &shape) { in IsDynamic() function
98 inline bool IsDynamic(const ShapeVector &shape) { in IsDynamic() function
343 bool IsDynamic) { in toSymbolIndex()
158568 bool IsDynamic() { return (mType == eContext_PageLayout || mType == eContext_Galley); } in IsDynamic() function in nsPresContext