Home
last modified time | relevance | path

Searched defs:IsDynamic (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/abstract/
Ddshape.cc75 bool TensorShape::IsDynamic() const { return mindspore::IsDynamic(shape_); } in IsDynamic() function in mindspore::abstract::TensorShape
110 bool DynamicSequenceShape::IsDynamic() const { return true; } in IsDynamic() function in mindspore::abstract::DynamicSequenceShape
Ddshape.h128 bool IsDynamic() const override { return false; } in IsDynamic() function
378 bool IsDynamic() const override { in IsDynamic() function
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/view/
Dview_strides_calculator.cc24 bool IsDynamic(const std::vector<int64_t> &shape) { in IsDynamic() function
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dshape_utils.h98 inline bool IsDynamic(const ShapeVector &shape) { in IsDynamic() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp343 bool IsDynamic) { in toSymbolIndex()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp158568 bool IsDynamic() { return (mType == eContext_PageLayout || mType == eContext_Galley); } in IsDynamic() function in nsPresContext