Home
last modified time | relevance | path

Searched full:torch_mobile_core (Results 1 – 6 of 6) sorted by relevance

/external/pytorch/.github/workflows/
D_buck-build-test.yml107 - name: Build torch_mobile_core
109 buck build :torch_mobile_core
/external/executorch/extension/pytree/aten_util/
Dtargets.bzl29 "//xplat/caffe2:torch_mobile_core",
/external/pytorch/
DBUCK.oss118 ":torch_mobile_core",
Dbuckbuild.bzl830 ROOT + ":torch_mobile_core",
1382 name = "torch_mobile_core",
1388 # torch_mobile_core brings in sources neccessary to read and run a module
1417 ":torch_mobile_core",
1567 ":torch_mobile_core",
1616 ":torch_mobile_core",
1652 ":torch_mobile_core",
1752 ":torch_mobile_core",
Dbuild_variables.bzl147 torch_mobile_core = [
615 torch_mobile_core,
/external/executorch/extension/pybindings/
Dpybindings.cpp273 // on a library that enables C10_MOBILE (`torch_mobile_core`). in run_method()