Click or drag to resize

GraphAudioSummaryV2 Method

https://www.emgu.com/wiki/index.php/Emgu_TF
AudioSummaryV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation AudioSummaryV2(
	Output tag,
	Output tensor,
	Output sample_rate,
	long max_outputs = 3,
	string opName = "AudioSummaryV2"
)

Parameters

tag
Type: Emgu.TFOutput
Input to the operation.
tensor
Type: Emgu.TFOutput
Input to the operation.
sample_rate
Type: Emgu.TFOutput
Input to the operation.
max_outputs (Optional)
Type: SystemInt64
max outputs
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] summary(type: DtString).
See Also