Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dvariant_op_copy_test.cc45 static int* GetCopyCPUToGPUCounter() { in GetCopyCPUToGPUCounter() function
72 ++*GetCopyCPUToGPUCounter(); in CopyCPUToGPU()
220 int copy_to_gpu_before = *GetCopyCPUToGPUCounter(); in TEST()
224 int copy_to_gpu_after = *GetCopyCPUToGPUCounter(); in TEST()
330 int copy_to_gpu_before = *GetCopyCPUToGPUCounter(); in TEST()
336 int copy_to_gpu_after = *GetCopyCPUToGPUCounter(); in TEST()