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
↓ 2 callers
Function
create_nodes
include/fdeep/import_model.hpp:1735
↓ 2 callers
Function
create_rnn_from_cell
include/fdeep/import_model.hpp:1565
↓ 2 callers
Function
create_tensor_shape_variable_offset
include/fdeep/import_model.hpp:161
↓ 2 callers
Function
create_tensor_shapes_variable
include/fdeep/import_model.hpp:338
↓ 2 callers
Function
dilate_tensor
include/fdeep/tensor.hpp:612
↓ 2 callers
Function
dilate_tensor_3d
include/fdeep/convolution3d.hpp:144
↓ 2 callers
Function
generate_filters_3d
include/fdeep/convolution3d.hpp:198
↓ 2 callers
Function
generate_im2col_filter_matrix_3d
include/fdeep/convolution3d.hpp:235
↓ 2 callers
Function
generate_random_data
Random data for training.
keras_export/generate_test_models.py:81
↓ 2 callers
Function
get_dict_keys
Return keys of a dictionary
keras_export/convert_model.py:832
↓ 2 callers
Function
get_im2col_mapping_3d
include/fdeep/convolution3d.hpp:297
↓ 2 callers
Function
get_layer_functions_dict
()
keras_export/convert_model.py:740
↓ 2 callers
Function
get_layer_output
include/fdeep/layers/layer.hpp:90
↓ 2 callers
Function
get_layer_weights
Serialize all weights of a single normal layer
keras_export/convert_model.py:858
↓ 2 callers
Method
get_padded
include/fdeep/tensor.hpp:65
↓ 2 callers
Function
get_shape_for_random_data
Include size of data to generate into shape.
keras_export/generate_test_models.py:66
↓ 2 callers
Method
height
include/fdeep/tensor.hpp:135
↓ 2 callers
Function
init_conv_output_tensor_3d
include/fdeep/convolution3d.hpp:270
↓ 2 callers
Method
maximize_rank
include/fdeep/tensor.hpp:123
↓ 2 callers
Function
multiply_tensors
include/fdeep/tensor.hpp:687
↓ 2 callers
Function
prepare_filter_weights_conv_2d
Change dimension order of 2d filter weights to the one used in fdeep
keras_export/convert_model.py:197
↓ 2 callers
Method
rank
include/fdeep/tensor_shape_variable.hpp:92
↓ 2 callers
Function
read_model
Load and construct an fdeep::model from an istream providing the exported json content. Throws an exception if a problem occurs.
include/fdeep/model.hpp:198
↓ 2 callers
Function
replace_none_with
Replace every None with a fixed value.
keras_export/generate_test_models.py:61
↓ 2 callers
Function
resize2d_bilinear
include/fdeep/tensor.hpp:1019
↓ 2 callers
Function
resize2d_nearest
include/fdeep/tensor.hpp:959
↓ 2 callers
Function
resize_tensor_2d
include/fdeep/tensor.hpp:1128
↓ 2 callers
Function
reverse_height_dimension
include/fdeep/tensor.hpp:571
↓ 2 callers
Function
reverse_time_series_in_tensor
include/fdeep/recurrent_ops.hpp:357
↓ 2 callers
Function
reverse_width_dimension
include/fdeep/tensor.hpp:561
↓ 2 callers
Method
set
include/fdeep/tensor.hpp:78
↓ 2 callers
Method
set_nodes
include/fdeep/layers/layer.hpp:49
↓ 2 callers
Method
set_params
include/fdeep/filter.hpp:48
↓ 2 callers
Function
show_tensor_shapes_variable
include/fdeep/tensor_shape_variable.hpp:135
↓ 2 callers
Function
smart_resize_tensor_2d
include/fdeep/tensor.hpp:1142
↓ 2 callers
Function
subtract_tensors
include/fdeep/tensor.hpp:667
↓ 2 callers
Function
sum_depth
include/fdeep/tensor.hpp:682
↓ 2 callers
Method
test_speed
Measure time of one single forward pass using dummy input data.
include/fdeep/model.hpp:98
↓ 2 callers
Function
transpose
include/fdeep/tensor.hpp:581
↓ 2 callers
Method
width
include/fdeep/tensor.hpp:139
↓ 1 callers
Function
Base64_decode
include/fdeep/base64.hpp:76
↓ 1 callers
Function
apply_activation_layer
include/fdeep/layers/activation_layer.hpp:42
↓ 1 callers
Function
apply_layer
include/fdeep/layers/layer.hpp:97
↓ 1 callers
Function
are_embedding_and_category_encoding_layer_positions_ok_for_testing
Test data can only be generated if all Embedding layers and CategoryEncoding layers are positioned directly behind the input nodes.
keras_export/convert_model.py:102
↓ 1 callers
Function
as_list
Leave lists untouched, convert non-list types to a singleton list
keras_export/generate_test_models.py:106
↓ 1 callers
Function
calculate_hash
(model: Model)
keras_export/convert_model.py:960
↓ 1 callers
Function
check_test_outputs
include/fdeep/import_model.hpp:1990
↓ 1 callers
Function
concatenate_tensors
include/fdeep/tensor.hpp:459
↓ 1 callers
Function
convert
Convert any (h5-)stored Keras model to the frugally-deep model format.
keras_export/convert_model.py:1009
↓ 1 callers
Function
convert_sequential_to_model
Convert a sequential model to the underlying functional format
keras_export/convert_model.py:929
↓ 1 callers
Function
convolve_3d
include/fdeep/convolution3d.hpp:437
↓ 1 callers
Function
convolve_accumulative_s1x1
Special version for convolution with strides_x == 1 and strides_y == 1. Reduces the forward-pass runtime of VGG19 about 15%, by using fewer but larger
include/fdeep/convolution.hpp:107
↓ 1 callers
Function
convolve_accumulative_s1x1_dilated
Dilated variant: filter values are at positions (y_filt * dil_y, x_filt * dil_x) in the effective receptive field. We loop over the un-dilated filter
include/fdeep/convolution.hpp:165
↓ 1 callers
Function
convolve_accumulative_s1x1x1_3d
Special version for convolution with strides 1×1×1. Uses fewer but larger GEMMs by collapsing the spatial output loops into one big input mapping.
include/fdeep/convolution3d.hpp:320
↓ 1 callers
Function
convolve_transposed
include/fdeep/convolution.hpp:443
↓ 1 callers
Function
convolve_transposed_3d
include/fdeep/convolution3d.hpp:471
↓ 1 callers
Function
create_gru_layer
include/fdeep/import_model.hpp:1516
↓ 1 callers
Function
create_lstm_layer
include/fdeep/import_model.hpp:1491
↓ 1 callers
Function
create_model_layer
include/fdeep/import_model.hpp:397
↓ 1 callers
Function
create_node_connection_model_layer
include/fdeep/import_model.hpp:343
↓ 1 callers
Function
create_simple_rnn_layer
include/fdeep/import_model.hpp:1542
↓ 1 callers
Function
create_tensor_pos_from_dims
include/fdeep/tensor_pos.hpp:116
↓ 1 callers
Function
create_tensor_shape
include/fdeep/import_model.hpp:211
↓ 1 callers
Function
create_tensor_shape_variable
include/fdeep/import_model.hpp:201
↓ 1 callers
Function
create_tensor_shape_variable_leading_null
include/fdeep/import_model.hpp:206
↓ 1 callers
Function
depthwise_convolve
include/fdeep/depthwise_convolution.hpp:74
↓ 1 callers
Function
depthwise_convolve_accumulative
include/fdeep/depthwise_convolution.hpp:21
↓ 1 callers
Function
derive_fixed_tensor_shape
include/fdeep/tensor_shape.hpp:237
↓ 1 callers
Function
dilate_filter
include/fdeep/filter.hpp:63
↓ 1 callers
Function
dilate_filter_3d
include/fdeep/convolution3d.hpp:192
↓ 1 callers
Function
dilate_tensor_shape
include/fdeep/tensor_shape.hpp:297
↓ 1 callers
Function
eigen_row_major_mat_from_values
include/fdeep/tensor.hpp:933
↓ 1 callers
Function
embedding_layer_names
(model: Model)
keras_export/convert_model.py:108
↓ 1 callers
Function
embedding_layer_names_at_input_nodes
(model: Model)
keras_export/convert_model.py:119
↓ 1 callers
Function
flatten_tensor
include/fdeep/tensor.hpp:485
↓ 1 callers
Function
gen_test_data
Generate data for model verification test.
keras_export/convert_model.py:131
↓ 1 callers
Function
generate_integer_input_data
Random input data for training.
keras_export/generate_test_models.py:99
↓ 1 callers
Function
generate_integer_random_data
Random data for training.
keras_export/generate_test_models.py:93
↓ 1 callers
Method
get
include/fdeep/tensor.hpp:49
↓ 1 callers
Function
get_all_weights
Serialize all weights of the models layers
keras_export/convert_model.py:878
↓ 1 callers
Function
get_layer
include/fdeep/layers/layer.hpp:102
↓ 1 callers
Function
get_model_name
Return .name or ._name
keras_export/convert_model.py:922
↓ 1 callers
Method
get_output
include/fdeep/layers/layer.hpp:63
↓ 1 callers
Function
interpolate_2d_value_area
include/fdeep/tensor.hpp:1037
↓ 1 callers
Function
interpolate_2d_value_bilinearly
include/fdeep/tensor.hpp:997
↓ 1 callers
Function
is_ascii
Check if a string only contains ascii characters
keras_export/convert_model.py:848
↓ 1 callers
Function
is_singleton_value
include/fdeep/tensor.hpp:179
↓ 1 callers
Function
keras_shape_to_fdeep_tensor_shape
Convert a keras shape to an fdeep shape
keras_export/convert_model.py:41
↓ 1 callers
Function
load_test_cases
include/fdeep/import_model.hpp:1985
↓ 1 callers
Function
main
Parse command line and convert model.
keras_export/convert_model.py:1020
↓ 1 callers
Function
main
Generate different test models and save them to the given directory.
keras_export/generate_test_models.py:997
↓ 1 callers
Function
main
Save famous example models in Keras-h5 and fdeep-json format.
keras_export/save_application_examples.py:28
↓ 1 callers
Function
make_tensor_shape_with
include/fdeep/tensor_shape.hpp:206
↓ 1 callers
Function
max_tensors
include/fdeep/tensor.hpp:893
↓ 1 callers
Function
min_tensors
include/fdeep/tensor.hpp:913
↓ 1 callers
Method
minimal_volume
include/fdeep/tensor_shape_variable.hpp:87
↓ 1 callers
Function
model_to_fdeep_json
Convert any Keras model to the frugally-deep model format.
keras_export/convert_model.py:971
↓ 1 callers
Function
moments
include/fdeep/tensor.hpp:758
↓ 1 callers
Method
predict_impl
include/fdeep/model.hpp:132
↓ 1 callers
Function
prepare_filter_weights_conv_1d
Change dimension order of 1d filter weights to the one used in fdeep
keras_export/convert_model.py:209
← previous
next →
101–200 of 625, ranked by callers