Home
last modified time | relevance | path

Searched defs:named_buffers (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/pytorch/torch/nn/utils/
H A D_named_member_accessor.py352 def named_buffers( member in NamedMemberAccessor
/aosp_15_r20/external/pytorch/torch/_functorch/
H A Daot_autograd.py909 def functional_call(named_params, named_buffers, *args, **kwargs): argument
/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/
H A Dmodule.cpp162 OrderedDict<std::string, Tensor> Module::named_buffers(bool recurse) const { in named_buffers() function in torch::nn::Module
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dmodule.cpp295 auto named_buffers = module->named_buffers(); in TEST_F() local
304 auto named_buffers = module->named_buffers(); in TEST_F() local
/aosp_15_r20/external/pytorch/torch/export/
H A Dexported_program.py748 def named_buffers(self) -> Iterator[Tuple[str, torch.Tensor]]: member in ExportedProgram
/aosp_15_r20/external/pytorch/torch/csrc/jit/api/
H A Dmodule.cpp522 named_buffer_list Module::named_buffers(bool recurse) const { in named_buffers() function in torch::jit::Module
/aosp_15_r20/external/pytorch/torch/distributed/nn/api/
H A Dremote_module.py418 def named_buffers( # type: ignore[return] member in _RemoteModule
/aosp_15_r20/external/pytorch/torch/distributed/fsdp/
H A Dfully_sharded_data_parallel.py981 def named_buffers( member in FullyShardedDataParallel
/aosp_15_r20/external/pytorch/torch/nn/modules/
H A Dmodule.py2691 def named_buffers( member in Module
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/
H A Ddistributed_test.py9512 def buffer_comm_hook(ddp, named_buffers): argument
9612 def buffer_comm_hook(ddp, named_buffers): argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_nn.py336 def names(named_buffers): argument