Click or drag to resize

GraphGenerateVocabRemapping Method

http://www.emgu.com
GenerateVocabRemapping

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
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

[Missing <returns> documentation for "M:Emgu.TF.Graph.GenerateVocabRemapping(Emgu.TF.Output,Emgu.TF.Output,System.Int64,System.Int64,System.Int64,System.String)"]

See Also