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

  /external/tensorflow/tensorflow/compiler/xla/service/
device_memory_allocator.h 101 std::vector<se::StreamExecutor*> stream_executors_; member in class:xla::StreamExecutorMemoryAllocator
backend.h 99 int device_count() const { return stream_executors_.size(); }
107 return stream_executors_;
117 CHECK(!stream_executors_.empty());
118 return stream_executors_[0];
137 stream_executors_[device_ordinal] != nullptr);
172 // Vector of stream executors. stream_executors_[0] is the default executor.
173 std::vector<se::StreamExecutor*> stream_executors_; member in namespace:xla

Completed in 75 milliseconds