HomeSort by relevance Sort by last modified time
    Searched refs:CreateKernelImplementation (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/stream_executor/
kernel.cc 71 implementation_(parent->implementation()->CreateKernelImplementation()) {}
stream_executor_internal.h 315 virtual std::unique_ptr<KernelInterface> CreateKernelImplementation() = 0;
  /external/tensorflow/tensorflow/compiler/xla/service/interpreter/
executor.h 192 std::unique_ptr<internal::KernelInterface> CreateKernelImplementation()
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_gpu_executor.h 199 std::unique_ptr<internal::KernelInterface> CreateKernelImplementation()
cuda_gpu_executor.cc 834 CUDAExecutor::CreateKernelImplementation() {
    [all...]
  /external/tensorflow/tensorflow/stream_executor/host/
host_gpu_executor.h 192 std::unique_ptr<internal::KernelInterface> CreateKernelImplementation()

Completed in 280 milliseconds