Click or drag to resize

OperationDescriptionSetAttr Method (String, Tensor, Status)

https://www.emgu.com/wiki/index.php/Emgu_TF
Set a Tensor as an attribute

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public void SetAttr(
	string attrName,
	Tensor tensor,
	Status status = null
)

Parameters

attrName
Type: SystemString
The name of the attribute
tensor
Type: Emgu.TFTensor
The Tensor
status (Optional)
Type: Emgu.TFStatus
The status
See Also