Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dobiasd/frugally-deep
/ functions
Functions
625 in github.com/Dobiasd/frugally-deep
⨍
Functions
625
◇
Types & classes
108
Method
predict_single_output_impl
include/fdeep/model.hpp:166
Method
prelu_layer
include/fdeep/layers/prelu_layer.hpp:18
Method
product
include/fdeep/layers/einsum_dense_layer.hpp:93
Method
project
Project an input of shape (T, dim) to (T, num_heads, head_dim) using a kernel of shape (dim, num_heads, head_dim) and an optional bias of shape (num_h
include/fdeep/layers/group_query_attention_layer.hpp:65
Method
rank
include/fdeep/tensor_pos.hpp:88
Function
read_model_from_string
include/fdeep/model.hpp:272
Function
relu_activation
include/fdeep/recurrent_ops.hpp:44
Method
relu_layer
include/fdeep/layers/relu_layer.hpp:20
Method
repeat_vector_layer
include/fdeep/layers/repeat_vector_layer.hpp:19
Method
rescale_value
include/fdeep/layers/rescaling_layer.hpp:30
Method
rescaling_layer
include/fdeep/layers/rescaling_layer.hpp:19
Method
reshape_layer
include/fdeep/layers/reshape_layer.hpp:19
Function
reshape_tensor_vectors
include/fdeep/tensor.hpp:1282
Method
resizing_layer
include/fdeep/layers/resizing_layer.hpp:23
Function
reverse_depth_dimension
include/fdeep/tensor.hpp:551
Method
rms_normalization_layer
include/fdeep/layers/rms_normalization_layer.hpp:19
Function
selu_activation
include/fdeep/recurrent_ops.hpp:61
Method
selu_layer
include/fdeep/layers/selu_layer.hpp:20
Method
separable_conv_2d_layer
include/fdeep/layers/separable_conv_2d_layer.hpp:27
Method
shape2
include/fdeep/shape2.hpp:20
Method
shape3
include/fdeep/shape3.hpp:20
Function
show_additive_attention_layer
Serialize AdditiveAttention layer to dict
keras_export/convert_model.py:592
Function
show_attention_layer
Serialize Attention layer to dict
keras_export/convert_model.py:581
Function
show_batch_normalization_layer
Serialize batch normalization layer to dict
keras_export/convert_model.py:429
Function
show_bidirectional_layer
Serialize Bidirectional wrapper around an LSTM/GRU/SimpleRNN to dict
keras_export/convert_model.py:710
Function
show_category_encoding_layer
Serialize CategoryEncoding layer to dict
keras_export/convert_model.py:576
Function
show_conv_1d_layer
Serialize Conv1D layer to dict
keras_export/convert_model.py:239
Function
show_conv_1d_transpose_layer
Serialize Conv1D transpose layer to dict
keras_export/convert_model.py:385
Function
show_conv_2d_layer
Serialize Conv2D layer to dict
keras_export/convert_model.py:258
Function
show_conv_2d_transpose_layer
Serialize Conv2D transpose layer to dict
keras_export/convert_model.py:404
Function
show_conv_3d_layer
Serialize Conv3D layer to dict
keras_export/convert_model.py:277
Function
show_conv_3d_transpose_layer
Serialize Conv3DTranspose layer to dict
keras_export/convert_model.py:296
Function
show_conv_lstm_layer
Serialize ConvLSTM1D/2D layer to dict
keras_export/convert_model.py:649
Function
show_dense_layer
Serialize dense layer to dict
keras_export/convert_model.py:457
Function
show_depthwise_conv_1d_layer
Serialize DepthwiseConv1D layer to dict by promoting to a 2D depthwise representation.
keras_export/convert_model.py:364
Function
show_depthwise_conv_2d_layer
Serialize DepthwiseConv2D layer to dict
keras_export/convert_model.py:342
Function
show_dot_layer
Check valid configuration of Dot layer
keras_export/convert_model.py:472
Function
show_einsum_dense_layer
Serialize EinsumDense layer to dict
keras_export/convert_model.py:502
Function
show_embedding_layer
Serialize Embedding layer to dict
keras_export/convert_model.py:492
Function
show_group_normalization_layer
Serialize GroupNormalization layer to dict
keras_export/convert_model.py:544
Function
show_group_query_attention_layer
Serialize GroupedQueryAttention layer to dict
keras_export/convert_model.py:610
Function
show_gru_layer
Serialize GRU layer to dict
keras_export/convert_model.py:665
Function
show_input_layer
Serialize input layer to dict
keras_export/convert_model.py:518
Function
show_layer_normalization_layer
Serialize layer normalization layer to dict
keras_export/convert_model.py:445
Function
show_lstm_layer
Serialize LSTM layer to dict
keras_export/convert_model.py:634
Function
show_multi_head_attention_layer
Serialize MultiHeadAttention layer to dict
keras_export/convert_model.py:600
Function
show_normalization_layer
Serialize normalization layer to dict
keras_export/convert_model.py:528
Function
show_prelu_layer
Serialize prelu layer to dict
keras_export/convert_model.py:481
Function
show_rescaling_layer
Serialize Rescaling layer to dict
keras_export/convert_model.py:571
Function
show_resizing_layer
Serialize Resizing layer to dict
keras_export/convert_model.py:566
Function
show_rms_normalization_layer
Serialize RMSNormalization layer to dict
keras_export/convert_model.py:539
Function
show_rnn_layer
Serialize a generic RNN layer wrapping LSTMCell/GRUCell/SimpleRNNCell or StackedRNNCells.
keras_export/convert_model.py:675
Function
show_separable_conv_2d_layer
Serialize SeparableConv2D layer to dict
keras_export/convert_model.py:317
Function
show_simple_rnn_layer
Serialize SimpleRNN layer to dict
keras_export/convert_model.py:670
Function
show_softmax_layer
Serialize softmax layer to dict
keras_export/convert_model.py:523
Function
show_tensor
Serialize 3-tensor to a dict
keras_export/convert_model.py:58
Function
show_tensor
include/fdeep/tensor.hpp:1203
Function
show_tensor_shape_variable
include/fdeep/tensor_shape_variable.hpp:121
Function
show_time_distributed_layer
(layer: Layer)
keras_export/convert_model.py:785
Function
show_upsampling2d_layer
Serialize UpSampling2D layer to dict
keras_export/convert_model.py:556
Function
show_upsampling3d_layer
Validate UpSampling3D layer config (size is taken from layer config)
keras_export/convert_model.py:561
Method
shrink_rank
include/fdeep/tensor_shape.hpp:138
Method
shrink_rank_with_min
include/fdeep/tensor_shape.hpp:143
Function
sigmoid_activation
include/fdeep/recurrent_ops.hpp:34
Method
sigmoid_layer
include/fdeep/layers/sigmoid_layer.hpp:20
Method
simple_rnn_layer
include/fdeep/layers/simple_rnn_layer.hpp:19
Method
sizes_for_chars
include/fdeep/layers/einsum_dense_layer.hpp:167
Method
soft_shrink_layer
include/fdeep/layers/soft_shrink_layer.hpp:19
Method
softmax_layer
include/fdeep/layers/softmax_layer.hpp:18
Method
softplus_layer
include/fdeep/layers/softplus_layer.hpp:19
Function
softsign_activation
include/fdeep/recurrent_ops.hpp:78
Method
softsign_layer
include/fdeep/layers/softsign_layer.hpp:20
Method
sparse_plus_layer
include/fdeep/layers/sparse_plus_layer.hpp:19
Method
square_plus_layer
include/fdeep/layers/square_plus_layer.hpp:19
Method
stacked_rnn_layer
include/fdeep/layers/stacked_rnn_layer.hpp:23
Method
subtract_layer
include/fdeep/layers/subtract_layer.hpp:18
Function
swish_activation
include/fdeep/recurrent_ops.hpp:39
Method
swish_layer
include/fdeep/layers/swish_layer.hpp:19
Function
tanh_activation
include/fdeep/recurrent_ops.hpp:29
Method
tanh_layer
include/fdeep/layers/tanh_layer.hpp:19
Method
tanh_shrink_layer
include/fdeep/layers/tanh_shrink_layer.hpp:19
Function
tanh_typed
include/fdeep/common.hpp:85
Method
tensor
include/fdeep/tensor.hpp:30
Function
tensor_from_bytes
Converts a memory block holding 8-bit values into a tensor. Data must be stored row-wise (and channels_last). Scales the values from range [0, 255] in
include/fdeep/tensor.hpp:1230
Method
tensor_pos
The dimensions are right-aligned (left-padded) compared to Keras. I.e., if you have a position (or shape) of (a, b) in Keras it corresponds to (0, 0,
include/fdeep/tensor_pos.hpp:23
Method
tensor_shape
The outer (left-most) dimensions are not used for batch prediction. If you like to do multiple forward passes on a model at once, use fdeep::model::pr
include/fdeep/tensor_shape.hpp:29
Method
tensor_shape_variable
include/fdeep/tensor_shape_variable.hpp:22
Function
tensor_to_bytes
Converts a tensor into a vector of bytes. Data will be stored row-wise (and channels_last). Scales the values from range [low, high] into [0, 255].
include/fdeep/tensor.hpp:1274
Method
threshold_layer
include/fdeep/layers/threshold_layer.hpp:20
Method
time_distributed_layer
include/fdeep/layers/time_distributed_layer.hpp:21
Method
to_vector
include/fdeep/tensor.hpp:151
Method
transform_input
include/fdeep/layers/softsign_layer.hpp:26
Method
transform_input
include/fdeep/layers/threshold_layer.hpp:28
Method
transform_input
include/fdeep/layers/gelu_layer.hpp:26
Method
transform_input
include/fdeep/layers/square_plus_layer.hpp:26
Method
transform_input
include/fdeep/layers/elu_layer.hpp:30
Method
transform_input
include/fdeep/layers/sigmoid_layer.hpp:26
Method
transform_input
include/fdeep/layers/softmax_layer.hpp:24
Method
transform_input
include/fdeep/layers/leaky_relu_layer.hpp:26
Method
transform_input
include/fdeep/layers/tanh_layer.hpp:25
← previous
next →
501–600 of 625, ranked by callers