Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Ddirect_session_test.cc2404 Session::CallableHandle feed_cpu_fetch_gpu; in TEST() local
2407 TF_ASSERT_OK(session->MakeCallable(opts, &feed_cpu_fetch_gpu)); in TEST()
2412 session->RunCallable(feed_cpu_fetch_gpu, {input}, &outputs, nullptr)); in TEST()
2413 TF_ASSERT_OK(session->ReleaseCallable(feed_cpu_fetch_gpu)); in TEST()