xref: /aosp_15_r20/external/ruy/example/README.md (revision bb86c7ed5fb1b98a7eac808e443a46cc8b90dfc0)
1*bb86c7edSAndroid Build Coastguard Worker## Introduction
2*bb86c7edSAndroid Build Coastguard Worker
3*bb86c7edSAndroid Build Coastguard WorkerThese are some examples about how to use RUY.
4*bb86c7edSAndroid Build Coastguard Worker
5*bb86c7edSAndroid Build Coastguard Worker## BUILD
6*bb86c7edSAndroid Build Coastguard Worker
7*bb86c7edSAndroid Build Coastguard WorkerBuild the example with bazel commands:
8*bb86c7edSAndroid Build Coastguard Worker```
9*bb86c7edSAndroid Build Coastguard Workerbazel build //ruy/example:example
10*bb86c7edSAndroid Build Coastguard Worker```
11*bb86c7edSAndroid Build Coastguard WorkerYou can find the generated target under directory:
12*bb86c7edSAndroid Build Coastguard Worker```
13*bb86c7edSAndroid Build Coastguard Worker./bazel-bin/ruy/example
14*bb86c7edSAndroid Build Coastguard Worker```
15