Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc233 class BaseGPUDevice::StreamGroupFactory { class in tensorflow::BaseGPUDevice
300 static StreamGroupFactory& Global() { in Global()
301 static StreamGroupFactory* instance = new StreamGroupFactory(); in Global()
375 StreamGroupFactory() = default;
376 TF_DISALLOW_COPY_AND_ASSIGN(StreamGroupFactory);
434 stream_ = StreamGroupFactory::Global().GetOrCreate( in Init()
1930 StreamGroupFactory::Global().TestOnlyReset(); in TestOnlyReset()
Dgpu_device.h141 class StreamGroupFactory; variable