Home
last modified time | relevance | path

Searched defs:gemmlowp (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/gemmlowp/doc/
H A Dless-than-8-bit.md18 ### The past
26 ### The present
46 ### The future
H A Dlow-precision.md21 ### The current flexible design with arbitrary "output pipelines".
52 ### The legacy low-precision paradigm
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/cmake/modules/gemmlowp/
H A DCMakeLists.txt16 project(gemmlowp CXX) project
72 add_library(gemmlowp INTERFACE) target
/aosp_15_r20/external/gemmlowp/test/
H A Dtest_allocator.cc18 namespace gemmlowp { namespace
H A Dtest_math_helpers.cc21 namespace gemmlowp { namespace
H A Dtest_blocking_counter.cc24 namespace gemmlowp { namespace
H A Dbenchmark.cc53 namespace gemmlowp { namespace
H A Dbenchmark_all_sizes.cc47 namespace gemmlowp { namespace
H A Dtest_fixedpoint.cc29 namespace gemmlowp { namespace
H A Dtest.cc33 namespace gemmlowp { namespace
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DGEMMLowp.cpp235 SimpleTensor<T1> gemmlowp(const SimpleTensor<T2> &a, const SimpleTensor<T3> &b, TensorShape shape_c) in gemmlowp() function
/aosp_15_r20/external/gemmlowp/eight_bit_int_gemm/
H A Deight_bit_int_gemm.cc43 namespace gemmlowp { namespace
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DGEMMLowpFixture.h125 FunctionType gemmlowp; variable