Lines Matching refs:gemmlowp
1 gemmlowp: a small self-contained low-precision GEMM library
24 gemmlowp-related discussion, about either development or usage, is welcome
27 https://groups.google.com/forum/#!forum/gemmlowp
65 Details of what it takes to make an efficient port of gemmlowp, namely
74 1. gemmlowp public interface
77 gemmlowp's main public interface is in the public/ subdirectory. The
79 public/gemmlowp.h.
102 Because gemmlowp is so simple, working with it involves only
104 most people working with gemmlowp will either manually invoke their
108 Keep in mind (previous section) that gemmlowp itself is a pure-headers-only
112 For a Android gemmlowp development workflow, the scripts/ directory
120 gemmlowp. Its usage is not mandatory at all and is only one
121 possible way that gemmlowp libraries and tests may be built. If
124 And you can get started with using Bazel to build gemmlowp targets
128 $ cd gemmlowp/.. # change to parent directory containing gemmlowp/
130 $ bazel build gemmlowp:all
179 $ bazel test gemmlowp:all
235 Contribution-related discussion is always welcome on the gemmlowp
240 communicate about it on the gemmlowp mailing list.