Searched defs:CreateStreamDependency (Results 1 – 8 of 8) sorted by relevance
93 bool XlaInterpreterExecutor::CreateStreamDependency(Stream *dependent, in CreateStreamDependency() function in stream_executor::interpreter::XlaInterpreterExecutor
102 bool TpuExecutor::CreateStreamDependency(Stream* dependent, Stream* other) { in CreateStreamDependency() function in tensorflow::tpu::TpuExecutor
198 bool HostExecutor::CreateStreamDependency(Stream *dependent, Stream *other) { in CreateStreamDependency() function in stream_executor::host::HostExecutor
489 bool CreateStreamDependency(Stream* dependent, Stream* other) override { in CreateStreamDependency() function in stream_executor::__anon00950a620111::CStreamExecutor
468 TEST_F(StreamExecutorTest, CreateStreamDependency) { in TEST_F() argument
719 bool GpuExecutor::CreateStreamDependency(Stream* dependent, Stream* other) { in CreateStreamDependency() function in stream_executor::gpu::GpuExecutor
627 bool GpuExecutor::CreateStreamDependency(Stream* dependent, Stream* other) { in CreateStreamDependency() function in stream_executor::gpu::GpuExecutor
780 bool StreamExecutor::CreateStreamDependency(Stream *dependent, Stream *other) { in CreateStreamDependency() function in stream_executor::StreamExecutor