Home
last modified time | relevance | path

Searched refs:to_pointerAttributes (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/stream_executor/rocm/
H A Drocm_driver.cc276 hipPointerAttribute_t to_pointerAttributes; in ROCMPointersToCanAccessString() local
277 result = tensorflow::wrap::hipPointerGetAttributes(&to_pointerAttributes, to); in ROCMPointersToCanAccessString()
285 GpuContext toCtx(to_pointerAttributes.device); in ROCMPointersToCanAccessString()