| 1344 | } |
| 1345 | if (flow_estimator_graph_ == nullptr || !flow_estimator_graph_->matches(*this, batch_size, frames)) { |
| 1346 | flow_estimator_graph_ = std::make_unique<HeartCodecFlowEstimatorGraph>(*this, batch_size, frames); |
| 1347 | } |
| 1348 | return flow_estimator_graph_->run(hidden_states, timesteps); |
| 1349 | } |
| 1350 | |
| 1351 | HeartCodecDecodedAudio HeartCodecWeightsRuntime::decode_scalar_latents( |
no outgoing calls
no test coverage detected