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

Function main

tensorflow/lite/experimental/ruy/example.cc:129–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129int main() {
130 ruy::Context context;
131 ExampleMulFloat(&context);
132 ExampleMulFloatWithBiasAddAndClamp(&context);
133 ExampleMulUint8AsymmetricQuantized(&context);
134 ExampleMulInt8PerChannelQuantized(&context);
135}

Callers

nothing calls this directly

Tested by

no test coverage detected