Skip to content

Accera v1.2 Reference

accera.create_parameters()

Creates placeholder parameters.

Returns

Tuple of Parameter

Examples

Create 3 parameters m, n, k. Use them to parameterize the nest shape:

m, n, k = acc.create_parameters()
nest = acc.Nest(shape=(m, n, k))

Last update: 2023-04-17