Home
last modified time | relevance | path

Searched defs:pretty_print_recursive (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/detail/
H A DTensorDataContainer.h276 void pretty_print_recursive(std::ostream& stream) const { in pretty_print_recursive() function
/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/
H A Dmodule.cpp352 void Module::pretty_print_recursive( in pretty_print_recursive() function in torch::nn::Module