Shortcuts

Template Function ripple::detail::add_padding_op_nodes

Function Documentation

template<typename Modifiers, typename GraphType, typename ...Args>
auto ripple::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.

Docs

Access comprehensive developer documentation for Ripple

View Docs

Tutorials

Get tutorials to help with understand all features

View Tutorials

Examples

Find examples to help get started

View Examples