Home
last modified time | relevance | path

Searched refs:ModulePointerApplyFunction (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/
H A Dmodule.h72 using ModulePointerApplyFunction = variable
189 void apply(const ModulePointerApplyFunction& function) const;
/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/
H A Dmodule.cpp119 void Module::apply(const ModulePointerApplyFunction& function) const { in apply()