MCPcopy Create free account

hub / github.com/athena-team/athena / functions

Functions3,518 in github.com/athena-team/athena

MethodSetOptions
runtime/core/decoder/ctc_faster_decoder.h:37
MethodSetOptions
runtime/server/x86/decoder/ctc_faster_decoder.h:37
MethodSetRemainder
athena/transform/feats/ops/kernels/resample.cc:168
MethodSetState
runtime/core/fst/athena_fst.h:130
MethodSetState
runtime/server/x86/fst/athena_fst.h:130
MethodSetWeights
athena/transform/feats/ops/kernels/resample.cc:276
MethodSize
runtime/core/frontend/recycling_vector.cc:54
MethodSize
runtime/server/x86/frontend/recycling_vector.cc:54
MethodSpecOp
athena/transform/feats/ops/kernels/spectrum_op.cc:30
MethodSpectrum
athena/transform/feats/ops/kernels/spectrum.cc:29
FunctionSpectrumShapeFn
athena/transform/feats/ops/kernels/x_ops.cc:34
MethodSpeedOp
athena/transform/feats/ops/kernels/speed_op.cc:29
MethodStateInfo
athena/transform/feats/ops/kernels/pitch.cc:191
MethodStateIterator
runtime/core/fst/athena_fst.h:160
MethodStateIterator
runtime/server/x86/fst/athena_fst.h:160
MethodTask
runtime/core/utils/thread_pool.h:32
MethodTask
runtime/server/x86/utils/thread_pool.h:32
MethodThread
runtime/server/x86/utils/thread_pool.h:40
MethodThreadPool
Allocate a thread pool and set them to work trying to get tasks
runtime/core/utils/thread_pool.h:160
MethodThreadPool
Allocate a thread pool and set them to work trying to get tasks
runtime/server/x86/utils/thread_pool.h:160
MethodTimer
runtime/core/utils/timer.h:24
MethodTimer
runtime/server/x86/utils/timer.h:24
MethodToken
runtime/core/decoder/ctc_faster_decoder.h:64
MethodToken
runtime/server/x86/decoder/ctc_faster_decoder.h:64
MethodTokenDelete
runtime/core/decoder/ctc_faster_decoder.h:90
MethodTokenDelete
runtime/server/x86/decoder/ctc_faster_decoder.h:90
MethodTropicalWeightTpl
runtime/core/fst/athena_fst.h:49
MethodTropicalWeightTpl
runtime/server/x86/fst/athena_fst.h:49
MethodType
runtime/core/inference/resource.h:86
MethodType
runtime/core/inference/resource.h:116
MethodType
runtime/server/x86/inference/resource.h:86
MethodType
runtime/server/x86/inference/resource.h:116
MethodUpdateHypotheses
runtime/core/decoder/ctc_prefix_beam_search.cc:46
MethodUpdateHypotheses
runtime/server/x86/decoder/ctc_prefix_beam_search.cc:46
MethodUpdateRemainder
athena/transform/feats/ops/kernels/pitch.cc:579
MethodUpperPowerOfTwo
runtime/core/frontend/fbank.h:109
MethodUpperPowerOfTwo
runtime/server/x86/frontend/fbank.h:109
MethodVectorFst
runtime/core/fst/athena_fst.h:104
MethodVectorFst
runtime/server/x86/fst/athena_fst.h:104
MethodVectorState
runtime/core/fst/athena_fst.h:88
MethodVectorState
runtime/server/x86/fst/athena_fst.h:88
MethodWavReader
runtime/core/frontend/wav.h:49
MethodWavReader
runtime/server/x86/frontend/wav.h:49
MethodWavWriter
runtime/core/frontend/wav.h:140
MethodWavWriter
runtime/server/x86/frontend/wav.h:140
MethodWfstBeamSearchResource
runtime/core/inference/resource.cc:41
MethodWfstBeamSearchResource
runtime/server/x86/inference/resource.cc:41
MethodWordPiece
runtime/core/include/decoder_itf.h:45
MethodWordPiece
runtime/server/x86/include/decoder_itf.h:45
MethodWorkQueue
runtime/core/utils/thread_pool.h:89
MethodWorkQueue
runtime/server/x86/utils/thread_pool.h:89
MethodWrite
runtime/core/frontend/wav.h:148
MethodWrite
runtime/server/x86/frontend/wav.h:148
FunctionWriteGraph
runtime/core/fst/graph_io.cc:118
FunctionWriteGraph
runtime/server/x86/fst/graph_io.cc:118
MethodZero
runtime/core/fst/athena_fst.h:53
MethodZero
runtime/server/x86/fst/athena_fst.h:53
Method__call__
(self, logits, samples, logit_length=None)
athena/loss.py:63
Method__call__
(self, logits, samples, logit_length=None)
athena/loss.py:91
Method__call__
Args: outputs: contain elements below: att_ws_stack: shape: [batch, y_steps, x_steps]
athena/loss.py:123
Method__call__
(self, att_ws_stack, samples)
athena/loss.py:194
Method__call__
(self, att_ws_stack, samples)
athena/loss.py:295
Method__call__
Its corresponding log value is calculated to make it Gaussian. Args: outputs: it contains four elements:
athena/loss.py:317
Method__call__
(self, outputs, samples)
athena/loss.py:375
Method__call__
(self, outputs, samples, logit_length=None)
athena/loss.py:432
Method__call__
(self, outputs, samples, logit_length=None)
athena/loss.py:458
Method__call__
(self, outputs, samples, logit_length=None)
athena/loss.py:499
Method__call__
Args: outputs: [batch_size, num_speaker_utts, embedding_size]
athena/loss.py:529
Method__call__
Args: outputs: [batch_size, num_speaker_utts, embedding_size]
athena/loss.py:561
Method__call__
Args: outputs: [batch_size, num_speaker_utts, embedding_size]
athena/loss.py:595
Method__call__
(self, logits, samples, logit_length=None)
athena/metrics.py:53
Method__call__
Accumulate errors and counts
athena/metrics.py:105
Method__call__
Accumulate errors and counts, logit_length is the output length of encoder
athena/metrics.py:122
Method__call__
(self, logits, samples, logit_length=None)
athena/metrics.py:191
Method__call__
Compute CTC prefix scores for next labels :param y: tensor(shape=[W, L]), prefix label sequences :param tuple sta
athena/tools/ctc_scorer.py:221
Method__call__
(self, feats, hparams, name=None)
athena/tools/vocoder.py:54
Method__call__
summary the basic metrics like loss, lr Args: metrics: average loss of all previous steps in one epoch if training
athena/utils/metric_check.py:35
Method__call__
(self, loss=None, metrics=None, training=False)
athena/utils/checkpoint.py:191
Method__call__
(self, step)
athena/utils/learning_rate.py:52
Method__call__
(self, step)
athena/utils/learning_rate.py:118
Method__call__
(self, step)
athena/utils/learning_rate.py:181
Method__call__
(self, feat_data, speaker, reverse=False)
athena/data/feature_normalizer.py:45
Method__call__
(self, feat_data, speaker, feature_type ='mel', reverse=False)
athena/data/feature_normalizer.py:229
Method__call__
(self, inputs)
athena/data/text_featurizer.py:104
Method__call__
spec augment preprocess for audio features Args: feat: audio features, shape should be [time_steps, dimension, channels]
athena/data/datasets/preprocess.py:69
Method__call__
Extract feature from audio data. Args: audio: filename of wav or audio data. sr: the sample rate of the signal we wor
athena/transform/audio_featurizer.py:62
Method__call__
call
athena/transform/feats/base_frontend.py:50
Method__contains__
(self, key)
athena/utils/hparam.py:634
Method__del__
(self)
athena/utils/data_queue.py:54
Method__getitem__
(self, index)
athena/utils/num_elements_batch_sampler.py:170
Method__getitem__
get a sample Args: index (int): index of the entries Returns: dict: sample:: {
athena/data/datasets/speech_set.py:68
Method__getitem__
(self, index)
athena/data/datasets/base.py:142
Method__getitem__
get a sample Args: index (int): index of the entries Returns: dict: sample:: {
athena/data/datasets/language_set.py:74
Method__getitem__
(self, index)
athena/data/datasets/asr/speech_recognition_kaldiio.py:116
Method__getitem__
(self, index)
athena/data/datasets/asr/speech_recognition_batch_bins_kaldiio.py:158
Method__getitem__
(self, index)
athena/data/datasets/asr/audio_video_recognition_batch_bins.py:136
Method__getitem__
(self, index)
athena/data/datasets/asr/speech_recognition_batch_bins.py:119
Method__getitem__
get a sample Args: index (int): index of the entries Returns: dict: sample:: {
athena/data/datasets/asr/speech_recognition.py:166
Method__getitem__
get a sample Args: index (int): index of the entries Returns: dict: sample:: {
athena/data/datasets/asr/audio_video_recognition.py:189
Method__getitem__
(self, index)
athena/data/datasets/mpc/mpc_speech_set_kaldiio.py:74
← previousnext →901–1,000 of 3,518, ranked by callers