Home
last modified time | relevance | path

Searched refs:GetPrecisionMode (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/include/api/
Dcontext.h240 inline std::string GetPrecisionMode() const;
260 std::string GPUDeviceInfo::GetPrecisionMode() const { return CharToString(GetPrecisionModeChar()); } in GetPrecisionMode() function
364 inline std::string GetPrecisionMode() const;
425 std::string Ascend310DeviceInfo::GetPrecisionMode() const { return CharToString(GetPrecisionModeCha… in GetPrecisionMode() function
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/api/
Dcontext.h157 inline std::string GetPrecisionMode() const;
217 std::string Ascend310DeviceInfo::GetPrecisionMode() const { return CharToString(GetPrecisionModeCha… in GetPrecisionMode() function
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/acl/
Dacl_model_options.cc54 precision_mode_ = ascend310_info->GetPrecisionMode(); in AclModelOptions()
/third_party/mindspore/tests/ut/cpp/cxx_api/
Dcontext_test.cc107 ASSERT_EQ(ascend310->GetPrecisionMode(), option_4); in TEST_F()
/third_party/mindspore/mindspore/ccsrc/cxx_api/graph/gpu/
Dgpu_graph_impl.cc76 ms_context->set_param<std::string>(MS_CTX_INFER_PRECISION_MODE, gpu_info->GetPrecisionMode()); in InitEnv()