HomeSort by relevance Sort by last modified time
    Searched defs:GetUncachedExecutor (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/interpreter/
platform.cc 70 config, [&]() { return GetUncachedExecutor(config); });
74 InterpreterPlatform::GetUncachedExecutor(const StreamExecutorConfig& config) {
  /external/tensorflow/tensorflow/stream_executor/host/
host_platform.cc 67 config, [&]() { return GetUncachedExecutor(config); });
71 HostPlatform::GetUncachedExecutor(const StreamExecutorConfig& config) {
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_platform.cc 167 config, [&]() { return GetUncachedExecutor(config); });
171 CudaPlatform::GetUncachedExecutor(const StreamExecutorConfig& config) {

Completed in 92 milliseconds