Click or drag to resize

GraphEncodeProto Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
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
The operation, where: [0] bytes(type: DtString).
See Also