MCPcopy Create free account
hub / github.com/dmlc/xgboost / DeviceSpan

Method DeviceSpan

include/xgboost/host_device_vector.h:110–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 common::Span<T> DeviceSpan();
109 common::Span<const T> ConstDeviceSpan() const;
110 common::Span<const T> DeviceSpan() const { return ConstDeviceSpan(); }
111 T* DevicePointer();
112 const T* ConstDevicePointer() const;
113 const T* DevicePointer() const { return ConstDevicePointer(); }

Callers 2

MakeTensorViewFunction · 0.45
ViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected