Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dtensor_new.cpp917 auto safe_get_attr_string = [](PyObject* o, in sparse_compressed_tensor_ctor_worker() local
933 safe_get_attr_string(r.pyobject(ARG_COMPRESSED_INDICES), "dtype")); in sparse_compressed_tensor_ctor_worker()
935 safe_get_attr_string(r.pyobject(ARG_PLAIN_INDICES), "dtype")); in sparse_compressed_tensor_ctor_worker()