| 32 | } |
| 33 | |
| 34 | Tensor make_float32_values(const std::vector<float>& values, const lfs::core::TensorShape& shape) { |
| 35 | return Tensor::from_vector(values, shape, Device::CUDA).to(DataType::Float32); |
| 36 | } |
| 37 | |
| 38 | std::vector<uint8_t> run_group_apply(const std::vector<uint8_t>& selection_values, |
| 39 | const std::vector<uint8_t>& existing_values, |
no test coverage detected