Searched refs:kAttrFixPrecision (Results 1 – 2 of 2) sorted by relevance
46 if (primitive->GetAttr(kAttrFixPrecision) != nullptr) { in GetPrimitivePrecision()47 auto strExceptDtype = GetValue<std::string>(primitive->GetAttr(kAttrFixPrecision)); in GetPrimitivePrecision()
379 constexpr auto kAttrFixPrecision = "fix_precision"; variable