()
| 105 | |
| 106 | #[test] |
| 107 | fn test_batch_size_gpu() { |
| 108 | let batch = OptimizationCalculator::calculate_batch_size(&GpuBackend::Nvidia); |
| 109 | assert_eq!(batch, 512); |
| 110 | } |
| 111 | |
| 112 | #[test] |
| 113 | fn test_batch_size_cpu() { |
nothing calls this directly
no outgoing calls
no test coverage detected