Searched refs:check_shape_2 (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/ |
D | types.h | 464 const RuntimeShape& check_shape_2) { in MatchingFlatSize() argument 470 return MatchingFlatSize(shape, check_shape_1, check_shape_2); in MatchingFlatSize() 476 const RuntimeShape& check_shape_2, in MatchingFlatSize() argument 483 return MatchingFlatSize(shape, check_shape_1, check_shape_2, check_shape_3); in MatchingFlatSize() 632 const RuntimeShape& check_shape_2) { in MatchingFlatSizeSkipDim() argument 639 return MatchingFlatSizeSkipDim(shape, skip_dim, check_shape_1, check_shape_2); in MatchingFlatSizeSkipDim() 645 const RuntimeShape& check_shape_2, in MatchingFlatSizeSkipDim() argument 653 return MatchingFlatSizeSkipDim(shape, skip_dim, check_shape_1, check_shape_2, in MatchingFlatSizeSkipDim()
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | types.h | 480 const RuntimeShape& check_shape_2) { in MatchingFlatSize() argument 486 return MatchingFlatSize(shape, check_shape_1, check_shape_2); in MatchingFlatSize() 492 const RuntimeShape& check_shape_2, in MatchingFlatSize() argument 499 return MatchingFlatSize(shape, check_shape_1, check_shape_2, check_shape_3); in MatchingFlatSize() 648 const RuntimeShape& check_shape_2) { in MatchingFlatSizeSkipDim() argument 655 return MatchingFlatSizeSkipDim(shape, skip_dim, check_shape_1, check_shape_2); in MatchingFlatSizeSkipDim() 661 const RuntimeShape& check_shape_2, in MatchingFlatSizeSkipDim() argument 669 return MatchingFlatSizeSkipDim(shape, skip_dim, check_shape_1, check_shape_2, in MatchingFlatSizeSkipDim()
|