Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dclone_constants_for_better_clustering_test.cc67 Scope on_cpu = root.WithAssignedDevice(kCPU).WithDevice(kCPU); in TEST() local
152 Scope on_cpu = root.WithAssignedDevice(kCPU).WithDevice(kCPU); in TEST() local
181 Scope on_cpu = root.WithAssignedDevice(kCPU).WithDevice(kCPU); in TEST() local
/external/angle/third_party/abseil-cpp/absl/debugging/
Dfailure_signal_handler.cc227 char on_cpu[32] = {0}; in WriteSignalMessage() local
/external/tensorflow/tensorflow/python/eager/
Dfunction_test.py2872 def on_cpu(x): function