Home
last modified time | relevance | path

Searched refs:strListToStr (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/torch/csrc/profiler/
Dutil.h92 TORCH_API std::string strListToStr(const std::vector<std::string>& types);
Dutil.cpp281 std::string strListToStr(const std::vector<std::string>& types) { in strListToStr() function
330 return strListToStr(concrete_str_inputs); in ivalueListToStr()
/external/pytorch/torch/csrc/autograd/
Dprofiler_kineto.cpp75 using torch::profiler::impl::strListToStr;
255 addMetadata("Input type", strListToStr(arg_data.dtypes)); in operator ()()