MCPcopy Create free account

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

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

Functionbias_add
runtime/server/x86/cppflow/raw_ops.h:3126
Functionbias_add_grad
runtime/core/cppflow/raw_ops.h:3154
Functionbias_add_grad
runtime/server/x86/cppflow/raw_ops.h:3154
Functionbias_add_v1
runtime/core/cppflow/raw_ops.h:3178
Functionbias_add_v1
runtime/server/x86/cppflow/raw_ops.h:3178
Functionbincount
runtime/core/cppflow/raw_ops.h:3206
Functionbincount
runtime/server/x86/cppflow/raw_ops.h:3206
Functionbitcast
runtime/core/cppflow/raw_ops.h:3238
Functionbitcast
runtime/server/x86/cppflow/raw_ops.h:3238
Methodbits_per_sample
runtime/core/frontend/wav.h:119
Methodbits_per_sample
runtime/server/x86/frontend/wav.h:119
Functionbitwise_and
runtime/core/cppflow/raw_ops.h:3262
Functionbitwise_and
runtime/server/x86/cppflow/raw_ops.h:3262
Functionbitwise_or
runtime/core/cppflow/raw_ops.h:3290
Functionbitwise_or
runtime/server/x86/cppflow/raw_ops.h:3290
Functionbitwise_xor
runtime/core/cppflow/raw_ops.h:3318
Functionbitwise_xor
runtime/server/x86/cppflow/raw_ops.h:3318
Functionboosted_trees_aggregate_stats
runtime/core/cppflow/raw_ops.h:3346
Functionboosted_trees_aggregate_stats
runtime/server/x86/cppflow/raw_ops.h:3346
Functionboosted_trees_bucketize
runtime/core/cppflow/raw_ops.h:3383
Functionboosted_trees_bucketize
runtime/server/x86/cppflow/raw_ops.h:3383
Functionboosted_trees_center_bias
runtime/core/cppflow/raw_ops.h:3415
Functionboosted_trees_center_bias
runtime/server/x86/cppflow/raw_ops.h:3415
Functionboosted_trees_ensemble_resource_handle_op
runtime/core/cppflow/raw_ops.h:3455
Functionboosted_trees_ensemble_resource_handle_op
runtime/server/x86/cppflow/raw_ops.h:3455
Functionboosted_trees_example_debug_outputs
runtime/core/cppflow/raw_ops.h:3477
Functionboosted_trees_example_debug_outputs
runtime/server/x86/cppflow/raw_ops.h:3477
Functionboosted_trees_flush_quantile_summaries
runtime/core/cppflow/raw_ops.h:3508
Functionboosted_trees_flush_quantile_summaries
runtime/server/x86/cppflow/raw_ops.h:3508
Functionboosted_trees_make_quantile_summaries
runtime/core/cppflow/raw_ops.h:3532
Functionboosted_trees_make_quantile_summaries
runtime/server/x86/cppflow/raw_ops.h:3532
Functionboosted_trees_make_stats_summary
runtime/core/cppflow/raw_ops.h:3566
Functionboosted_trees_make_stats_summary
runtime/server/x86/cppflow/raw_ops.h:3566
Functionboosted_trees_predict
runtime/core/cppflow/raw_ops.h:3606
Functionboosted_trees_predict
runtime/server/x86/cppflow/raw_ops.h:3606
Functionboosted_trees_quantile_stream_resource_get_bucket_boundaries
runtime/core/cppflow/raw_ops.h:3637
Functionboosted_trees_quantile_stream_resource_get_bucket_boundaries
runtime/server/x86/cppflow/raw_ops.h:3637
Functionboosted_trees_quantile_stream_resource_handle_op
runtime/core/cppflow/raw_ops.h:3661
Functionboosted_trees_quantile_stream_resource_handle_op
runtime/server/x86/cppflow/raw_ops.h:3661
Functionbroadcast_args
runtime/core/cppflow/raw_ops.h:3683
Functionbroadcast_args
runtime/server/x86/cppflow/raw_ops.h:3683
Functionbroadcast_to
runtime/core/cppflow/raw_ops.h:3711
Functionbroadcast_to
runtime/server/x86/cppflow/raw_ops.h:3711
Functionbucketize
runtime/core/cppflow/raw_ops.h:3739
Functionbucketize
runtime/server/x86/cppflow/raw_ops.h:3739
Methodbuild
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
Methodbuild
(self, _)
athena/layers/commons.py:50
Methodbuild
(self, input_shape)
athena/layers/commons.py:141
Methodbuild_model
(self, data_descriptions)
athena/models/kws/transformer_wakeup_resnet.py:132
Functionbytes_produced_stats_dataset
runtime/core/cppflow/raw_ops.h:3763
Functionbytes_produced_stats_dataset
runtime/server/x86/cppflow/raw_ops.h:3763
Functionc_s_r_sparse_matrix_to_dense
runtime/core/cppflow/raw_ops.h:3799
Functionc_s_r_sparse_matrix_to_dense
runtime/server/x86/cppflow/raw_ops.h:3799
Functionc_s_v_dataset
runtime/core/cppflow/raw_ops.h:3823
Functionc_s_v_dataset
runtime/server/x86/cppflow/raw_ops.h:3823
Functioncache_dataset
runtime/core/cppflow/raw_ops.h:3889
Functioncache_dataset
runtime/server/x86/cppflow/raw_ops.h:3889
Functioncache_dataset_v2
runtime/core/cppflow/raw_ops.h:3925
Functioncache_dataset_v2
runtime/server/x86/cppflow/raw_ops.h:3925
Methodcall
call model
athena/layers/resnet_block.py:47
Methodcall
Compute convolution module. Args: inputs : Input tensor (#batch, time, channels). Returns: tensor: Output te
athena/layers/conv_module.py:77
Methodcall
Take in and process masked source/target sequences. Args: src: the sequence to the encoder (required). tgt: the sequen
athena/layers/conformer.py:90
Methodcall
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
Methodcall
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
Methodcall
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
Methodcall
Pass the inputs (and mask) through the decoder layer. Args: tgt: the sequence to the decoder layer (required). memory:
athena/layers/conformer.py:364
Methodcall
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
Methodcall
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
Methodcall
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
Methodcall
This is where the layer's logic lives.
athena/layers/attention.py:47
Methodcall
call function
athena/layers/attention.py:147
Methodcall
call function
athena/layers/attention.py:194
Methodcall
call function in keras
athena/layers/attention.py:281
Methodcall
Attention layer.
athena/layers/attention.py:343
Methodcall
Args: attn_inputs (tuple) : it contains 2 params: value, shape: [batch, x_steps, eunits] value_le
athena/layers/attention.py:429
Methodcall
Args: attn_inputs (tuple) : it contains 2 params: value, shape: [batch, x_steps, eunits] value_le
athena/layers/attention.py:529
Methodcall
Take in and process masked source/target sequences. Args: src: the sequence to the encoder (required). tgt: the seque
athena/layers/transformer.py:92
Methodcall
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
Methodcall
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
Methodcall
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
Methodcall
Pass the inputs (and mask) through the decoder layer. Args: tgt: the sequence to the decoder layer (required). memory
athena/layers/transformer.py:374
Methodcall
call function
athena/layers/commons.py:35
Methodcall
(self, x)
athena/layers/commons.py:55
Methodcall
(self, x)
athena/layers/commons.py:66
Methodcall
(self, x, training=None, mask=None)
athena/layers/commons.py:105
Methodcall
(self, inputs)
athena/layers/commons.py:153
Methodcall
(self, x)
athena/layers/commons.py:344
Methodcall
(self, x)
athena/layers/commons.py:365
Methodcall
(self, x, c)
athena/layers/commons.py:382
Methodcall
(self, x, c)
athena/layers/commons.py:406
Methodcall
(self, x)
athena/layers/commons.py:418
Methodcall
(self, x)
athena/layers/commons.py:429
Methodcall
(self, x)
athena/layers/commons.py:444
Methodcall
Runs vanilla LSTM Cell and applies zoneout.
athena/layers/commons.py:464
Methodcall
This is where the layer's logic lives.
athena/layers/u2/attention_u2.py:46
Methodcall
call function
athena/layers/u2/attention_u2.py:146
Methodcall
Compute convolution module. Args: x : Input tensor (#batch, time, channels). Returns: tensor: Output tensor
athena/layers/u2/conv_module_u2.py:88
Methodcall
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
Methodcall
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
Methodcall
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
← previousnext →1,401–1,500 of 3,518, ranked by callers