Searched refs:EnablePeerAccessTo (Results 1 – 13 of 13) sorted by relevance
129 auto status = from->EnablePeerAccessTo(to); in EnablePeerAccess()
267 virtual port::Status EnablePeerAccessTo(StreamExecutorInterface *other) = 0;
230 port::Status StreamExecutor::EnablePeerAccessTo(StreamExecutor *other) { in EnablePeerAccessTo() function in stream_executor::StreamExecutor231 return implementation_->EnablePeerAccessTo(other->implementation_.get()); in EnablePeerAccessTo()
315 port::Status EnablePeerAccessTo(StreamExecutor *other);
143 port::Status EnablePeerAccessTo(StreamExecutorInterface *other) override { in EnablePeerAccessTo() function
176 port::Status EnablePeerAccessTo(StreamExecutorInterface *other) override { in EnablePeerAccessTo() function
193 Status EnablePeerAccessTo(StreamExecutorInterface* other) override { in EnablePeerAccessTo() function
187 port::Status EnablePeerAccessTo(StreamExecutorInterface* other) override;
36 stream_executor::StreamExecutor::EnablePeerAccessTo
718 port::Status GpuExecutor::EnablePeerAccessTo(StreamExecutorInterface* other) { in EnablePeerAccessTo() function in stream_executor::gpu::GpuExecutor
587 port::Status EnablePeerAccessTo(StreamExecutorInterface* other) override { in EnablePeerAccessTo() function in stream_executor::__anon00950a620111::CStreamExecutor
810 port::Status GpuExecutor::EnablePeerAccessTo(StreamExecutorInterface* other) { in EnablePeerAccessTo() function in stream_executor::gpu::GpuExecutor
1725 auto status = from->EnablePeerAccessTo(to); in EnablePeerAccess()