Home
last modified time | relevance | path

Searched refs:has_dot_product_instructions (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/
Ddepthwiseconv_quantized_test.cc1079 const bool has_dot_product_instructions = cpu_flags.neon_dotprod; in TestOneNeonDot3x3() local
1082 !has_dot_product_instructions) { in TestOneNeonDot3x3()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Ddepthwise_conv.h1822 const bool has_dot_product_instructions = cpu_flags.neon_dotprod;
1825 if (has_dot_product_instructions) {