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

InitializeTableFromTextFile.Options

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

Optional attributes for InitializeTableFromTextFile

Public Methods

InitializeTableFromTextFile.Options
delimiter(String delimiter)
InitializeTableFromTextFile.Options
offset(Long offset)
InitializeTableFromTextFile.Options
vocabSize(Long vocabSize)

Inherited Methods

Public Methods

public InitializeTableFromTextFile.Options delimiter (String delimiter)

Parameters
delimiter Delimiter to separate fields in a line.

public InitializeTableFromTextFile.Options offset (Long offset)

public InitializeTableFromTextFile.Options vocabSize (Long vocabSize)

Parameters
vocabSize Number of elements of the file, use -1 if unknown.