Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/micro/kernels/ceva/
Dtypes.h705 const RuntimeShape& check_shape_3) {
711 return MatchingFlatSize(shape, check_shape_1, check_shape_2, check_shape_3);
874 const RuntimeShape& check_shape_3) {
882 check_shape_3);
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtypes.h556 const RuntimeShape& check_shape_3) { in MatchingFlatSize() argument
562 return MatchingFlatSize(shape, check_shape_1, check_shape_2, check_shape_3); in MatchingFlatSize()
725 const RuntimeShape& check_shape_3) { in MatchingFlatSizeSkipDim() argument
733 check_shape_3); in MatchingFlatSizeSkipDim()