| 181 | core::BackendWeightStore & store, |
| 182 | const assets::TensorSource & source, |
| 183 | const std::string & prefix, |
| 184 | assets::TensorStorageType storage_type, |
| 185 | int64_t hidden_size) { |
| 186 | HeartCodecAdaLayerNormWeights weights; |
| 187 | weights.timestep_linear_1 = binding::linear_from_source( |
| 188 | store, |
| 189 | source, |
| 190 | prefix + ".emb.timestep_embedder.linear_1", |
| 191 | storage_type, |
no test coverage detected