Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/
H A Dxrt_memory_manager.h161 std::vector<std::unique_ptr<DeviceContext>> device_contexts_; variable
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dlazy_graph_executor.h311 std::map<BackendDevice, DeviceContext*> device_contexts_; variable