| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.train |
| Modifier and Type | Method and Description |
|---|---|
GenerateVocabRemapping |
TrainOps.generateVocabRemapping(Operand<String> newVocabFile,
Operand<String> oldVocabFile,
Long newVocabOffset,
Long numNewVocab,
GenerateVocabRemapping.Options... options)
Builds an
GenerateVocabRemapping operation |
GenerateVocabRemapping |
TrainOps.generateVocabRemapping(Operand<String> newVocabFile,
Operand<String> oldVocabFile,
Long newVocabOffset,
Long numNewVocab,
GenerateVocabRemapping.Options... options)
Builds an
GenerateVocabRemapping operation |
| Modifier and Type | Method and Description |
|---|---|
static GenerateVocabRemapping.Options |
GenerateVocabRemapping.oldVocabSize(Long oldVocabSize) |
GenerateVocabRemapping.Options |
GenerateVocabRemapping.Options.oldVocabSize(Long oldVocabSize) |
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 wrapping a new GenerateVocabRemapping operation.
|
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 wrapping a new GenerateVocabRemapping operation.
|
Copyright © 2022. All rights reserved.