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

RaggedCountSparseOutput.Options

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

Optional attributes for RaggedCountSparseOutput

Public Methods

RaggedCountSparseOutput.Options
maxlength(Long maxlength)
RaggedCountSparseOutput.Options
minlength(Long minlength)

Inherited Methods

Public Methods

public RaggedCountSparseOutput.Options maxlength (Long maxlength)

Parameters
maxlength Maximum value to count. Can be set to -1 for no maximum.

public RaggedCountSparseOutput.Options minlength (Long minlength)

Parameters
minlength Minimum value to count. Can be set to -1 for no minimum.