Click or drag to resize

GraphEncodeProto Method

http://www.emgu.com
EncodeProto

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation EncodeProto(
	Output sizes,
	Output values,
	string[] field_names,
	string message_type,
	string descriptor_source = null,
	string opName = "EncodeProto"
)

Parameters

sizes
Type: Emgu.TFOutput
Input to the operation.
values
Type: Emgu.TFOutput
Input to the operation.
field_names
Type: SystemString
field names
message_type
Type: SystemString
message type
descriptor_source (Optional)
Type: SystemString
descriptor source
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also