Name Date Size #Lines LOC

..--

BUILDH A D25-Apr-2025331 1815

CMakeLists.txtH A D25-Apr-2025337 2420

README.mdH A D25-Apr-2025238 1511

example.ccH A D25-Apr-20256.9 KiB193150

parametrized_example.ccH A D25-Apr-20257.4 KiB204182

README.md

1## Introduction
2
3These are some examples about how to use RUY.
4
5## BUILD
6
7Build the example with bazel commands:
8```
9bazel build //ruy/example:example
10```
11You can find the generated target under directory:
12```
13./bazel-bin/ruy/example
14```
15