Thu, 23 May 2024 11:58:31 UTC | login

Information for RPM frugally-deep-devel-0.15.30-4.fc40.riscv64.rpm

ID1279848
Namefrugally-deep-devel
Version0.15.30
Release4.fc40
Epoch
Archriscv64
SummaryHeader-only library for using Keras (TensorFlow) models in C++
DescriptionWould you like to build/train a model using Keras/Python? And would you like to run the prediction (forward pass) on your model in C++ without linking your application against TensorFlow? Then frugally-deep is exactly for you. frugally-deep * is a small header-only library written in modern and pure C++. * is very easy to integrate and use. * depends only on FunctionalPlus, Eigen and json - also header-only libraries. * supports inference (model.predict) not only for sequential models but also for computational graphs with a more complex topology, created with the functional API. * re-implements a (small) subset of TensorFlow, i.e., the operations needed to support prediction. * results in a much smaller binary size than linking against TensorFlow. * works out-of-the-box also when compiled into a 32-bit executable. (Of course, 64 bit is fine too.) * avoids temporarily allocating (potentially large chunks of) additional RAM during convolutions (by not materializing the im2col input matrix). * utterly ignores even the most powerful GPU in your system and uses only one CPU core per prediction. ;-) * but is quite fast on one CPU core, and you can run multiple predictions in parallel, thus utilizing as many CPUs as you like to improve the overall prediction throughput of your application/pipeline.
Build Time2024-04-10 10:35:03 GMT
Size65.45 KB
32ba5636bf9e7f561490c892835a98da
LicenseMIT
Buildrootf40-build-800917-143631
Provides
cmake(frugally-deep) = 0.15.30
frugally-deep-devel = 0.15.30-4.fc40
frugally-deep-devel(riscv-64) = 0.15.30-4.fc40
frugally-deep-static = 0.15.30-4.fc40
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
cmake-filesystem(riscv-64)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
Page:
1 through 50 of 88 >>>
Name ascending sort Size
/usr/include/fdeep0.00 B
/usr/include/fdeep/base64.hpp4.16 KB
/usr/include/fdeep/common.hpp2.26 KB
/usr/include/fdeep/convolution.hpp12.79 KB
/usr/include/fdeep/convolution3d.hpp4.63 KB
/usr/include/fdeep/depthwise_convolution.hpp3.91 KB
/usr/include/fdeep/fdeep.hpp620.00 B
/usr/include/fdeep/filter.hpp2.58 KB
/usr/include/fdeep/import_model.hpp58.31 KB
/usr/include/fdeep/layers0.00 B
/usr/include/fdeep/layers/activation_layer.hpp1.14 KB
/usr/include/fdeep/layers/add_layer.hpp597.00 B
/usr/include/fdeep/layers/additive_attention_layer.hpp1.60 KB
/usr/include/fdeep/layers/attention_layer.hpp2.26 KB
/usr/include/fdeep/layers/average_layer.hpp609.00 B
/usr/include/fdeep/layers/average_pooling_3d_layer.hpp1.96 KB
/usr/include/fdeep/layers/batch_normalization_layer.hpp2.39 KB
/usr/include/fdeep/layers/bidirectional_layer.hpp10.82 KB
/usr/include/fdeep/layers/category_encoding_layer.hpp2.33 KB
/usr/include/fdeep/layers/centercrop_layer.hpp1.43 KB
/usr/include/fdeep/layers/concatenate_layer.hpp666.00 B
/usr/include/fdeep/layers/conv_2d_layer.hpp1.50 KB
/usr/include/fdeep/layers/cropping_3d_layer.hpp1.30 KB
/usr/include/fdeep/layers/dense_layer.hpp3.76 KB
/usr/include/fdeep/layers/depthwise_conv_2d_layer.hpp1.95 KB
/usr/include/fdeep/layers/dot_layer.hpp850.00 B
/usr/include/fdeep/layers/elu_layer.hpp911.00 B
/usr/include/fdeep/layers/embedding_layer.hpp2.28 KB
/usr/include/fdeep/layers/exponential_layer.hpp731.00 B
/usr/include/fdeep/layers/flatten_layer.hpp743.00 B
/usr/include/fdeep/layers/gelu_layer.hpp710.00 B
/usr/include/fdeep/layers/global_average_pooling_3d_layer.hpp1.60 KB
/usr/include/fdeep/layers/global_max_pooling_3d_layer.hpp1.60 KB
/usr/include/fdeep/layers/global_pooling_layer.hpp872.00 B
/usr/include/fdeep/layers/gru_layer.hpp4.48 KB
/usr/include/fdeep/layers/hard_sigmoid_layer.hpp737.00 B
/usr/include/fdeep/layers/input_layer.hpp943.00 B
/usr/include/fdeep/layers/layer.hpp3.24 KB
/usr/include/fdeep/layers/layer_normalization_layer.hpp2.13 KB
/usr/include/fdeep/layers/leaky_relu_layer.hpp863.00 B
/usr/include/fdeep/layers/linear_layer.hpp626.00 B
/usr/include/fdeep/layers/lstm_layer.hpp4.89 KB
/usr/include/fdeep/layers/max_pooling_3d_layer.hpp1.82 KB
/usr/include/fdeep/layers/maximum_layer.hpp605.00 B
/usr/include/fdeep/layers/minimum_layer.hpp605.00 B
/usr/include/fdeep/layers/model_layer.hpp2.73 KB
/usr/include/fdeep/layers/multi_head_attention_layer.hpp6.09 KB
/usr/include/fdeep/layers/multiply_layer.hpp612.00 B
/usr/include/fdeep/layers/normalization_layer.hpp2.79 KB
/usr/include/fdeep/layers/permute_layer.hpp832.00 B
Component of No Buildroots