Template Function ripple::detail::add_padding_op_nodes¶
Defined in File utils_.hpp
Function Documentation¶
-
template<typename
Modifiers
, typenameGraphType
, typename ...Args
>
autoripple::detail
::
add_padding_op_nodes
(GraphType &graph, ExecutionKind exec_kind, TransferKind transfer_kind, Args&&... args) noexcept -> void¶ Adds padding operation nodes to the graph based on the modifiers.
- Parameters
graph
: The graph to add the nodes to.exec_kind
: The kind of execution for the nodes.transfer_kind
: The kind of the transfer operation.args
: The arguments to generate padding nodes from.
- Template Parameters
Modifiers
: Modifiers for how data is accessed.GraphType
: The type of the graph.Args
: The type of the args.