Click or drag to resize

GraphWriteAudioSummary Method

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

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

Parameters

writer
Type: Emgu.TFOutput
Input to the operation.
step
Type: Emgu.TFOutput
Input to the operation.
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.
See Also