Searched refs:options_from_string (Results 1 – 3 of 3) sorted by relevance
12 at::TensorOptions options_from_string(const std::string& str);
81 at::TensorOptions options_from_string(const std::string& str) { in options_from_string() function
1074 at::TensorOptions options = torch::utils::options_from_string(type_name); in THPVariable_type()