| 173 | storage_type, |
| 174 | out_channels, |
| 175 | out_channels, |
| 176 | true); |
| 177 | return weights; |
| 178 | } |
| 179 | |
| 180 | HeartCodecAdaLayerNormWeights load_adaln( |
| 181 | core::BackendWeightStore & store, |
| 182 | const assets::TensorSource & source, |
| 183 | const std::string & prefix, |
| 184 | assets::TensorStorageType storage_type, |
no test coverage detected