Home
last modified time | relevance | path

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

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