Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/athena-team/athena
/ functions
Functions
3,518 in github.com/athena-team/athena
⨍
Functions
3,518
◇
Types & classes
359
↳
Endpoints
1
Method
call
Pass the input through the encoder layer. Args: src: the sequence to the encoder layer (required). src_mask: tf.zero
athena/layers/u2/transformer_u2_layer.py:95
Method
call
Pass the inputs (and mask) through the decoder layer. Args: tgt: the sequence to the decoder layer (required). memory
athena/layers/u2/transformer_u2_layer.py:196
Method
call
Subsample x. Args: x (tf.Tensor): Input tensor (#batch, time, idim, 1). x_mask (tf.Tensor): Input mask (#batch, 1, 1,
athena/layers/u2/subsampling.py:79
Method
call
Pass the input through the encoder layer. Args: src: the sequence to the encoder layer (required). src_mask: tf.zero
athena/layers/u2/conformer_u2_layer.py:113
Method
call
Pass the inputs (and mask) through the decoder layer. Args: tgt: the sequence to the decoder layer (required). memory
athena/layers/u2/conformer_u2_layer.py:214
Method
call
Take in and process masked source/target sequences. Args: src: the sequence to the encoder (required). tgt: the seque
athena/layers/u2/conformer_u2.py:101
Method
call
Pass the input through the endocder layers in turn. Args: src: the sequnce to the encoder (required). mask: the mask
athena/layers/u2/conformer_u2.py:186
Method
call
Pass the inputs (and mask) through the decoder layer in turn. Args: tgt: the sequence to the decoder (required). memo
athena/layers/u2/conformer_u2.py:369
Method
call
call function
athena/layers/u2/embedding.py:35
Method
call
call model
athena/models/base.py:32
Method
call
used for training Args: samples is a dict, including keys: 'input', 'input_length', 'output_length', 'output' in
athena/models/masked_pc.py:122
Method
call
call function in keras layers
athena/models/asr/mtl_seq2seq.py:71
Method
call
call function in keras layers
athena/models/asr/av_mtl_seq2seq.py:64
Method
call
(self, samples, training: bool = None)
athena/models/asr/av_conformer.py:165
Method
call
(self, samples, training: bool = None)
athena/models/asr/speech_transformer.py:138
Method
call
(self, samples, training: bool = None)
athena/models/asr/speech_conformer.py:135
Method
call
(self, samples, training: bool = None)
athena/models/asr/speech_conformer_ctc.py:121
Method
call
(self, samples, training=None)
athena/models/vad/vad_dnn.py:69
Method
call
Calculate forward propagation. Args: x (Tensor): Input tensor (B, T, C). Returns: Tensor: Padded tensor (B, T
athena/models/vad/vad_marblenet.py:41
Method
call
Calculate forward propagation. Args: x (Tensor): Input tensor (B, T, C). Returns: Tensor: Output tensor (B, T,
athena/models/vad/vad_marblenet.py:147
Method
call
Calculate forward propagation. Args: x (Tensor): Input tensor (B, T, C). Returns: Tensor: Output tensor (B, T,
athena/models/vad/vad_marblenet.py:209
Method
call
(self, samples, training=None)
athena/models/vad/vad_marblenet.py:283
Method
call
(self, samples, training: bool = None)
athena/models/lm/nn_lm.py:43
Method
call
(self, samples, training: bool = None)
athena/models/tts/fastspeech2.py:99
Method
call
Args: samples: samples from dataset Returns:: durations: Batch of durations shape: [batch, max_input_length)
athena/models/tts/fastspeech2.py:189
Method
call
(self, inputs, training=False)
athena/models/tts/fastspeech2.py:247
Method
call
(self, samples, training: bool = None)
athena/models/tts/tts_transformer.py:120
Method
call
(self, samples, training: bool = None)
athena/models/tts/fastspeech.py:268
Method
call
Calculate replicated sequences based on duration sequences Args: phoneme_sequences: sequences of phoneme features, shape: [batch,
athena/models/tts/fastspeech.py:402
Method
call
Args: samples: samples from dataset Returns:: durations: Batch of durations shape: [batch, max_input_length)
athena/models/tts/fastspeech.py:443
Method
call
(self, samples, training: bool = None)
athena/models/tts/tacotron2.py:255
Method
call
(self, samples, training=None)
athena/models/kws/cnn_wakeup.py:94
Method
call
(self, samples, training=None)
athena/models/kws/transformer_wakeup_2dense.py:112
Method
call
(self, samples, training=None)
athena/models/kws/conformer_wakeup.py:111
Method
call
call model
athena/models/kws/base.py:32
Method
call
(self, samples, training=None)
athena/models/kws/misp_wakeup.py:146
Method
call
(self, samples, training=None)
athena/models/kws/dnn_wakeup.py:70
Method
call
(self, samples, training=None)
athena/models/kws/transformer_wakeup_resnet.py:114
Method
call
(self, samples, training=None)
athena/models/kws/transformer_wakeup_focal_loss.py:112
Method
call
(self, samples, training=None)
athena/models/kws/transformer_wakeup.py:110
Method
call
(self, samples, training=None)
athena/models/kws/transformer_wakeup_average_pooling.py:112
Method
call
(self, samples, training=None)
athena/models/kws/crnn_wakeup.py:110
Method
call
(self, samples, training=None)
athena/models/kws/transformer_av_wakeup.py:150
Method
call
Caculate logmelspectrum of audio data. Args: audio_data: the audio signal from which to compute spectrum. sample_rate
athena/transform/feats/mel_spectrum.py:127
Method
call
Get audio data and sample rate from a wavfile. Args: wavfile: filepath of wav. speed: Speed of sample channels wanted
athena/transform/feats/read_wav.py:66
Method
call
Caculate power spectrum or log power spectrum of audio data. :param audio_data: the audio signal from which to compute spectrum.
athena/transform/feats/add_rir_noise_aecres.py:76
Method
call
Caculate pitch && POV features features of audio data. Args: audio_data: the audio signal from which to compute mfcc.
athena/transform/feats/pitch.py:151
Method
call
Caculate power of every frame in speech. Args: audio_data: the audio signal from which to compute spectrum. sample_ra
athena/transform/feats/framepow.py:77
Method
call
Caculate power spectrum or log power spectrum of audio data. Args: audio_data: the audio signal from which to compute spectrum.
athena/transform/feats/spectrum.py:111
Method
call
Caculate mfcc features of audio data. Args: audio_data: the audio signal from which to compute mfcc. sample_rate: the
athena/transform/feats/mfcc.py:135
Method
call
Write wav using audio_data. Args: filename: filepath of wav. audio_data: a tensor containing data of a wav.
athena/transform/feats/write_wav.py:63
Method
call
Compute CMVN on features.
athena/transform/feats/cmvn.py:82
Method
call
Caculate fbank features of audio data. Args: audio_data: the audio signal from which to compute spectrum. sample_rate
athena/transform/feats/fbank.py:129
Method
call
Caculate fbank && pitch(concat) features of wav. Args: audio_data: the audio signal from which to compute mfcc. sampl
athena/transform/feats/fbank_pitch.py:204
Function
cast
runtime/core/cppflow/raw_ops.h:3965
Function
cast
runtime/server/x86/cppflow/raw_ops.h:3965
Function
change_file_path
(scp_path, filetype, newfilePath)
athena/transform/feats/add_rir_noise_aecres_test.py:27
Function
check_numerics
runtime/core/cppflow/raw_ops.h:4015
Function
check_numerics
runtime/server/x86/cppflow/raw_ops.h:4015
Function
check_numerics_v2
runtime/core/cppflow/raw_ops.h:4039
Function
check_numerics_v2
runtime/server/x86/cppflow/raw_ops.h:4039
Function
cholesky
runtime/core/cppflow/raw_ops.h:4063
Function
cholesky
runtime/server/x86/cppflow/raw_ops.h:4063
Function
cholesky_grad
runtime/core/cppflow/raw_ops.h:4087
Function
cholesky_grad
runtime/server/x86/cppflow/raw_ops.h:4087
Function
choose_fastest_dataset
runtime/core/cppflow/raw_ops.h:4115
Function
choose_fastest_dataset
runtime/server/x86/cppflow/raw_ops.h:4115
Function
clip_by_value
runtime/core/cppflow/raw_ops.h:4151
Function
clip_by_value
runtime/server/x86/cppflow/raw_ops.h:4151
Function
collective_bcast_recv
runtime/core/cppflow/raw_ops.h:4183
Function
collective_bcast_recv
runtime/server/x86/cppflow/raw_ops.h:4183
Function
collective_bcast_send
runtime/core/cppflow/raw_ops.h:4212
Function
collective_bcast_send
runtime/server/x86/cppflow/raw_ops.h:4212
Function
collective_gather
runtime/core/cppflow/raw_ops.h:4244
Function
collective_gather
runtime/server/x86/cppflow/raw_ops.h:4244
Function
collective_permute
runtime/core/cppflow/raw_ops.h:4276
Function
collective_permute
runtime/server/x86/cppflow/raw_ops.h:4276
Function
collective_reduce
runtime/core/cppflow/raw_ops.h:4304
Function
collective_reduce
runtime/server/x86/cppflow/raw_ops.h:4304
Function
compare_and_bitpack
runtime/core/cppflow/raw_ops.h:4336
Function
compare_and_bitpack
runtime/server/x86/cppflow/raw_ops.h:4336
Function
complex
runtime/core/cppflow/raw_ops.h:4364
Function
complex
runtime/server/x86/cppflow/raw_ops.h:4364
Function
complex_abs
complex abs
athena/transform/feats/ops/kernels/complex_defines.h:58
Function
complex_abs
runtime/core/cppflow/raw_ops.h:4392
Function
complex_abs
runtime/server/x86/cppflow/raw_ops.h:4392
Function
complex_avg_vec
complex number averaging
athena/transform/feats/ops/kernels/complex_defines.h:202
Function
complex_conv
function implementations */ --------------------------------------------------- complex FIR filtering of 2nd dimension data len : Tap length
athena/transform/feats/ops/kernels/complex_defines.h:224
Function
complex_data_push
--------------------------------------------------- CmplxDataPush : push complex data into 2nd dimension bufer in len bufer length xin input
athena/transform/feats/ops/kernels/complex_defines.h:243
Function
complex_div
complex division
athena/transform/feats/ops/kernels/complex_defines.h:159
Function
complex_div2
complex division 2
athena/transform/feats/ops/kernels/complex_defines.h:179
Function
complex_gen
complex generation
athena/transform/feats/ops/kernels/complex_defines.h:38
Function
complex_sqrt
complex sqrt
athena/transform/feats/ops/kernels/complex_defines.h:85
Function
complex_sub
complex subtraction
athena/transform/feats/ops/kernels/complex_defines.h:129
Function
compress_element
runtime/core/cppflow/raw_ops.h:4416
Function
compress_element
runtime/server/x86/cppflow/raw_ops.h:4416
Function
compute_autoc
compute autocorrelation */
athena/transform/feats/ops/kernels/support_functions.cc:55
Function
compute_cmvn
(audio_feature, mean=None, variance=None, local_cmvn=False)
athena/transform/feats/cmvn.py:103
Method
compute_cmvn_if_necessary
vitural interface
athena/data/datasets/base.py:236
Method
compute_cmvn_if_necessary
compute cmvn file
athena/data/datasets/asr/speech_recognition_kaldiio.py:143
← previous
next →
1,501–1,600 of 3,518, ranked by callers