Home
last modified time | relevance | path

Searched defs:Autograd (Results 1 – 7 of 7) sorted by relevance

/external/pytorch/torch/csrc/autograd/
DREADME.md1 ## Autograd section
DVariableTypeManual.cpp347 TORCH_LIBRARY_IMPL(aten, Autograd, m) { in TORCH_LIBRARY_IMPL() argument
/external/pytorch/docs/cpp/source/
Dindex.rst48 Autograd section in PyTorch C++ API
/external/pytorch/docs/source/
Dcomplex_numbers.rst127 Autograd chapter
/external/pytorch/aten/src/ATen/
DNestedTensorImpl.h192 const bool Autograd = buffer_key_set.has_any(c10::autograd_dispatch_keyset); in generate_buffer_key_set() local
/external/pytorch/c10/core/
DDispatchKey.h462 Autograd, enumerator
/external/pytorch/torchgen/
Dmodel.py127 Autograd = auto() variable in DispatchKey