Home
last modified time | relevance | path

Searched defs:GetDynamicBatchSize (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/include/api/
Dcontext.h574 std::string AscendDeviceInfo::GetDynamicBatchSize() const { return CharToString(GetDynamicBatchSize… in GetDynamicBatchSize() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/ascend_ge/
Dge_dynamic_utils.cc153 bool GeDynamicUtils::GetDynamicBatchSize(const std::shared_ptr<mindspore::Context> &context, in GetDynamicBatchSize() function in mindspore::GeDynamicUtils