Home
last modified time | relevance | path

Searched defs:set_shape (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dmeta_tensor.h132 size_t set_shape(const ShapeVector &shape) { in set_shape() function
/third_party/mindspore/mindspore/core/ops/
Dbroadcast_to.cc78 void BroadcastTo::set_shape(const std::vector<int64_t> &shape) { in set_shape() function in mindspore::ops::BroadcastTo
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/src/
Dtensor.h52 void set_shape(const Vector<int> &shape) override { shape_ = shape; } in set_shape() function
/third_party/mindspore/mindspore/lite/micro/example/mnist_x86/src/
Dtensor.h52 void set_shape(const Vector<int> &shape) override { shape_ = shape; } in set_shape() function
/third_party/mindspore/mindspore/core/abstract/
Ddshape.h81 void set_shape(const ShapeVector &shape) { shape_ = shape; } in set_shape() function
Dabstract_value.h62 virtual void set_shape(const BaseShapePtr &shape) { shape_ = shape; } in set_shape() function
Dabstract_value.cc524 void AbstractUndetermined::set_shape(const BaseShapePtr &shape) { in set_shape() function in mindspore::abstract::AbstractUndetermined
/third_party/mindspore/mindspore/lite/src/
Dtensor.h95 void set_shape(const std::vector<int> &shape) override { shape_ = shape; } in set_shape() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/oplib/
Dopinfo.h77 void set_shape(const std::string &shape) { shape_ = shape; } in set_shape() function