Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dlazy_graph_executor.h16 struct DeviceDataInfo : public BackendData::Info { struct
17 DeviceDataInfo(int64_t tensor_id, bool read_only) in DeviceDataInfo() argument
20 int64_t tensor_id = 0;
21 bool read_only = false;