Public static methods
Tensor audio_spectrogram(IGraphNodeBase input, object window_size, object stride, bool magnitude_squared, string name)
object audio_spectrogram_dyn(object input, object window_size, object stride, ImplicitContainer<T> magnitude_squared, object name)
object audio_spectrogram_eager_fallback(IGraphNodeBase input, int window_size, int stride, bool magnitude_squared, string name, Context ctx)
object audio_spectrogram_eager_fallback_dyn(object input, object window_size, object stride, ImplicitContainer<T> magnitude_squared, object name, object ctx)
object decode_wav_eager_fallback(IGraphNodeBase contents, int desired_channels, int desired_samples, string name, Context ctx)
object decode_wav_eager_fallback(IGraphNodeBase contents, int desired_channels, string desired_samples, string name, Context ctx)
object encode_wav_eager_fallback_dyn(object audio, object sample_rate, object name, object ctx)
Tensor mfcc(IGraphNodeBase spectrogram, IGraphNodeBase sample_rate, int upper_frequency_limit, int lower_frequency_limit, int filterbank_channel_count, int dct_coefficient_count, string name)
object mfcc_eager_fallback(IGraphNodeBase spectrogram, IGraphNodeBase sample_rate, double upper_frequency_limit, double lower_frequency_limit, int filterbank_channel_count, int dct_coefficient_count, string name, Context ctx)
object mfcc_eager_fallback(IGraphNodeBase spectrogram, IGraphNodeBase sample_rate, double upper_frequency_limit, int lower_frequency_limit, int filterbank_channel_count, int dct_coefficient_count, string name, Context ctx)
object mfcc_eager_fallback(IGraphNodeBase spectrogram, IGraphNodeBase sample_rate, int upper_frequency_limit, double lower_frequency_limit, int filterbank_channel_count, int dct_coefficient_count, string name, Context ctx)
object mfcc_eager_fallback(IGraphNodeBase spectrogram, IGraphNodeBase sample_rate, int upper_frequency_limit, int lower_frequency_limit, int filterbank_channel_count, int dct_coefficient_count, string name, Context ctx)
Public properties