Searched refs:kUseIntrinsics3x3DotProduct (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | depthwiseconv_quantized_test.cc | 295 case DepthwiseConvImplementation::kUseIntrinsics3x3DotProduct: { in DispatchDepthwiseConvImpl() 309 DepthwiseConvImplementation::kUseIntrinsics3x3DotProduct, in DispatchDepthwiseConvImpl() 452 case DepthwiseConvImplementation::kUseIntrinsics3x3DotProduct: { in DispatchDepthwiseConvImpl() 468 DepthwiseConvImplementation::kUseIntrinsics3x3DotProduct, in DispatchDepthwiseConvImpl() 1267 kUseIntrinsics3x3DotProduct), // forced_invocation 1287 kUseIntrinsics3x3DotProduct), // forced_invocation
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | depthwiseconv_uint8.h | 44 kUseIntrinsics3x3DotProduct, // 3x3 kernel using NEON intrinsics. enumerator
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | depthwiseconv_uint8_transitional.h | 291 struct ProcessPerDepth<DepthwiseConvImplementation::kUseIntrinsics3x3DotProduct, 1248 struct PackMacroBlock<DepthwiseConvImplementation::kUseIntrinsics3x3DotProduct, 1470 struct PackMacroBlock<DepthwiseConvImplementation::kUseIntrinsics3x3DotProduct, 1886 struct PackMacroBlock<DepthwiseConvImplementation::kUseIntrinsics3x3DotProduct, 2268 struct PackMacroBlock<DepthwiseConvImplementation::kUseIntrinsics3x3DotProduct, 3234 DepthwiseConvImplementation::kUseIntrinsics3x3DotProduct, 3886 DepthwiseConvImplementation::kUseIntrinsics3x3DotProduct, 4338 DepthwiseConvImplementation::kUseIntrinsics3x3DotProduct, 5012 DepthwiseConvImplementation::kUseIntrinsics3x3DotProduct, 5559 DepthwiseConvImplementation::kUseIntrinsics3x3DotProduct, [all …]
|