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

Method Contiguous

src/data/array_interface.h:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31// Common errors in parsing columnar format.
32struct ArrayInterfaceErrors {
33 static char const *Contiguous() { return "Memory should be contiguous."; }
34 static char const *TypestrFormat() {
35 return "`typestr' should be of format <endian><type><size of type in bytes>.";
36 }

Callers 9

AllreduceFunction · 0.80
AllgatherFunction · 0.80
BroadcastFunction · 0.80
TransformIdxKernelFunction · 0.80
TransformKernelFunction · 0.80
SetRootMethod · 0.80
SampleMethod · 0.80
BuildHistMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64