Home
last modified time | relevance | path

Searched refs:python_functions (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/pytorch/tools/
H A DBUCK.bzl128 "autograd/templates/python_functions.cpp",
129 "autograd/templates/python_functions.h",
/aosp_15_r20/external/pytorch/torch/csrc/
H A DModule.cpp1654 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 DModule.h7 PyMethodDef* python_functions();
H A DModule.cpp277 PyMethodDef* python_functions() { in python_functions() function
/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Drpc.h7 PyMethodDef* python_functions();
H A Dinit.cpp854 PyMethodDef* python_functions() { in python_functions() function
/aosp_15_r20/external/pytorch/torch/csrc/multiprocessing/
H A Dinit.h8 PyMethodDef* python_functions();
H A Dinit.cpp81 PyMethodDef* python_functions() { in python_functions() function
/aosp_15_r20/external/pytorch/torch/csrc/distributed/autograd/
H A Dpython_autograd.h9 PyMethodDef* python_functions();
H A Dinit.cpp232 PyMethodDef* python_functions() { in python_functions() function
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A Dc10d.h9 PyMethodDef* python_functions();
H A Dinit.cpp3349 PyMethodDef* python_functions() { in python_functions() function
/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/testing/
H A Dtesting.h10 PyMethodDef* python_functions();
H A Dinit.cpp138 PyMethodDef* python_functions() { in python_functions() function
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_autograd.h9 PyMethodDef* python_functions();
H A Dinit.cpp1411 PyMethodDef* python_functions() { in python_functions() function
/aosp_15_r20/external/python/parse_type/
Dpytest.ini13 # python_functions=test
/aosp_15_r20/external/pytorch/
H A Dpt_template_srcs.bzl142 "autograd/generated/python_functions.h": ["autograd/generated/python_functions.h"],
H A Dbuild.bzl258 "torch/csrc/autograd/generated/python_functions.h",
H A Dbuckbuild.bzl1001 #"python_functions.h",
H A Dbuild_variables.bzl933 "torch/csrc/distributed/rpc/python_functions.cpp",
/aosp_15_r20/external/pytorch/caffe2/
H A DCMakeLists.txt316 "${TORCH_SRC_DIR}/csrc/autograd/generated/python_functions.h"