• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
2
3oncall("executorch")
4
5runtime.export_file(
6    name = "ModuleLinear-no-constant-segment.pte",
7    src = "ModuleLinear-no-constant-segment.pte",
8    visibility = [
9        "//executorch/runtime/executor/test/...",
10        "//executorch/test/...",
11    ],
12)
13