| 196 | } |
| 197 | |
| 198 | Maybe<void> InstructionsBuilder::SoftSyncNNGraphBuffers( |
| 199 | const vm::EagerBlobObjectListPtr& eager_blob_objects, |
| 200 | const std::shared_ptr<NNGraphIf>& nn_graph) { |
| 201 | const auto& stream = JUST(GetCriticalSectionStream()); |
| 202 | JUST(SoftSyncStream(*eager_blob_objects, stream)); |
| 203 | return Maybe<void>::Ok(); |
| 204 | } |
| 205 | |
| 206 | namespace { |
| 207 |
no outgoing calls
no test coverage detected