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

Method RunPack

tensorflow/lite/experimental/ruy/trmul_params.h:34–36  ·  view source on GitHub ↗

Helper functions for invoking the function pointers.

Source from the content-addressed store, hash-verified

32 TrMulParams() : run_pack{nullptr, nullptr}, is_prepacked{false, false} {}
33 // Helper functions for invoking the function pointers.
34 void RunPack(Side side, Tuning tuning, int start, int end) {
35 run_pack[side](tuning, src[side], &packed[side], start, end);
36 }
37 void RunKernel(Tuning tuning, const SidePair<int>& start,
38 const SidePair<int>& end) {
39 run_kernel(tuning, packed, spec, start, end, &dst);

Callers 3

TryPackMethod · 0.80
TrMulFunction · 0.80
PrePackForMulInternalFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected