Home
last modified time | relevance | path

Searched refs:GetUnderlyingExecutor (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.h175 virtual StreamExecutorInterface *GetUnderlyingExecutor() { return this; } in GetUnderlyingExecutor() function
Dstream_executor_pimpl.cc882 return implementation_->GetUnderlyingExecutor(); in implementation()