Home
last modified time | relevance | path

Searched refs:USE_NEON (Results 1 – 25 of 27) sorted by relevance

12

/external/tensorflow/tensorflow/lite/kernels/internal/
Dtensor_utils.cc18 #ifndef USE_NEON
20 #define USE_NEON macro
24 #ifdef USE_NEON
Dcommon.h24 #ifndef USE_NEON
26 #define USE_NEON macro
31 #define USE_NEON macro
Ddepthwiseconv_quantized_test.cc221 #if defined(USE_NEON) in DispatchDepthwiseConv()
799 #if defined(USE_NEON)
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dtensor_utils_impl.h26 #ifndef USE_NEON
28 #define USE_NEON macro
Dcpu_check.h32 #elif defined USE_NEON || defined __ARM_NEON
Doptimized_ops.h193 #ifdef USE_NEON in AddBiasAndEvalActivationFunction()
815 #ifdef USE_NEON
1190 #ifdef USE_NEON in FullyConnected()
1322 #if defined USE_NEON in ShuffledFullyConnectedWorkerImpl()
1671 #ifdef USE_NEON in ShuffledFullyConnected()
1686 #ifdef USE_NEON in ShuffledFullyConnected()
1787 #ifdef USE_NEON in MeanImpl()
1802 #ifdef USE_NEON in MeanImpl()
2440 #ifdef USE_NEON in Conv()
2631 #ifdef USE_NEON in Add()
[all …]
Ddepthwiseconv_float.h30 #ifdef USE_NEON
950 #ifdef USE_NEON
1031 #ifdef USE_NEON
Ddepthwiseconv_uint8.h34 #ifdef USE_NEON
1592 #ifdef USE_NEON
1689 #ifdef USE_NEON
1719 #ifdef USE_NEON
1808 #ifdef USE_NEON
Dneon_tensor_utils.cc31 #ifdef USE_NEON
Ddepthwiseconv_uint8_3x3_filter.h37 #ifdef USE_NEON
203 #ifdef USE_NEON
265 #ifdef USE_NEON
413 #ifdef USE_NEON
3756 #if defined(USE_NEON) && defined(__aarch64__)
/external/tensorflow/tensorflow/core/kernels/
Dquantized_mul_op.cc21 #define USE_NEON macro
47 #ifdef USE_NEON
122 #ifdef USE_NEON
200 #ifdef USE_NEON
Dquantized_instance_norm.cc19 #define USE_NEON macro
31 #ifdef USE_NEON
323 #ifdef USE_NEON in Compute()
Dquantized_add_op.cc21 #define USE_NEON macro
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Dcpu_check.h32 #elif defined USE_NEON || defined __ARM_NEON
Doptimized_ops.h288 #ifdef USE_NEON in AddBiasAndEvalActivationFunction()
960 #ifdef USE_NEON
1173 #ifdef USE_NEON in FullyConnected()
1378 #if defined USE_NEON in ShuffledFullyConnectedWorkerImpl()
1727 #ifdef USE_NEON in ShuffledFullyConnected()
1742 #ifdef USE_NEON in ShuffledFullyConnected()
2848 #ifdef USE_NEON in Add()
2904 #ifdef USE_NEON in AddElementwise()
3131 #ifdef USE_NEON in Mul()
3288 #ifdef USE_NEON in MulElementwise()
[all …]
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/
Dcommon.h24 #ifndef USE_NEON
26 #define USE_NEON macro
/external/tensorflow/tensorflow/core/kernels/neon/
Ddepthwiseconv_float.h22 #define USE_NEON macro
34 #ifdef USE_NEON
617 #ifdef USE_NEON
663 #ifdef USE_NEON
/external/tensorflow/tensorflow/lite/kernels/
Dresize_bilinear.cc148 #ifdef USE_NEON in Register_RESIZE_BILINEAR()
Dresize_nearest_neighbor.cc149 #ifdef USE_NEON in Register_RESIZE_NEAREST_NEIGHBOR()
Ddiv.cc170 #ifdef USE_NEON in Register_DIV()
Dmul.cc292 #ifdef USE_NEON in Register_MUL()
Dadd.cc344 #ifdef USE_NEON in Register_ADD()
Ddepthwise_conv.cc354 #ifdef USE_NEON in Register_DEPTHWISE_CONV_2D()
Dsub.cc389 #ifdef USE_NEON in Register_SUB()
/external/tensorflow/tensorflow/lite/experimental/micro/
DREADME.md693 #ifndef USE_NEON
695 #define USE_NEON
702 included by kernel.h if `USE_NEON` is defined. As a third variation, kernels are
714 it was where USE_NEON was defined!

12