Skip to content

Commit

Permalink
Add Video flag for add node of Video loaders (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiona-gladwin authored Mar 28, 2024
1 parent 5cb669b commit fa3df0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rocAL/include/pipeline/master_graph.h
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ inline std::shared_ptr<Cifar10LoaderNode> MasterGraph::add_node(const std::vecto
return node;
}

#ifdef ROCAL_VIDEO
/*
* Explicit specialization for VideoLoaderNode
*/
Expand Down Expand Up @@ -389,3 +390,4 @@ inline std::shared_ptr<VideoLoaderSingleShardNode> MasterGraph::add_node(const s

return node;
}
#endif

0 comments on commit fa3df0e

Please sign in to comment.