MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Query

Method Query

tensorflow/lite/experimental/ruy/tune_tool.cc:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33class TuneTool {
34 public:
35 static void Query(float* eval, float* threshold) {
36 TuningResolver resolver;
37 *eval = resolver.EvalRatio();
38 *threshold = resolver.ThresholdRatio();
39 }
40};
41
42} // namespace ruy

Callers

nothing calls this directly

Calls 2

EvalRatioMethod · 0.80
ThresholdRatioMethod · 0.80

Tested by

no test coverage detected