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

Method GetMainThreadTuning

tensorflow/lite/experimental/ruy/context.h:69–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 Tuning GetMainThreadTuning() {
70 EnsureNPerThreadStates(1);
71 TuningResolver* tuning_resolver = &per_thread_states[0]->tuning_resolver;
72 tuning_resolver->SetTuning(explicit_tuning);
73 return tuning_resolver->Resolve();
74 }
75
76 template <Path CompiledPaths>
77 Path GetPathToTake() {

Callers 2

TrMulFunction · 0.80
PrePackForMulInternalFunction · 0.80

Calls 2

SetTuningMethod · 0.80
ResolveMethod · 0.45

Tested by

no test coverage detected