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

Method Next

tests/cpp/helpers.cc:594–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592}
593
594int CudaArrayIterForTest::Next() {
595 common::AssertGPUSupport();
596 return 0;
597}
598#endif // !defined(XGBOOST_USE_CUDA)
599
600NumpyArrayIterForTest::NumpyArrayIterForTest(float sparsity, bst_idx_t rows, size_t cols,

Callers 1

NextFunction · 0.45

Calls 3

AssertGPUSupportFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected