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

Enter.Options

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

Optional attributes for Enter

Public Methods

Enter.Options
isConstant(Boolean isConstant)
Enter.Options
parallelIterations(Long parallelIterations)

Inherited Methods

Public Methods

public Enter.Options isConstant (Boolean isConstant)

Parameters
isConstant If true, the output is constant within the child frame.

public Enter.Options parallelIterations (Long parallelIterations)

Parameters
parallelIterations The number of iterations allowed to run in parallel.