| 127 | } |
| 128 | |
| 129 | int main() { |
| 130 | ruy::Context context; |
| 131 | ExampleMulFloat(&context); |
| 132 | ExampleMulFloatWithBiasAddAndClamp(&context); |
| 133 | ExampleMulUint8AsymmetricQuantized(&context); |
| 134 | ExampleMulInt8PerChannelQuantized(&context); |
| 135 | } |
nothing calls this directly
no test coverage detected