Home
last modified time | relevance | path

Searched refs:kAttrFixPrecision (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dkernel_select_graph_kernel.cc46 if (primitive->GetAttr(kAttrFixPrecision) != nullptr) { in GetPrimitivePrecision()
47 auto strExceptDtype = GetValue<std::string>(primitive->GetAttr(kAttrFixPrecision)); in GetPrimitivePrecision()
/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h379 constexpr auto kAttrFixPrecision = "fix_precision"; variable