Searched refs:check_shape_0 (Results 1 – 1 of 1) sorted by relevance
461 const RuntimeShape& check_shape_0) { in MatchingElementsSize() argument463 const int size_2 = check_shape_0.FlatSize(); in MatchingElementsSize()469 const RuntimeShape& check_shape_0, in MatchingElementsSize() argument472 const int size_2 = check_shape_0.FlatSize(); in MatchingElementsSize()482 const RuntimeShape& check_shape_0) { in MatchingFlatSize() argument483 TFLITE_DCHECK_EQ(shape.DimensionsCount(), check_shape_0.DimensionsCount()); in MatchingFlatSize()486 TFLITE_DCHECK_EQ(shape.Dims(i), check_shape_0.Dims(i)); in MatchingFlatSize()492 const RuntimeShape& check_shape_0, in MatchingFlatSize() argument494 TFLITE_DCHECK_EQ(shape.DimensionsCount(), check_shape_0.DimensionsCount()); in MatchingFlatSize()497 TFLITE_DCHECK_EQ(shape.Dims(i), check_shape_0.Dims(i)); in MatchingFlatSize()[all …]