Click or drag to resize

GraphGenerateVocabRemapping Method

https://www.emgu.com/wiki/index.php/Emgu_TF
GenerateVocabRemapping

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation GenerateVocabRemapping(
	Output new_vocab_file,
	Output old_vocab_file,
	long new_vocab_offset,
	long num_new_vocab,
	long old_vocab_size = -1,
	string opName = "GenerateVocabRemapping"
)

Parameters

new_vocab_file
Type: Emgu.TFOutput
Input to the operation.
old_vocab_file
Type: Emgu.TFOutput
Input to the operation.
new_vocab_offset
Type: SystemInt64
new vocab offset
num_new_vocab
Type: SystemInt64
num new vocab
old_vocab_size (Optional)
Type: SystemInt64
old vocab size
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] remapping(type: DtInt64). [1] num_present(type: DtInt32).
See Also