Searched refs:EnablePeerAccessTo (Results 1 – 10 of 10) sorted by relevance
129 auto status = from->EnablePeerAccessTo(to); in EnablePeerAccess()
263 virtual port::Status EnablePeerAccessTo(StreamExecutorInterface *other) = 0;
272 port::Status StreamExecutor::EnablePeerAccessTo(StreamExecutor *other) { in EnablePeerAccessTo() function in stream_executor::StreamExecutor273 return implementation_->EnablePeerAccessTo(other->implementation_.get()); in EnablePeerAccessTo()
327 port::Status EnablePeerAccessTo(StreamExecutor *other);
170 port::Status EnablePeerAccessTo(StreamExecutorInterface *other) override { in EnablePeerAccessTo() function
152 port::Status EnablePeerAccessTo(StreamExecutorInterface *other) override { in EnablePeerAccessTo() function
186 port::Status EnablePeerAccessTo(StreamExecutorInterface* other) override;
719 port::Status GpuExecutor::EnablePeerAccessTo(StreamExecutorInterface* other) { in EnablePeerAccessTo() function in stream_executor::gpu::GpuExecutor
838 port::Status GpuExecutor::EnablePeerAccessTo(StreamExecutorInterface* other) { in EnablePeerAccessTo() function in stream_executor::gpu::GpuExecutor
1485 auto status = from->EnablePeerAccessTo(to); in EnablePeerAccess()