Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Ddlpack.cc42 struct DLPackTensor { struct
46 py::object buffer_reference;
49 std::unique_ptr<PjRtBuffer::ExternalReference> external_reference;
51 std::vector<int64_t> shape;
52 std::vector<int64_t> strides;
53 DLManagedTensor tensor;
/aosp_15_r20/external/pytorch/test/
H A Dtest_dlpack.py175 class DLPackTensor: class