Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dtensor_types.cpp21 static const char* parse_privateuseone_backend(bool is_sparse = false) { in parse_privateuseone_backend() function
53 return parse_privateuseone_backend(); in backend_to_string()
55 return parse_privateuseone_backend(true); in backend_to_string()
85 std::string(parse_privateuseone_backend()) + "."); in options_from_string()