Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/
Ddepthwiseconv_quantized_test.cc168 case DepthwiseConvImplementation::kUseNeon3x3: { in DispatchDepthwiseConvImpl()
374 case DepthwiseConvImplementation::kUseNeon3x3: { in DispatchDepthwiseConvImpl()
1112 TestOneDepthwiseConv3x3Filter(DepthwiseConvImplementation::kUseNeon3x3, in TEST()
1120 TestOneDepthwiseConv3x3Filter(DepthwiseConvImplementation::kUseNeon3x3, in TEST()
1150 Values(DepthwiseConvImplementation::kUseNeon3x3), // forced_invocation
1165 Values(DepthwiseConvImplementation::kUseNeon3x3), // forced_invocation
1180 Values(DepthwiseConvImplementation::kUseNeon3x3), // forced_invocation
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Ddepthwiseconv_uint8.h37 kUseNeon3x3, // 3x3 kernel that uses NEON when available. enumerator