• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..29-Oct-2021-

BUILD A D29-Oct-2021266 1714

CMakeLists.txt A D29-Oct-2021337 2420

README.md A D29-Oct-2021238 1511

example.cc A D29-Oct-20215.7 KiB162124

parametrized_example.cc A D29-Oct-20217.1 KiB199177

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