Warning: This API is deprecated and will be removed in a future version of TensorFlow after the replacement is stable.

PrelinearizeTuple.Options

Stay organized with collections Save and categorize content based on your preferences.
public static class PrelinearizeTuple.Options

Optional attributes for PrelinearizeTuple

Public Methods

PrelinearizeTuple.Options
layouts(List<Long> layouts)

Inherited Methods

Public Methods

public PrelinearizeTuple.Options layouts (List<Long> layouts)

Parameters
layouts A vector holding the requested layout in minor-to-major sequence for all the tuple shapes in the order the shapes appear in the "shapes" input. The layout elements for a sub-shape can be set to -1 in which case the corresponding layout will be computed by the infeed operation.