| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
GenerateVocabRemapping |
Ops.generateVocabRemapping(Operand<String> newVocabFile,
Operand<String> oldVocabFile,
Long newVocabOffset,
Long numNewVocab,
GenerateVocabRemapping.Options... options)
Adds an
GenerateVocabRemapping operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static GenerateVocabRemapping.Options |
GenerateVocabRemapping.oldVocabSize(Long oldVocabSize) |
GenerateVocabRemapping.Options |
GenerateVocabRemapping.Options.oldVocabSize(Long oldVocabSize) |
| Modifier and Type | Method and Description |
|---|---|
static GenerateVocabRemapping |
GenerateVocabRemapping.create(Scope scope,
Operand<String> newVocabFile,
Operand<String> oldVocabFile,
Long newVocabOffset,
Long numNewVocab,
GenerateVocabRemapping.Options... options)
Factory method to create a class to wrap a new GenerateVocabRemapping operation to the graph.
|
Copyright © 2015–2019. All rights reserved.