| 21 | namespace ruy { |
| 22 | |
| 23 | void Context::SetRuntimeEnabledPaths(Path paths) { |
| 24 | runtime_enabled_paths_ = paths; |
| 25 | } |
| 26 | |
| 27 | Path Context::GetRuntimeEnabledPaths() { |
| 28 | // This function should always return the same value on a given machine. |
no outgoing calls