Click or drag to resize

OperationGetAttrTensor Method

http://www.emgu.com
Get the value of the attribute that is a Tensor

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Tensor GetAttrTensor(
	string attrName,
	Status status = null
)

Parameters

attrName
Type: SystemString
The name of the attribute
status (Optional)
Type: Emgu.TFStatus
The status

Return Value

Type: Tensor
The Tensor value of the attribute
See Also