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

Function GetMostSignificantPath

tensorflow/lite/experimental/ruy/path.h:112–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112inline Path GetMostSignificantPath(Path path_mask) {
113 return static_cast<Path>(round_down_pot(static_cast<int>(path_mask)));
114}
115
116// ruy::kAllPaths represents all Path's that make sense to on a given
117// base architecture.

Callers 1

GetPathToTakeMethod · 0.85

Calls 1

round_down_potFunction · 0.85

Tested by

no test coverage detected