Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgemm_thunk.h56 bool WillAutotuneKernel(se::Stream* stream) override { in WillAutotuneKernel() function
Dthunk.h90 virtual bool WillAutotuneKernel(se::Stream* /*stream*/) { return false; } in WillAutotuneKernel() function
Dgpu_executable.cc138 if (thunk->WillAutotuneKernel(stream)) { in ExecuteThunks()