Searched refs:check_shape_1 (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | types.h | 470 const RuntimeShape& check_shape_1) { in MatchingElementsSize() argument 473 const int size_3 = check_shape_1.FlatSize(); in MatchingElementsSize() 493 const RuntimeShape& check_shape_1) { in MatchingFlatSize() argument 499 return MatchingFlatSize(shape, check_shape_1); in MatchingFlatSize() 504 const RuntimeShape& check_shape_1, in MatchingFlatSize() argument 511 return MatchingFlatSize(shape, check_shape_1, check_shape_2); in MatchingFlatSize() 516 const RuntimeShape& check_shape_1, in MatchingFlatSize() argument 524 return MatchingFlatSize(shape, check_shape_1, check_shape_2, check_shape_3); in MatchingFlatSize() 660 const RuntimeShape& check_shape_1) { in MatchingFlatSizeSkipDim() argument 667 return MatchingFlatSizeSkipDim(shape, skip_dim, check_shape_1); in MatchingFlatSizeSkipDim() [all …]
|