| 752 | std::vector<float> lossFunctionScales; |
| 753 | |
| 754 | SourceImageData() |
| 755 | { } |
| 756 | |
| 757 | SourceImageData(SourceImageData& other) = delete; |
| 758 | SourceImageData(SourceImageData&& other) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected