MCPcopy Create free account

hub / github.com/Dobiasd/frugally-deep / functions

Functions625 in github.com/Dobiasd/frugally-deep

↓ 2 callersFunctioncreate_nodes
include/fdeep/import_model.hpp:1735
↓ 2 callersFunctioncreate_rnn_from_cell
include/fdeep/import_model.hpp:1565
↓ 2 callersFunctioncreate_tensor_shape_variable_offset
include/fdeep/import_model.hpp:161
↓ 2 callersFunctioncreate_tensor_shapes_variable
include/fdeep/import_model.hpp:338
↓ 2 callersFunctiondilate_tensor
include/fdeep/tensor.hpp:612
↓ 2 callersFunctiondilate_tensor_3d
include/fdeep/convolution3d.hpp:144
↓ 2 callersFunctiongenerate_filters_3d
include/fdeep/convolution3d.hpp:198
↓ 2 callersFunctiongenerate_im2col_filter_matrix_3d
include/fdeep/convolution3d.hpp:235
↓ 2 callersFunctiongenerate_random_data
Random data for training.
keras_export/generate_test_models.py:81
↓ 2 callersFunctionget_dict_keys
Return keys of a dictionary
keras_export/convert_model.py:832
↓ 2 callersFunctionget_im2col_mapping_3d
include/fdeep/convolution3d.hpp:297
↓ 2 callersFunctionget_layer_functions_dict
()
keras_export/convert_model.py:740
↓ 2 callersFunctionget_layer_output
include/fdeep/layers/layer.hpp:90
↓ 2 callersFunctionget_layer_weights
Serialize all weights of a single normal layer
keras_export/convert_model.py:858
↓ 2 callersMethodget_padded
include/fdeep/tensor.hpp:65
↓ 2 callersFunctionget_shape_for_random_data
Include size of data to generate into shape.
keras_export/generate_test_models.py:66
↓ 2 callersMethodheight
include/fdeep/tensor.hpp:135
↓ 2 callersFunctioninit_conv_output_tensor_3d
include/fdeep/convolution3d.hpp:270
↓ 2 callersMethodmaximize_rank
include/fdeep/tensor.hpp:123
↓ 2 callersFunctionmultiply_tensors
include/fdeep/tensor.hpp:687
↓ 2 callersFunctionprepare_filter_weights_conv_2d
Change dimension order of 2d filter weights to the one used in fdeep
keras_export/convert_model.py:197
↓ 2 callersMethodrank
include/fdeep/tensor_shape_variable.hpp:92
↓ 2 callersFunctionread_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 callersFunctionreplace_none_with
Replace every None with a fixed value.
keras_export/generate_test_models.py:61
↓ 2 callersFunctionresize2d_bilinear
include/fdeep/tensor.hpp:1019
↓ 2 callersFunctionresize2d_nearest
include/fdeep/tensor.hpp:959
↓ 2 callersFunctionresize_tensor_2d
include/fdeep/tensor.hpp:1128
↓ 2 callersFunctionreverse_height_dimension
include/fdeep/tensor.hpp:571
↓ 2 callersFunctionreverse_time_series_in_tensor
include/fdeep/recurrent_ops.hpp:357
↓ 2 callersFunctionreverse_width_dimension
include/fdeep/tensor.hpp:561
↓ 2 callersMethodset
include/fdeep/tensor.hpp:78
↓ 2 callersMethodset_nodes
include/fdeep/layers/layer.hpp:49
↓ 2 callersMethodset_params
include/fdeep/filter.hpp:48
↓ 2 callersFunctionshow_tensor_shapes_variable
include/fdeep/tensor_shape_variable.hpp:135
↓ 2 callersFunctionsmart_resize_tensor_2d
include/fdeep/tensor.hpp:1142
↓ 2 callersFunctionsubtract_tensors
include/fdeep/tensor.hpp:667
↓ 2 callersFunctionsum_depth
include/fdeep/tensor.hpp:682
↓ 2 callersMethodtest_speed
Measure time of one single forward pass using dummy input data.
include/fdeep/model.hpp:98
↓ 2 callersFunctiontranspose
include/fdeep/tensor.hpp:581
↓ 2 callersMethodwidth
include/fdeep/tensor.hpp:139
↓ 1 callersFunctionBase64_decode
include/fdeep/base64.hpp:76
↓ 1 callersFunctionapply_activation_layer
include/fdeep/layers/activation_layer.hpp:42
↓ 1 callersFunctionapply_layer
include/fdeep/layers/layer.hpp:97
↓ 1 callersFunctionare_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 callersFunctionas_list
Leave lists untouched, convert non-list types to a singleton list
keras_export/generate_test_models.py:106
↓ 1 callersFunctioncalculate_hash
(model: Model)
keras_export/convert_model.py:960
↓ 1 callersFunctioncheck_test_outputs
include/fdeep/import_model.hpp:1990
↓ 1 callersFunctionconcatenate_tensors
include/fdeep/tensor.hpp:459
↓ 1 callersFunctionconvert
Convert any (h5-)stored Keras model to the frugally-deep model format.
keras_export/convert_model.py:1009
↓ 1 callersFunctionconvert_sequential_to_model
Convert a sequential model to the underlying functional format
keras_export/convert_model.py:929
↓ 1 callersFunctionconvolve_3d
include/fdeep/convolution3d.hpp:437
↓ 1 callersFunctionconvolve_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 callersFunctionconvolve_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 callersFunctionconvolve_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 callersFunctionconvolve_transposed
include/fdeep/convolution.hpp:443
↓ 1 callersFunctionconvolve_transposed_3d
include/fdeep/convolution3d.hpp:471
↓ 1 callersFunctioncreate_gru_layer
include/fdeep/import_model.hpp:1516
↓ 1 callersFunctioncreate_lstm_layer
include/fdeep/import_model.hpp:1491
↓ 1 callersFunctioncreate_model_layer
include/fdeep/import_model.hpp:397
↓ 1 callersFunctioncreate_node_connection_model_layer
include/fdeep/import_model.hpp:343
↓ 1 callersFunctioncreate_simple_rnn_layer
include/fdeep/import_model.hpp:1542
↓ 1 callersFunctioncreate_tensor_pos_from_dims
include/fdeep/tensor_pos.hpp:116
↓ 1 callersFunctioncreate_tensor_shape
include/fdeep/import_model.hpp:211
↓ 1 callersFunctioncreate_tensor_shape_variable
include/fdeep/import_model.hpp:201
↓ 1 callersFunctioncreate_tensor_shape_variable_leading_null
include/fdeep/import_model.hpp:206
↓ 1 callersFunctiondepthwise_convolve
include/fdeep/depthwise_convolution.hpp:74
↓ 1 callersFunctiondepthwise_convolve_accumulative
include/fdeep/depthwise_convolution.hpp:21
↓ 1 callersFunctionderive_fixed_tensor_shape
include/fdeep/tensor_shape.hpp:237
↓ 1 callersFunctiondilate_filter
include/fdeep/filter.hpp:63
↓ 1 callersFunctiondilate_filter_3d
include/fdeep/convolution3d.hpp:192
↓ 1 callersFunctiondilate_tensor_shape
include/fdeep/tensor_shape.hpp:297
↓ 1 callersFunctioneigen_row_major_mat_from_values
include/fdeep/tensor.hpp:933
↓ 1 callersFunctionembedding_layer_names
(model: Model)
keras_export/convert_model.py:108
↓ 1 callersFunctionembedding_layer_names_at_input_nodes
(model: Model)
keras_export/convert_model.py:119
↓ 1 callersFunctionflatten_tensor
include/fdeep/tensor.hpp:485
↓ 1 callersFunctiongen_test_data
Generate data for model verification test.
keras_export/convert_model.py:131
↓ 1 callersFunctiongenerate_integer_input_data
Random input data for training.
keras_export/generate_test_models.py:99
↓ 1 callersFunctiongenerate_integer_random_data
Random data for training.
keras_export/generate_test_models.py:93
↓ 1 callersMethodget
include/fdeep/tensor.hpp:49
↓ 1 callersFunctionget_all_weights
Serialize all weights of the models layers
keras_export/convert_model.py:878
↓ 1 callersFunctionget_layer
include/fdeep/layers/layer.hpp:102
↓ 1 callersFunctionget_model_name
Return .name or ._name
keras_export/convert_model.py:922
↓ 1 callersMethodget_output
include/fdeep/layers/layer.hpp:63
↓ 1 callersFunctioninterpolate_2d_value_area
include/fdeep/tensor.hpp:1037
↓ 1 callersFunctioninterpolate_2d_value_bilinearly
include/fdeep/tensor.hpp:997
↓ 1 callersFunctionis_ascii
Check if a string only contains ascii characters
keras_export/convert_model.py:848
↓ 1 callersFunctionis_singleton_value
include/fdeep/tensor.hpp:179
↓ 1 callersFunctionkeras_shape_to_fdeep_tensor_shape
Convert a keras shape to an fdeep shape
keras_export/convert_model.py:41
↓ 1 callersFunctionload_test_cases
include/fdeep/import_model.hpp:1985
↓ 1 callersFunctionmain
Parse command line and convert model.
keras_export/convert_model.py:1020
↓ 1 callersFunctionmain
Generate different test models and save them to the given directory.
keras_export/generate_test_models.py:997
↓ 1 callersFunctionmain
Save famous example models in Keras-h5 and fdeep-json format.
keras_export/save_application_examples.py:28
↓ 1 callersFunctionmake_tensor_shape_with
include/fdeep/tensor_shape.hpp:206
↓ 1 callersFunctionmax_tensors
include/fdeep/tensor.hpp:893
↓ 1 callersFunctionmin_tensors
include/fdeep/tensor.hpp:913
↓ 1 callersMethodminimal_volume
include/fdeep/tensor_shape_variable.hpp:87
↓ 1 callersFunctionmodel_to_fdeep_json
Convert any Keras model to the frugally-deep model format.
keras_export/convert_model.py:971
↓ 1 callersFunctionmoments
include/fdeep/tensor.hpp:758
↓ 1 callersMethodpredict_impl
include/fdeep/model.hpp:132
↓ 1 callersFunctionprepare_filter_weights_conv_1d
Change dimension order of 1d filter weights to the one used in fdeep
keras_export/convert_model.py:209
← previousnext →101–200 of 625, ranked by callers