Searched refs:check_shape_2 (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | types.h | 505 const RuntimeShape& check_shape_2) { in MatchingFlatSize() argument 511 return MatchingFlatSize(shape, check_shape_1, check_shape_2); in MatchingFlatSize() 517 const RuntimeShape& check_shape_2, in MatchingFlatSize() argument 524 return MatchingFlatSize(shape, check_shape_1, check_shape_2, check_shape_3); in MatchingFlatSize() 673 const RuntimeShape& check_shape_2) { in MatchingFlatSizeSkipDim() argument 680 return MatchingFlatSizeSkipDim(shape, skip_dim, check_shape_1, check_shape_2); in MatchingFlatSizeSkipDim() 686 const RuntimeShape& check_shape_2, in MatchingFlatSizeSkipDim() argument 694 return MatchingFlatSizeSkipDim(shape, skip_dim, check_shape_1, check_shape_2, in MatchingFlatSizeSkipDim()
|