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