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
Function
create_zero_padding_3d_layer
include/fdeep/import_model.hpp:1032
Method
cropping_3d_layer
include/fdeep/layers/cropping_3d_layer.hpp:18
Method
data_to_str
include/fdeep/base64.hpp:30
Method
decode_index
Decodes a flat index back into per-char coordinates and writes them into pos. Used to enumerate output positions and summed-axis combos.
include/fdeep/layers/einsum_dense_layer.hpp:103
Method
dense_layer
include/fdeep/layers/dense_layer.hpp:31
Method
depth
include/fdeep/tensor.hpp:131
Method
depthwise_conv_2d_layer
include/fdeep/layers/depthwise_conv_2d_layer.hpp:28
Method
derive_char_sizes
Build a {char -> dim size} map by combining info from kernel dimensions, the input tensor, and (as a fallback) full_output_shape_.
include/fdeep/layers/einsum_dense_layer.hpp:125
Function
dev_null_logger
Take an std::string and do nothing. Useful for silencing the logging when loading a model.
include/fdeep/model.hpp:191
Method
dimensions
include/fdeep/tensor_shape.hpp:153
Method
discretization_layer
include/fdeep/layers/discretization_layer.hpp:20
Method
dot_layer
include/fdeep/layers/dot_layer.hpp:18
Function
eigen_row_major_mat_to_values
include/fdeep/tensor.hpp:951
Method
einsum_dense_layer
include/fdeep/layers/einsum_dense_layer.hpp:20
Function
elu_activation
include/fdeep/recurrent_ops.hpp:83
Method
elu_layer
include/fdeep/layers/elu_layer.hpp:18
Method
embedding_layer
include/fdeep/layers/embedding_layer.hpp:19
Method
encode_offset
include/fdeep/layers/einsum_dense_layer.hpp:113
Function
exponential_activation
include/fdeep/recurrent_ops.hpp:68
Method
exponential_layer
include/fdeep/layers/exponential_layer.hpp:20
Method
extract_biases
include/fdeep/layers/multi_head_attention_layer.hpp:70
Method
extract_timestep
include/fdeep/layers/conv_lstm_3d_layer.hpp:54
Method
extract_timestep
include/fdeep/layers/conv_lstm_2d_layer.hpp:57
Method
filter
include/fdeep/filter.hpp:23
Method
flatten_layer
include/fdeep/layers/flatten_layer.hpp:19
Function
gelu_activation
include/fdeep/recurrent_ops.hpp:73
Method
gelu_layer
include/fdeep/layers/gelu_layer.hpp:20
Function
generate_input_data
Random data fitting the input shape of a layer.
keras_export/convert_model.py:143
Method
generate_params
include/fdeep/layers/dense_layer.hpp:24
Method
get_dummy_input_shapes
include/fdeep/model.hpp:80
Function
get_layer_input_shape_tensor_shape
Convert layer input shape to an fdeep shape
keras_export/convert_model.py:53
Method
get_output
include/fdeep/node.hpp:66
Method
get_output
include/fdeep/layers/model_layer.hpp:39
Function
get_shapes
Return shapes of a list of tensors
keras_export/convert_model.py:955
Function
get_tensor_shape_dimension_by_index
include/fdeep/tensor_shape.hpp:310
Function
get_test_model_autoencoder
Returns a minimal autoencoder test model.
keras_export/generate_test_models.py:853
Function
get_test_model_embedding
Returns a minimalistic test model for the Embedding and CategoryEncoding layers.
keras_export/generate_test_models.py:770
Function
get_test_model_exhaustive
Returns a exhaustive test model.
keras_export/generate_test_models.py:119
Function
get_test_model_recurrent
Returns a test model exercising recurrent layers (LSTM, GRU, SimpleRNN, Bidirectional, RNN with cells, ConvLSTM, Masking).
keras_export/generate_test_models.py:903
Function
get_test_model_sequential
Returns a typical (VGG-like) sequential test model.
keras_export/generate_test_models.py:871
Function
get_test_model_variable
Returns a model with variably shaped input tensors.
keras_export/generate_test_models.py:813
Method
global_average_pooling_3d_layer
include/fdeep/layers/global_average_pooling_3d_layer.hpp:18
Method
global_max_pooling_3d_layer
include/fdeep/layers/global_max_pooling_3d_layer.hpp:20
Method
global_pooling_layer
include/fdeep/layers/global_pooling_layer.hpp:24
Method
group_normalization_layer
include/fdeep/layers/group_normalization_layer.hpp:20
Method
group_query_attention_layer
include/fdeep/layers/group_query_attention_layer.hpp:21
Method
gru_layer
include/fdeep/layers/gru_layer.hpp:19
Method
hard_shrink_layer
include/fdeep/layers/hard_shrink_layer.hpp:19
Function
hard_sigmoid_activation
include/fdeep/recurrent_ops.hpp:49
Method
hard_sigmoid_layer
include/fdeep/layers/hard_sigmoid_layer.hpp:20
Method
hard_tanh_layer
include/fdeep/layers/hard_tanh_layer.hpp:20
Method
idx
include/fdeep/tensor.hpp:161
Method
idx_ignore_rank
include/fdeep/tensor.hpp:157
Function
inner_average_pool
include/fdeep/layers/average_pooling_3d_layer.hpp:17
Function
inner_max_pool
include/fdeep/layers/max_pooling_3d_layer.hpp:17
Method
input_layer
include/fdeep/layers/input_layer.hpp:18
Method
integer_lookup_layer
include/fdeep/layers/integer_lookup_layer.hpp:21
Method
json_data_strs_char_prodiver
include/fdeep/base64.hpp:21
Method
layer
include/fdeep/layers/layer.hpp:34
Method
layer_normalization_layer
include/fdeep/layers/layer_normalization_layer.hpp:18
Method
leaky_relu_layer
include/fdeep/layers/leaky_relu_layer.hpp:18
Function
linear_activation
include/fdeep/recurrent_ops.hpp:24
Method
linear_layer
include/fdeep/layers/linear_layer.hpp:18
Function
load_test_case
include/fdeep/import_model.hpp:1975
Method
log_sigmoid_layer
include/fdeep/layers/log_sigmoid_layer.hpp:19
Method
log_softmax_layer
include/fdeep/layers/log_softmax_layer.hpp:20
Method
lstm_layer
include/fdeep/layers/lstm_layer.hpp:19
Function
main
test/applications_performance.cpp:9
Method
max_pooling_3d_layer
include/fdeep/layers/max_pooling_3d_layer.hpp:42
Method
maximize_rank
include/fdeep/tensor_shape.hpp:148
Method
maximum_layer
include/fdeep/layers/maximum_layer.hpp:18
Method
minimal_rank
include/fdeep/tensor_shape.hpp:125
Method
minimum_layer
include/fdeep/layers/minimum_layer.hpp:18
Method
model
include/fdeep/model.hpp:117
Method
model_layer
include/fdeep/layers/model_layer.hpp:25
Method
multi_head_attention_layer
include/fdeep/layers/multi_head_attention_layer.hpp:20
Method
multiply_layer
include/fdeep/layers/multiply_layer.hpp:18
Method
node
include/fdeep/node.hpp:62
Method
node_connection
include/fdeep/node.hpp:33
Method
normalization_layer
include/fdeep/layers/normalization_layer.hpp:22
Function
operator!=
include/fdeep/tensor_shape_variable.hpp:112
Function
operator==
include/fdeep/tensor_shape.hpp:252
Function
operator==
include/fdeep/shape2.hpp:36
Function
operator==
include/fdeep/shape3.hpp:39
Function
operator==
include/fdeep/tensor_shape_variable.hpp:107
Method
output_projection
Project (T_q, num_query_heads, head_dim) attn back to (T_q, out_dim).
include/fdeep/layers/group_query_attention_layer.hpp:166
Method
output_shape_for
include/fdeep/layers/adaptive_pooling_3d_layer.hpp:64
Method
parse_lhs
Parses "lhs,rhs_kernel->rhs" into its three pieces.
include/fdeep/layers/einsum_dense_layer.hpp:52
Method
parse_rhs
include/fdeep/layers/einsum_dense_layer.hpp:63
Method
parse_rhs_kernel
include/fdeep/layers/einsum_dense_layer.hpp:57
Method
permute_layer
include/fdeep/layers/permute_layer.hpp:18
Method
pool
include/fdeep/layers/pooling_3d_layer.hpp:44
Method
pool
include/fdeep/layers/global_max_pooling_3d_layer.hpp:27
Method
pool
include/fdeep/layers/global_average_pooling_3d_layer.hpp:25
Method
pool_window
include/fdeep/layers/adaptive_pooling_3d_layer.hpp:78
Method
pooling_3d_layer
include/fdeep/layers/pooling_3d_layer.hpp:32
Method
predict_class
Convenience wrapper around predict for models with single tensor outputs of shape (1, 1, z). Suitable for classification models with more than one out
include/fdeep/model.hpp:48
Method
predict_class_with_confidence
Like predict_class, but also returns the value of the maximally activated output neuron.
include/fdeep/model.hpp:55
Method
predict_class_with_confidence_impl
include/fdeep/model.hpp:153
Method
predict_single_output
Convenience wrapper around predict for models with single tensor outputs of shape (1, 1, 1), typically used for regression or binary classification. R
include/fdeep/model.hpp:65
← previous
next →
401–500 of 625, ranked by callers