Shortcuts

Struct LoadMultiPadding

Struct Documentation

struct ripple::LoadMultiPadding

Functor which applies a loader to call the padding loading function.

This can be passed to a graph to be applied to a tensor.

Public Functions

template<typename ItA, typename ItB, typename Loader, typename ...Args>
auto operator()(ItA &&it_a, ItB &&it_b, Loader &&loader, Args&&... args) const noexcept -> void

Loads the global padding data for the iterator using the loader.

Note

The loader must implement the PaddingLoader interface.

Parameters
  • it: The iterator to load the padding for.

  • loader: The loader which defines how to load the padding.

  • args: Additional arguments for the loading.

Template Parameters
  • Iterator: The type of the iterator.

  • Loader: The type of the loader.

  • Args: The types of the arguments.

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