Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/
Dtypes.h468 const RuntimeShape& check_shape_1) { in MatchingFlatSize() argument
474 return MatchingFlatSize(shape, check_shape_1); in MatchingFlatSize()
479 const RuntimeShape& check_shape_1, in MatchingFlatSize() argument
486 return MatchingFlatSize(shape, check_shape_1, check_shape_2); in MatchingFlatSize()
491 const RuntimeShape& check_shape_1, in MatchingFlatSize() argument
499 return MatchingFlatSize(shape, check_shape_1, check_shape_2, check_shape_3); in MatchingFlatSize()
635 const RuntimeShape& check_shape_1) { in MatchingFlatSizeSkipDim() argument
642 return MatchingFlatSizeSkipDim(shape, skip_dim, check_shape_1); in MatchingFlatSizeSkipDim()
647 const RuntimeShape& check_shape_1, in MatchingFlatSizeSkipDim() argument
655 return MatchingFlatSizeSkipDim(shape, skip_dim, check_shape_1, check_shape_2); in MatchingFlatSizeSkipDim()
[all …]
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/
Dtypes.h452 const RuntimeShape& check_shape_1) { in MatchingFlatSize() argument
458 return MatchingFlatSize(shape, check_shape_1); in MatchingFlatSize()
463 const RuntimeShape& check_shape_1, in MatchingFlatSize() argument
470 return MatchingFlatSize(shape, check_shape_1, check_shape_2); in MatchingFlatSize()
475 const RuntimeShape& check_shape_1, in MatchingFlatSize() argument
483 return MatchingFlatSize(shape, check_shape_1, check_shape_2, check_shape_3); in MatchingFlatSize()
619 const RuntimeShape& check_shape_1) { in MatchingFlatSizeSkipDim() argument
626 return MatchingFlatSizeSkipDim(shape, skip_dim, check_shape_1); in MatchingFlatSizeSkipDim()
631 const RuntimeShape& check_shape_1, in MatchingFlatSizeSkipDim() argument
639 return MatchingFlatSizeSkipDim(shape, skip_dim, check_shape_1, check_shape_2); in MatchingFlatSizeSkipDim()
[all …]