Searched refs:check_shape_0 (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | types.h | 499 const RuntimeShape& check_shape_0) { in MatchingElementsSize() argument 501 const int size_2 = check_shape_0.FlatSize(); in MatchingElementsSize() 507 const RuntimeShape& check_shape_0, in MatchingElementsSize() argument 510 const int size_2 = check_shape_0.FlatSize(); in MatchingElementsSize() 520 const RuntimeShape& check_shape_0) { in MatchingFlatSize() argument 521 TFLITE_DCHECK_EQ(shape.DimensionsCount(), check_shape_0.DimensionsCount()); in MatchingFlatSize() 524 TFLITE_DCHECK_EQ(shape.Dims(i), check_shape_0.Dims(i)); in MatchingFlatSize() 530 const RuntimeShape& check_shape_0, in MatchingFlatSize() argument 532 TFLITE_DCHECK_EQ(shape.DimensionsCount(), check_shape_0.DimensionsCount()); in MatchingFlatSize() 535 TFLITE_DCHECK_EQ(shape.Dims(i), check_shape_0.Dims(i)); in MatchingFlatSize() [all …]
|
/external/tensorflow/tensorflow/lite/micro/kernels/ceva/ |
D | types.h | 648 const RuntimeShape& check_shape_0) { 650 const int size_2 = check_shape_0.FlatSize(); 656 const RuntimeShape& check_shape_0, 659 const int size_2 = check_shape_0.FlatSize(); 669 const RuntimeShape& check_shape_0) { 670 TFLITE_DCHECK_EQ(shape.DimensionsCount(), check_shape_0.DimensionsCount()); 673 TFLITE_DCHECK_EQ(shape.Dims(i), check_shape_0.Dims(i)); 679 const RuntimeShape& check_shape_0, 681 TFLITE_DCHECK_EQ(shape.DimensionsCount(), check_shape_0.DimensionsCount()); 684 TFLITE_DCHECK_EQ(shape.Dims(i), check_shape_0.Dims(i)); [all …]
|