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

Function Validate

cpp/src/arrow/tensor.h:187–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 }
186
187 Status Validate() const {
188 return internal::ValidateTensorParameters(type_, data_, shape_, strides_, dim_names_);
189 }
190
191 protected:
192 Tensor() {}

Callers 15

VisitMethod · 0.85
GetTypeMethod · 0.85
VisitMethod · 0.85
ValidateValueMethod · 0.85
ValidateMethod · 0.85
ValidateTransactionsMethod · 0.85
ValidateMethod · 0.85
ValidateMethod · 0.85

Calls 1

ValidateTensorParametersFunction · 0.85

Tested by 7

ValidateTransactionsMethod · 0.68
TEST_PFunction · 0.68