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

Prelinearize.Options

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

Optional attributes for Prelinearize

Public Methods

Prelinearize.Options
layout(List<Long> layout)
Prelinearize.Options
shape(Shape shape)

Inherited Methods

Public Methods

public Prelinearize.Options layout (List<Long> layout)

Parameters
layout A vector holding the requested layout in minor-to-major sequence. If a layout attribute is passed but its values are all -1 the layout will be computed by the infeed operation.

public Prelinearize.Options shape (Shape shape)

Parameters
shape The shape of the tensor.