Click or drag to resize

OperationDescriptionSetAttr Method (String, Tensor, Status)

http://www.emgu.com
Set a Tensor as an attribute

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
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