Home
last modified time | relevance | path

Searched defs:unsafe_borrow_t (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DTensorBase.h84 struct unsafe_borrow_t { explicit unsafe_borrow_t() = default; }; struct
90 explicit TensorBase(unsafe_borrow_t, const TensorBase& rhs) in TensorBase() argument
/aosp_15_r20/external/pytorch/c10/core/
H A DStorage.h28 struct unsafe_borrow_t { struct
/aosp_15_r20/external/pytorch/aten/src/ATen/templates/
H A DTensorBody.h97 explicit Tensor(unsafe_borrow_t, const TensorBase& rhs): TensorBase(unsafe_borrow_t{}, rhs) {} in Tensor() argument