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

Method WrapDeviceSyncEvent

cpp/src/arrow/c/bridge_test.cc:1385–1388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1383 }
1384
1385 Result<std::shared_ptr<Device::SyncEvent>> WrapDeviceSyncEvent(
1386 void* sync_event, Device::SyncEvent::release_fn_t release_sync_event) override {
1387 return std::make_shared<MyDevice::MySyncEvent>(sync_event, release_sync_event);
1388 }
1389
1390 protected:
1391 Result<std::shared_ptr<Buffer>> CopyBufferFrom(

Callers 1

ImportMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected