Searched defs:pytype (Results 1 – 10 of 10) sorted by relevance
/external/pytorch/torch/csrc/dynamo/ |
D | guards.h | 72 PyTypeObject* pytype; variable
|
/external/executorch/extension/pytree/ |
D | pybindings.cpp | 44 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/ |
D | noxfile.py | 269 def pytype(session): function
|
/external/pytorch/torch/csrc/utils/ |
D | tensor_numpy.cpp | 356 auto pytype = THPObjectPtr(PyArray_TypeObjectFromType(dtype)); in numpy_dtype_to_aten() local
|
/external/pytorch/torch/csrc/autograd/ |
D | python_cpp_function.cpp | 320 void registerCppFunction(const std::type_info& type, PyTypeObject* pytype) { in registerCppFunction()
|
/external/pytorch/test/ |
D | test_dynamic_shapes.py | 194 def create_symtype(cls, pytype, shape_env, val, duck=True, **kwargs): argument
|
/external/pytorch/torch/fx/experimental/ |
D | sym_node.py | 72 pytype, argument
|
/external/pytorch/test/functorch/ |
D | test_control_flow.py | 3939 def create_symtype(cls, pytype, shape_env, val): argument
|
/external/webp/swig/ |
D | libwebp_python_wrap.c | 1439 PyTypeObject *pytype; member
|
/external/pytorch/test/inductor/ |
D | test_torchinductor.py | 11401 def fn(pytype, dtype): argument
|