GraphWriteAudioSummary Method |
Namespace: Emgu.TF
public Operation WriteAudioSummary( Output writer, Output step, Output tag, Output tensor, Output sample_rate, long max_outputs = 3, string opName = "WriteAudioSummary" )
Public Function WriteAudioSummary ( writer As Output, step As Output, tag As Output, tensor As Output, sample_rate As Output, Optional max_outputs As Long = 3, Optional opName As String = "WriteAudioSummary" ) As Operation
public: Operation^ WriteAudioSummary( Output^ writer, Output^ step, Output^ tag, Output^ tensor, Output^ sample_rate, long long max_outputs = 3, String^ opName = L"WriteAudioSummary" )
member WriteAudioSummary : writer : Output * step : Output * tag : Output * tensor : Output * sample_rate : Output * ?max_outputs : int64 * ?opName : string (* Defaults: let _max_outputs = defaultArg max_outputs 3 let _opName = defaultArg opName "WriteAudioSummary" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,