Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_device.h232 pan_gpu_time_to_ns(struct panfrost_device *dev, uint64_t gpu_time) in pan_gpu_time_to_ns()
/aosp_15_r20/external/mesa3d/src/asahi/lib/
H A Dagx_device.h178 agx_gpu_time_to_ns(struct agx_device *dev, uint64_t gpu_time) in agx_gpu_time_to_ns()
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_dims.py73 def gpu_time(lmb, name, r=100): function