Home
last modified time | relevance | path

Searched defs:pytype (Results 1 – 10 of 10) sorted by relevance

/external/pytorch/torch/csrc/dynamo/
Dguards.h72 PyTypeObject* pytype; variable
/external/executorch/extension/pytree/
Dpybindings.cpp44 static const PyTypeReg* get_by_str(const std::string& pytype) { in get_by_str()
50 static const PyTypeReg* get_by_type(py::handle pytype) { in get_by_type()
75 auto add_pytype_reg = [&](const std::string& pytype, Kind kind) { in instance()
/external/python/python-api-core/
Dnoxfile.py269 def pytype(session): function
/external/pytorch/torch/csrc/utils/
Dtensor_numpy.cpp356 auto pytype = THPObjectPtr(PyArray_TypeObjectFromType(dtype)); in numpy_dtype_to_aten() local
/external/pytorch/torch/csrc/autograd/
Dpython_cpp_function.cpp320 void registerCppFunction(const std::type_info& type, PyTypeObject* pytype) { in registerCppFunction()
/external/pytorch/test/
Dtest_dynamic_shapes.py194 def create_symtype(cls, pytype, shape_env, val, duck=True, **kwargs): argument
/external/pytorch/torch/fx/experimental/
Dsym_node.py72 pytype, argument
/external/pytorch/test/functorch/
Dtest_control_flow.py3939 def create_symtype(cls, pytype, shape_env, val): argument
/external/webp/swig/
Dlibwebp_python_wrap.c1439 PyTypeObject *pytype; member
/external/pytorch/test/inductor/
Dtest_torchinductor.py11401 def fn(pytype, dtype): argument