Click or drag to resize

SessionOptionsSetConfig Method

https://www.emgu.com/wiki/index.php/Emgu_TF
Set the config in TF_SessionOptions.options. If config was not parsed successfully as a ConfigProto, record the error information in status.

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public void SetConfig(
	byte[] proto,
	Status status = null
)

Parameters

proto
Type: SystemByte
Config should be a serialized tensorflow.ConfigProto proto.
status (Optional)
Type: Emgu.TFStatus
The status
See Also