Home
last modified time | relevance | path

Searched defs:GetOutputShape (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/optimizer/
Dcache_manager.cc58 ShapeVector CacheManager::GetOutputShape(const AnfNodePtr &node, size_t index) { in GetOutputShape() function in mindspore::opt::CacheManager
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/kernel/ascend/model/
Dmodel_infer.cc186 const std::vector<ShapeVector> ModelInfer::GetOutputShape() { return model_process_.GetOutputShape(… in GetOutputShape() function in mindspore::kernel::acl::ModelInfer
Dmodel_process.cc271 const std::vector<ShapeVector> ModelProcess::GetOutputShape() { in GetOutputShape() function in mindspore::kernel::acl::ModelProcess
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Dargmax_with_value.cc30 inline BaseShapePtr GetOutputShape(const ShapeVector &output_shape) { in GetOutputShape() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/adapter/
Dcallback_impl.cc83 ShapeVector CallbackImpl::GetOutputShape(const AnfNodePtr &node, size_t i) { in GetOutputShape() function in mindspore::graphkernel::CallbackImpl
374 ShapeVector CallbackImplWithInferShape::GetOutputShape(const AnfNodePtr &node, size_t i) { in GetOutputShape() function in mindspore::graphkernel::CallbackImplWithInferShape
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/graph_kernel/converter/
Dcallback_impl.cc34 ShapeVector CallbackImpl::GetOutputShape(const AnfNodePtr &node, size_t i) { return GetOutputInferS… in GetOutputShape() function in mindspore::graphkernel::CallbackImpl
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dmatrix_diag_v3.cc55 ShapeVector GetOutputShape(const std::vector<int64_t> &x_shape, int64_t lower_diag_index, int64_t u… in GetOutputShape() function
Davg_pool_3d.cc80 std::vector<int64_t> GetOutputShape(const PrimitivePtr &primitive, const std::vector<int64_t> &in_s… in GetOutputShape() function
Dmax_pool3d.cc142 std::vector<int64_t> GetOutputShape(const PrimitivePtr &primitive, const std::vector<int64_t> &in_s… in GetOutputShape() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/
Danfalgo.cc732 ShapeVector GetOutputShape(const abstract::AbstractBasePtr &abstract, size_t output_idx, bool is_re… in GetOutputShape() function