Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/
Dtypes.h461 const RuntimeShape& check_shape_0) { in MatchingElementsSize() argument
463 const int size_2 = check_shape_0.FlatSize(); in MatchingElementsSize()
469 const RuntimeShape& check_shape_0, in MatchingElementsSize() argument
472 const int size_2 = check_shape_0.FlatSize(); in MatchingElementsSize()
482 const RuntimeShape& check_shape_0) { in MatchingFlatSize() argument
483 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() argument
494 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 …]