Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A Dpasses.h40 inline c10::Symbol fromQualString(const std::string& qual_string) { in fromQualString() function
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dinterned_strings.cpp95 Symbol Symbol::fromQualString(const std::string & s) { in fromQualString() function in c10::Symbol