| 120 | |
| 121 | template <typename Store, typename TensorData> |
| 122 | NormWeights norm_data(Store & store, const TensorData & weight) { |
| 123 | return {tensor_data(store, weight), std::nullopt}; |
| 124 | } |
| 125 | |
| 126 | template <typename Store, typename TensorData> |
| 127 | NormWeights norm_data(Store & store, const TensorData & weight, const TensorData & bias) { |
no test coverage detected