()
| 111 | |
| 112 | #[test] |
| 113 | fn test_batch_size_cpu() { |
| 114 | let batch = OptimizationCalculator::calculate_batch_size(&GpuBackend::CpuOnly); |
| 115 | assert_eq!(batch, 128); |
| 116 | } |
| 117 | |
| 118 | #[test] |
| 119 | fn test_gpu_layers_gpu() { |
nothing calls this directly
no outgoing calls
no test coverage detected