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
Function
bias_add
runtime/server/x86/cppflow/raw_ops.h:3126
Function
bias_add_grad
runtime/core/cppflow/raw_ops.h:3154
Function
bias_add_grad
runtime/server/x86/cppflow/raw_ops.h:3154
Function
bias_add_v1
runtime/core/cppflow/raw_ops.h:3178
Function
bias_add_v1
runtime/server/x86/cppflow/raw_ops.h:3178
Function
bincount
runtime/core/cppflow/raw_ops.h:3206
Function
bincount
runtime/server/x86/cppflow/raw_ops.h:3206
Function
bitcast
runtime/core/cppflow/raw_ops.h:3238
Function
bitcast
runtime/server/x86/cppflow/raw_ops.h:3238
Method
bits_per_sample
runtime/core/frontend/wav.h:119
Method
bits_per_sample
runtime/server/x86/frontend/wav.h:119
Function
bitwise_and
runtime/core/cppflow/raw_ops.h:3262
Function
bitwise_and
runtime/server/x86/cppflow/raw_ops.h:3262
Function
bitwise_or
runtime/core/cppflow/raw_ops.h:3290
Function
bitwise_or
runtime/server/x86/cppflow/raw_ops.h:3290
Function
bitwise_xor
runtime/core/cppflow/raw_ops.h:3318
Function
bitwise_xor
runtime/server/x86/cppflow/raw_ops.h:3318
Function
boosted_trees_aggregate_stats
runtime/core/cppflow/raw_ops.h:3346
Function
boosted_trees_aggregate_stats
runtime/server/x86/cppflow/raw_ops.h:3346
Function
boosted_trees_bucketize
runtime/core/cppflow/raw_ops.h:3383
Function
boosted_trees_bucketize
runtime/server/x86/cppflow/raw_ops.h:3383
Function
boosted_trees_center_bias
runtime/core/cppflow/raw_ops.h:3415
Function
boosted_trees_center_bias
runtime/server/x86/cppflow/raw_ops.h:3415
Function
boosted_trees_ensemble_resource_handle_op
runtime/core/cppflow/raw_ops.h:3455
Function
boosted_trees_ensemble_resource_handle_op
runtime/server/x86/cppflow/raw_ops.h:3455
Function
boosted_trees_example_debug_outputs
runtime/core/cppflow/raw_ops.h:3477
Function
boosted_trees_example_debug_outputs
runtime/server/x86/cppflow/raw_ops.h:3477
Function
boosted_trees_flush_quantile_summaries
runtime/core/cppflow/raw_ops.h:3508
Function
boosted_trees_flush_quantile_summaries
runtime/server/x86/cppflow/raw_ops.h:3508
Function
boosted_trees_make_quantile_summaries
runtime/core/cppflow/raw_ops.h:3532
Function
boosted_trees_make_quantile_summaries
runtime/server/x86/cppflow/raw_ops.h:3532
Function
boosted_trees_make_stats_summary
runtime/core/cppflow/raw_ops.h:3566
Function
boosted_trees_make_stats_summary
runtime/server/x86/cppflow/raw_ops.h:3566
Function
boosted_trees_predict
runtime/core/cppflow/raw_ops.h:3606
Function
boosted_trees_predict
runtime/server/x86/cppflow/raw_ops.h:3606
Function
boosted_trees_quantile_stream_resource_get_bucket_boundaries
runtime/core/cppflow/raw_ops.h:3637
Function
boosted_trees_quantile_stream_resource_get_bucket_boundaries
runtime/server/x86/cppflow/raw_ops.h:3637
Function
boosted_trees_quantile_stream_resource_handle_op
runtime/core/cppflow/raw_ops.h:3661
Function
boosted_trees_quantile_stream_resource_handle_op
runtime/server/x86/cppflow/raw_ops.h:3661
Function
broadcast_args
runtime/core/cppflow/raw_ops.h:3683
Function
broadcast_args
runtime/server/x86/cppflow/raw_ops.h:3683
Function
broadcast_to
runtime/core/cppflow/raw_ops.h:3711
Function
broadcast_to
runtime/server/x86/cppflow/raw_ops.h:3711
Function
bucketize
runtime/core/cppflow/raw_ops.h:3739
Function
bucketize
runtime/server/x86/cppflow/raw_ops.h:3739
Method
build
A Modified Energy Function is used and the params are defined here. Reference: Online and Linear-Time Attention by Enforcing Monotonic Ali
athena/layers/attention.py:470
Method
build
(self, _)
athena/layers/commons.py:50
Method
build
(self, input_shape)
athena/layers/commons.py:141
Method
build_model
(self, data_descriptions)
athena/models/kws/transformer_wakeup_resnet.py:132
Function
bytes_produced_stats_dataset
runtime/core/cppflow/raw_ops.h:3763
Function
bytes_produced_stats_dataset
runtime/server/x86/cppflow/raw_ops.h:3763
Function
c_s_r_sparse_matrix_to_dense
runtime/core/cppflow/raw_ops.h:3799
Function
c_s_r_sparse_matrix_to_dense
runtime/server/x86/cppflow/raw_ops.h:3799
Function
c_s_v_dataset
runtime/core/cppflow/raw_ops.h:3823
Function
c_s_v_dataset
runtime/server/x86/cppflow/raw_ops.h:3823
Function
cache_dataset
runtime/core/cppflow/raw_ops.h:3889
Function
cache_dataset
runtime/server/x86/cppflow/raw_ops.h:3889
Function
cache_dataset_v2
runtime/core/cppflow/raw_ops.h:3925
Function
cache_dataset_v2
runtime/server/x86/cppflow/raw_ops.h:3925
Method
call
call model
athena/layers/resnet_block.py:47
Method
call
Compute convolution module. Args: inputs : Input tensor (#batch, time, channels). Returns: tensor: Output te
athena/layers/conv_module.py:77
Method
call
Take in and process masked source/target sequences. Args: src: the sequence to the encoder (required). tgt: the sequen
athena/layers/conformer.py:90
Method
call
Pass the input through the endocder layers in turn. Args: src: the sequnce to the encoder (required). mask: the mask f
athena/layers/conformer.py:157
Method
call
Pass the inputs (and mask) through the decoder layer in turn. Args: tgt: the sequence to the decoder (required). memor
athena/layers/conformer.py:190
Method
call
Pass the input through the encoder layer. Args: src: the sequence to the encoder layer (required). mask: the mask for
athena/layers/conformer.py:291
Method
call
Pass the inputs (and mask) through the decoder layer. Args: tgt: the sequence to the decoder layer (required). memory:
athena/layers/conformer.py:364
Method
call
Take in and process masked source sequences. Args: src: the sequence to the encoder (required). src_mask: the additive
athena/layers/conformer_ctc.py:72
Method
call
Pass the input through the endocder layers in turn. Args: src: the sequnce to the encoder (required). mask: the mask f
athena/layers/conformer_ctc.py:124
Method
call
Pass the input through the encoder layer. Args: src: the sequence to the encoder layer (required). mask: the mask for
athena/layers/conformer_ctc.py:213
Method
call
This is where the layer's logic lives.
athena/layers/attention.py:47
Method
call
call function
athena/layers/attention.py:147
Method
call
call function
athena/layers/attention.py:194
Method
call
call function in keras
athena/layers/attention.py:281
Method
call
Attention layer.
athena/layers/attention.py:343
Method
call
Args: attn_inputs (tuple) : it contains 2 params: value, shape: [batch, x_steps, eunits] value_le
athena/layers/attention.py:429
Method
call
Args: attn_inputs (tuple) : it contains 2 params: value, shape: [batch, x_steps, eunits] value_le
athena/layers/attention.py:529
Method
call
Take in and process masked source/target sequences. Args: src: the sequence to the encoder (required). tgt: the seque
athena/layers/transformer.py:92
Method
call
Pass the input through the endocder layers in turn. Args: src: the sequnce to the encoder (required). mask: the mask
athena/layers/transformer.py:169
Method
call
Pass the inputs (and mask) through the decoder layer in turn. Args: tgt: the sequence to the decoder (required). memo
athena/layers/transformer.py:209
Method
call
Pass the input through the encoder layer. Args: src: the sequence to the encoder layer (required). mask: the mask for
athena/layers/transformer.py:296
Method
call
Pass the inputs (and mask) through the decoder layer. Args: tgt: the sequence to the decoder layer (required). memory
athena/layers/transformer.py:374
Method
call
call function
athena/layers/commons.py:35
Method
call
(self, x)
athena/layers/commons.py:55
Method
call
(self, x)
athena/layers/commons.py:66
Method
call
(self, x, training=None, mask=None)
athena/layers/commons.py:105
Method
call
(self, inputs)
athena/layers/commons.py:153
Method
call
(self, x)
athena/layers/commons.py:344
Method
call
(self, x)
athena/layers/commons.py:365
Method
call
(self, x, c)
athena/layers/commons.py:382
Method
call
(self, x, c)
athena/layers/commons.py:406
Method
call
(self, x)
athena/layers/commons.py:418
Method
call
(self, x)
athena/layers/commons.py:429
Method
call
(self, x)
athena/layers/commons.py:444
Method
call
Runs vanilla LSTM Cell and applies zoneout.
athena/layers/commons.py:464
Method
call
This is where the layer's logic lives.
athena/layers/u2/attention_u2.py:46
Method
call
call function
athena/layers/u2/attention_u2.py:146
Method
call
Compute convolution module. Args: x : Input tensor (#batch, time, channels). Returns: tensor: Output tensor
athena/layers/u2/conv_module_u2.py:88
Method
call
Take in and process masked source/target sequences. Args: src: the sequence to the encoder (required). tgt: the seque
athena/layers/u2/transformer_u2.py:102
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/transformer_u2.py:187
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/transformer_u2.py:227
← previous
next →
1,401–1,500 of 3,518, ranked by callers