| 24 | } |
| 25 | |
| 26 | std::vector<PJ::StorageKind> DataProcessor::outputKinds(PJ::Span<const PJ::StorageKind> in) const { |
| 27 | (void)in; |
| 28 | return std::vector<PJ::StorageKind>(static_cast<std::size_t>(numOutputs()), PJ::StorageKind::kFloat64); |
| 29 | } |
| 30 | |
| 31 | } // namespace PJ::proc |
no outgoing calls
no test coverage detected