Searched refs:IsOnCpu (Results 1 – 4 of 4) sorted by relevance
92 if (!buffer_->IsOnCpu() && !host_value_) { in CopyToHostAsync()114 if (buffer_->IsOnCpu()) { in AsNumPyArray()230 if (!buffer.IsOnCpu()) { in PjRtBufferGetBuffer()
388 virtual bool IsOnCpu() const = 0;
525 bool IsOnCpu() const override;
577 bool PjRtStreamExecutorBuffer::IsOnCpu() const { in IsOnCpu() function in xla::PjRtStreamExecutorBuffer