Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/kernel/ascend/model/
Dmodel_infer.cc187 const std::vector<ShapeVector> ModelInfer::GetInputShape() { return model_process_.GetInputShape();… in GetInputShape() function in mindspore::kernel::acl::ModelInfer
Dmodel_process.cc279 const std::vector<ShapeVector> ModelProcess::GetInputShape() { in GetInputShape() function in mindspore::kernel::acl::ModelProcess
/third_party/mindspore/mindspore-src/source/mindspore/lite/include/
Dconverter.h165 std::map<std::string, std::vector<int64_t>> Converter::GetInputShape() const { in GetInputShape() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/cxx_api/model/acl/
Dacl_model_options.h49 std::string GetInputShape() const { return input_shape_; } in GetInputShape() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/adapter/
Dcallback_impl.cc79 ShapeVector CallbackImpl::GetInputShape(const AnfNodePtr &node, size_t i) { in GetInputShape() function in mindspore::graphkernel::CallbackImpl
370 ShapeVector CallbackImplWithInferShape::GetInputShape(const AnfNodePtr &node, size_t i) { in GetInputShape() function in mindspore::graphkernel::CallbackImplWithInferShape
/third_party/mindspore/mindspore-src/source/include/api/
Dcontext.h572 std::string AscendDeviceInfo::GetInputShape() const { return CharToString(GetInputShapeChar()); } in GetInputShape() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/graph_kernel/converter/
Dcallback_impl.cc32 ShapeVector CallbackImpl::GetInputShape(const AnfNodePtr &node, size_t i) { return GetInputInferSha… in GetInputShape() function in mindspore::graphkernel::CallbackImpl
/third_party/mindspore/mindspore-src/source/mindspore/core/symbolic_shape/
Doperation_builder.h70 SymbolPtr GetInputShape(size_t i) const { return GetShape(GetInput(i)); } in GetInputShape() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/graph/
Dnode_infershape.cc502 std::vector<int> NodeInferShape::GetInputShape(const CNodePtr &cnode, size_t index) { in GetInputShape() function in mindspore::opt::NodeInferShape
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/ops_info/
Dreshape_info.cc85 std::vector<int64_t> ReshapeInfo::GetInputShape(const AnfNodePtr &shape_input_node) { in GetInputShape() function in mindspore::parallel::ReshapeInfo