Home
last modified time | relevance | path

Searched defs:SetInputShape (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/api/
Dcontext.h209 void Ascend310DeviceInfo::SetInputShape(const std::string &shape) { SetInputShape(StringToChar(shap… in SetInputShape() function
/third_party/mindspore/include/api/
Dcontext.h417 void Ascend310DeviceInfo::SetInputShape(const std::string &shape) { SetInputShape(StringToChar(shap… in SetInputShape() function
/third_party/mindspore/mindspore/lite/src/cxx_api/
Dcontext.cc335 void Ascend310DeviceInfo::SetInputShape(const std::vector<char> &shape) { in SetInputShape() function in mindspore::Ascend310DeviceInfo
/third_party/mindspore/mindspore/ccsrc/cxx_api/
Dcontext.cc205 void Ascend310DeviceInfo::SetInputShape(const std::vector<char> &shape) { in SetInputShape() function in mindspore::Ascend310DeviceInfo
/third_party/mindspore/mindspore/lite/src/
Dlite_mindrt.cc702 void LiteOpActor::SetInputShape() { in SetInputShape() function in mindspore::lite::LiteOpActor