| 331 | } |
| 332 | |
| 333 | std::pair<std::vector<std::string>, std::string> RandomDataGenerator::GenerateArrayInterfaceBatch( |
| 334 | HostDeviceVector<float>* storage, size_t batches) const { |
| 335 | this->GenerateDense(storage); |
| 336 | return MakeArrayInterfaceBatch(storage, rows_, cols_, batches, device_); |
| 337 | } |
| 338 | |
| 339 | std::string RandomDataGenerator::GenerateColumnarArrayInterface( |
| 340 | std::vector<HostDeviceVector<float>>* data) const { |