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

Method GetPathToTake

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

Source from the content-addressed store, hash-verified

75
76 template <Path CompiledPaths>
77 Path GetPathToTake() {
78 last_taken_path =
79 GetMostSignificantPath(CompiledPaths & GetRuntimeEnabledPaths());
80 return last_taken_path;
81 }
82
83 void SetRuntimeEnabledPaths(Path paths);
84 Path GetRuntimeEnabledPaths();

Callers

nothing calls this directly

Calls 1

GetMostSignificantPathFunction · 0.85

Tested by

no test coverage detected