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

  /external/tensorflow/tensorflow/compiler/xla/service/
backend.cc 104 TF_ASSIGN_OR_RETURN(auto exec, stream_executor(device_ordinal));
181 StatusOr<perftools::gputools::StreamExecutor*> Backend::stream_executor( function in class:xla::Backend
205 stream_executor(device_ordinal_a));
207 stream_executor(device_ordinal_b));
  /external/tensorflow/tensorflow/stream_executor/
stream.cc 16 #include "tensorflow/stream_executor/stream.h"
18 #include "tensorflow/stream_executor/platform/port.h"
20 #include "tensorflow/stream_executor/blas.h"
21 #include "tensorflow/stream_executor/host_buffer.h"
22 #include "tensorflow/stream_executor/lib/stacktrace.h"
23 #include "tensorflow/stream_executor/lib/strcat.h"
24 #include "tensorflow/stream_executor/platform.h"
25 #include "tensorflow/stream_executor/platform/logging.h"
26 #include "tensorflow/stream_executor/rng.h"
27 #include "tensorflow/stream_executor/stream_executor_internal.h
5050 StreamExecutor *stream_executor = this->parent_; local
    [all...]

Completed in 225 milliseconds