Home
last modified time | relevance | path

Searched refs:kApproximate (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/core/ops/fusion/
Dactivation.cc57 void Activation::set_approximate(bool approximate) { (void)this->AddAttr(kApproximate, MakeValue(ap… in set_approximate()
60 auto value_ptr = this->GetAttr(kApproximate); in get_approximate()
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCFillGeometry.h97 kApproximate enumerator
DGrCCFillGeometry.cpp581 if (AppendCubicMode::kApproximate == mode) { in appendCubics()
599 if (AppendCubicMode::kApproximate == mode) { in appendCubics()
/third_party/mindspore/mindspore/core/ops/
Dop_utils.h256 constexpr auto kApproximate = "approximate"; variable