Searched defs:IsDynamicShape (Results 1 – 8 of 8) sorted by relevance
93 inline bool IsDynamicShape(const ShapeVector &shape) { in IsDynamicShape() function
73 bool IsDynamicShape(const Shape &shape) { return (std::count(shape.cbegin(), shape.cend(), -1) >= 1… in IsDynamicShape() function
578 bool KernelTensor::IsDynamicShape() const { in IsDynamicShape() function in mindspore::kernel::KernelTensor
473 bool ModelProcess::IsDynamicShape() { return IsDynamicBatchSize() || IsDynamicImageSize(); } in IsDynamicShape() function in mindspore::kernel::acl::ModelProcess
639 bool ModelProcess::IsDynamicShape() { return IsDynamicBatchSize() || IsDynamicImageSize() || IsDyna… in IsDynamicShape() function in mindspore::kernel::acl::ModelProcess
1651 bool AnfAlgo::IsDynamicShape(const AnfNodePtr &node) { in IsDynamicShape() function in mindspore::common::AnfAlgo
362 bool OperatorInfo::IsDynamicShape() { in IsDynamicShape() function in mindspore::parallel::OperatorInfo
1045 bool IsDynamicShape() const { in IsDynamicShape() function in mindspore::pijit::MetaTensorData