Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/lazy/ts_backend/
H A Dts_backend_impl.cpp26 struct TSBackendDeviceType : public BackendDeviceType { struct
28 TSBackendDeviceType(c10::DeviceType deviceType) in TSBackendDeviceType() function
33 std::string toString() const override { in toString()
37 c10::DeviceType c10Type() const { in c10Type()