Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dshape_utils.h93 inline bool IsDynamicShape(const ShapeVector &shape) { in IsDynamicShape() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/dynamic_shape/
Ddynamic_shape.cc73 bool IsDynamicShape(const Shape &shape) { return (std::count(shape.cbegin(), shape.cend(), -1) >= 1… in IsDynamicShape() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/
Dkernel.cc578 bool KernelTensor::IsDynamicShape() const { in IsDynamicShape() function in mindspore::kernel::KernelTensor
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/ascend/src/
Dmodel_process.cc473 bool ModelProcess::IsDynamicShape() { return IsDynamicBatchSize() || IsDynamicImageSize(); } in IsDynamicShape() function in mindspore::kernel::acl::ModelProcess
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/kernel/ascend/model/
Dmodel_process.cc639 bool ModelProcess::IsDynamicShape() { return IsDynamicBatchSize() || IsDynamicImageSize() || IsDyna… in IsDynamicShape() function in mindspore::kernel::acl::ModelProcess
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/
Danfalgo.cc1651 bool AnfAlgo::IsDynamicShape(const AnfNodePtr &node) { in IsDynamicShape() function in mindspore::common::AnfAlgo
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/ops_info/
Doperator_info.cc362 bool OperatorInfo::IsDynamicShape() { in IsDynamicShape() function in mindspore::parallel::OperatorInfo
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_guard/
Dguard_utils.cc1045 bool IsDynamicShape() const { in IsDynamicShape() function in mindspore::pijit::MetaTensorData