Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dclone_constants_for_better_clustering_test.cc66 Scope on_gpu = root.WithAssignedDevice(kGPU).WithDevice(kGPU); in TEST() local
93 Scope on_gpu = root.WithAssignedDevice(kGPU).WithDevice(kGPU); in TEST() local
119 Scope on_gpu = root.WithAssignedDevice(kGPU).WithDevice(kGPU); in TEST() local
151 Scope on_gpu = root.WithAssignedDevice(kGPU).WithDevice(kGPU); in TEST() local
180 Scope on_gpu = root.WithAssignedDevice(kGPU).WithDevice(kGPU); in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dconstant_op_test.cc40 void ConstantOpTest::PersistentMemoryTrackingTest(bool on_gpu) { in PersistentMemoryTrackingTest()
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dfunction_test.py3004 def on_gpu(x): function