Searched refs:StreamGroupFactory (Results 1 – 2 of 2) sorted by relevance
233 class BaseGPUDevice::StreamGroupFactory { class in tensorflow::BaseGPUDevice300 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()
141 class StreamGroupFactory; variable