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
SetOptions
runtime/core/decoder/ctc_faster_decoder.h:37
Method
SetOptions
runtime/server/x86/decoder/ctc_faster_decoder.h:37
Method
SetRemainder
athena/transform/feats/ops/kernels/resample.cc:168
Method
SetState
runtime/core/fst/athena_fst.h:130
Method
SetState
runtime/server/x86/fst/athena_fst.h:130
Method
SetWeights
athena/transform/feats/ops/kernels/resample.cc:276
Method
Size
runtime/core/frontend/recycling_vector.cc:54
Method
Size
runtime/server/x86/frontend/recycling_vector.cc:54
Method
SpecOp
athena/transform/feats/ops/kernels/spectrum_op.cc:30
Method
Spectrum
athena/transform/feats/ops/kernels/spectrum.cc:29
Function
SpectrumShapeFn
athena/transform/feats/ops/kernels/x_ops.cc:34
Method
SpeedOp
athena/transform/feats/ops/kernels/speed_op.cc:29
Method
StateInfo
athena/transform/feats/ops/kernels/pitch.cc:191
Method
StateIterator
runtime/core/fst/athena_fst.h:160
Method
StateIterator
runtime/server/x86/fst/athena_fst.h:160
Method
Task
runtime/core/utils/thread_pool.h:32
Method
Task
runtime/server/x86/utils/thread_pool.h:32
Method
Thread
runtime/server/x86/utils/thread_pool.h:40
Method
ThreadPool
Allocate a thread pool and set them to work trying to get tasks
runtime/core/utils/thread_pool.h:160
Method
ThreadPool
Allocate a thread pool and set them to work trying to get tasks
runtime/server/x86/utils/thread_pool.h:160
Method
Timer
runtime/core/utils/timer.h:24
Method
Timer
runtime/server/x86/utils/timer.h:24
Method
Token
runtime/core/decoder/ctc_faster_decoder.h:64
Method
Token
runtime/server/x86/decoder/ctc_faster_decoder.h:64
Method
TokenDelete
runtime/core/decoder/ctc_faster_decoder.h:90
Method
TokenDelete
runtime/server/x86/decoder/ctc_faster_decoder.h:90
Method
TropicalWeightTpl
runtime/core/fst/athena_fst.h:49
Method
TropicalWeightTpl
runtime/server/x86/fst/athena_fst.h:49
Method
Type
runtime/core/inference/resource.h:86
Method
Type
runtime/core/inference/resource.h:116
Method
Type
runtime/server/x86/inference/resource.h:86
Method
Type
runtime/server/x86/inference/resource.h:116
Method
UpdateHypotheses
runtime/core/decoder/ctc_prefix_beam_search.cc:46
Method
UpdateHypotheses
runtime/server/x86/decoder/ctc_prefix_beam_search.cc:46
Method
UpdateRemainder
athena/transform/feats/ops/kernels/pitch.cc:579
Method
UpperPowerOfTwo
runtime/core/frontend/fbank.h:109
Method
UpperPowerOfTwo
runtime/server/x86/frontend/fbank.h:109
Method
VectorFst
runtime/core/fst/athena_fst.h:104
Method
VectorFst
runtime/server/x86/fst/athena_fst.h:104
Method
VectorState
runtime/core/fst/athena_fst.h:88
Method
VectorState
runtime/server/x86/fst/athena_fst.h:88
Method
WavReader
runtime/core/frontend/wav.h:49
Method
WavReader
runtime/server/x86/frontend/wav.h:49
Method
WavWriter
runtime/core/frontend/wav.h:140
Method
WavWriter
runtime/server/x86/frontend/wav.h:140
Method
WfstBeamSearchResource
runtime/core/inference/resource.cc:41
Method
WfstBeamSearchResource
runtime/server/x86/inference/resource.cc:41
Method
WordPiece
runtime/core/include/decoder_itf.h:45
Method
WordPiece
runtime/server/x86/include/decoder_itf.h:45
Method
WorkQueue
runtime/core/utils/thread_pool.h:89
Method
WorkQueue
runtime/server/x86/utils/thread_pool.h:89
Method
Write
runtime/core/frontend/wav.h:148
Method
Write
runtime/server/x86/frontend/wav.h:148
Function
WriteGraph
runtime/core/fst/graph_io.cc:118
Function
WriteGraph
runtime/server/x86/fst/graph_io.cc:118
Method
Zero
runtime/core/fst/athena_fst.h:53
Method
Zero
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
← previous
next →
901–1,000 of 3,518, ranked by callers