LostTech.TensorFlow : API Documentation

Type gen_audio_ops

Namespace tensorflow.python._

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 decode_wav_eager_fallback_dyn(object contents, ImplicitContainer<T> desired_channels, ImplicitContainer<T> desired_samples, object name, object ctx)

object encode_wav_eager_fallback(IGraphNodeBase audio, IGraphNodeBase sample_rate, 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_dyn(object spectrogram, object sample_rate, ImplicitContainer<T> upper_frequency_limit, ImplicitContainer<T> lower_frequency_limit, ImplicitContainer<T> filterbank_channel_count, ImplicitContainer<T> dct_coefficient_count, object 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)

object mfcc_eager_fallback_dyn(object spectrogram, object sample_rate, ImplicitContainer<T> upper_frequency_limit, ImplicitContainer<T> lower_frequency_limit, ImplicitContainer<T> filterbank_channel_count, ImplicitContainer<T> dct_coefficient_count, object name, object ctx)

Public properties

PythonFunctionContainer audio_spectrogram_eager_fallback_fn get;

PythonFunctionContainer audio_spectrogram_fn get;

PythonFunctionContainer decode_wav_eager_fallback_fn get;

PythonFunctionContainer encode_wav_eager_fallback_fn get;

PythonFunctionContainer mfcc_eager_fallback_fn get;