Click or drag to resize

SessionOptionsSetConfig Method

http://www.emgu.com
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.4.1.1202
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