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

Method SetTuning

tensorflow/lite/experimental/ruy/tune.h:118–118  ·  view source on GitHub ↗

Allows the user to specify an explicit Tuning value, bypassing auto detection; or to specify Tuning::kAuto, reverting to auto detection.

Source from the content-addressed store, hash-verified

116 // Allows the user to specify an explicit Tuning value, bypassing auto
117 // detection; or to specify Tuning::kAuto, reverting to auto detection.
118 void SetTuning(Tuning tuning) { unresolved_tuning_ = tuning; }
119
120 // Get an actual tuning --- that is the function that this class wanted to be.
121 Tuning Resolve();

Callers 3

TESTFunction · 0.80
TrMulFunction · 0.80
GetMainThreadTuningMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64