MCPcopy Create free account
hub / github.com/apache/arrow / ToString

Method ToString

cpp/src/arrow/device.cc:280–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278const char* CPUDevice::type_name() const { return kCPUDeviceTypeName; }
279
280std::string CPUDevice::ToString() const { return "CPUDevice()"; }
281
282bool CPUDevice::Equals(const Device& other) const {
283 return other.type_name() == kCPUDeviceTypeName;

Callers 4

CopyBufferMethod · 0.45
CopyNonOwnedMethod · 0.45
ViewBufferMethod · 0.45
CopyBufferSliceToCPUMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected