/aosp_15_r20/external/pytorch/tools/ |
H A D | BUCK.bzl | 128 "autograd/templates/python_functions.cpp", 129 "autograd/templates/python_functions.h",
|
/aosp_15_r20/external/pytorch/torch/csrc/ |
H A D | Module.cpp | 1654 THPUtils_addPyMethodDefs(methods, torch::autograd::python_functions()); in initModule() 1655 THPUtils_addPyMethodDefs(methods, torch::multiprocessing::python_functions()); in initModule() 1656 THPUtils_addPyMethodDefs(methods, torch::mps::python_functions()); in initModule() 1665 methods, torch::distributed::c10d::python_functions()); in initModule() 1668 methods, torch::distributed::rpc::python_functions()); in initModule() 1670 methods, torch::distributed::autograd::python_functions()); in initModule() 1672 methods, torch::distributed::rpc::testing::python_functions()); in initModule()
|
/aosp_15_r20/external/pytorch/torch/csrc/mps/ |
H A D | Module.h | 7 PyMethodDef* python_functions();
|
H A D | Module.cpp | 277 PyMethodDef* python_functions() { in python_functions() function
|
/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/ |
H A D | rpc.h | 7 PyMethodDef* python_functions();
|
H A D | init.cpp | 854 PyMethodDef* python_functions() { in python_functions() function
|
/aosp_15_r20/external/pytorch/torch/csrc/multiprocessing/ |
H A D | init.h | 8 PyMethodDef* python_functions();
|
H A D | init.cpp | 81 PyMethodDef* python_functions() { in python_functions() function
|
/aosp_15_r20/external/pytorch/torch/csrc/distributed/autograd/ |
H A D | python_autograd.h | 9 PyMethodDef* python_functions();
|
H A D | init.cpp | 232 PyMethodDef* python_functions() { in python_functions() function
|
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/ |
H A D | c10d.h | 9 PyMethodDef* python_functions();
|
H A D | init.cpp | 3349 PyMethodDef* python_functions() { in python_functions() function
|
/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/testing/ |
H A D | testing.h | 10 PyMethodDef* python_functions();
|
H A D | init.cpp | 138 PyMethodDef* python_functions() { in python_functions() function
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A D | python_autograd.h | 9 PyMethodDef* python_functions();
|
H A D | init.cpp | 1411 PyMethodDef* python_functions() { in python_functions() function
|
/aosp_15_r20/external/python/parse_type/ |
D | pytest.ini | 13 # python_functions=test
|
/aosp_15_r20/external/pytorch/ |
H A D | pt_template_srcs.bzl | 142 "autograd/generated/python_functions.h": ["autograd/generated/python_functions.h"],
|
H A D | build.bzl | 258 "torch/csrc/autograd/generated/python_functions.h",
|
H A D | buckbuild.bzl | 1001 #"python_functions.h",
|
H A D | build_variables.bzl | 933 "torch/csrc/distributed/rpc/python_functions.cpp",
|
/aosp_15_r20/external/pytorch/caffe2/ |
H A D | CMakeLists.txt | 316 "${TORCH_SRC_DIR}/csrc/autograd/generated/python_functions.h"
|