Click or drag to resize

OperationGetAttrTensorShapeProto Method

http://www.emgu.com
Get the tensor shape proto value of the attribute

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Buffer GetAttrTensorShapeProto(
	string attrName,
	Status status = null
)

Parameters

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

Return Value

Type: Buffer
The buffer that contains the TensorShapeProto
See Also