OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetStreamImplementation
(Results
1 - 6
of
6
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
executor.h
197
std::unique_ptr<internal::StreamInterface>
GetStreamImplementation
()
/external/tensorflow/tensorflow/stream_executor/cuda/
cuda_gpu_executor.h
202
std::unique_ptr<internal::StreamInterface>
GetStreamImplementation
() override;
cuda_gpu_executor.cc
839
CUDAExecutor::
GetStreamImplementation
() {
[
all
...]
/external/tensorflow/tensorflow/stream_executor/host/
host_gpu_executor.h
197
std::unique_ptr<internal::StreamInterface>
GetStreamImplementation
()
/external/tensorflow/tensorflow/stream_executor/
stream_executor_internal.h
316
virtual std::unique_ptr<StreamInterface>
GetStreamImplementation
() = 0;
stream.cc
238
implementation_(parent->implementation()->
GetStreamImplementation
()),
[
all
...]
Completed in 294 milliseconds