Home
last modified time | relevance | path

Searched defs:run_on_cpu (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/eigen/test/
H A Dgpu_common.h23 void run_on_cpu(const Kernel& ker, int n, const Input& in, Output& out) in run_on_cpu() function
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dfunction_test.py3008 def run_on_cpu(t): function