|
ONE - On-device Neural Engine
|
Go to the source code of this file.
Functions | |
| template<typename ArrayType1 , typename ArrayType2 > | |
| int | MatchingArraySize (const ArrayType1 &array1, int index1, const ArrayType2 &array2, int index2) |
| template<typename ArrayType1 , typename ArrayType2 , typename... Args> | |
| int | MatchingArraySize (const ArrayType1 &array1, int index1, const ArrayType2 &array2, int index2, Args... args) |
| int MatchingArraySize | ( | const ArrayType1 & | array1, |
| int | index1, | ||
| const ArrayType2 & | array2, | ||
| int | index2 | ||
| ) |
Definition at line 31 of file Array.h.
References ArraySize(), and DCHECK_EQ.
Referenced by Add(), AveragePool(), Concatenation(), optimized_ops::DepthwiseConv(), Div(), Im2col(), MatchingArraySize(), MaxPool(), Mul(), Softmax(), and Sub().
| int MatchingArraySize | ( | const ArrayType1 & | array1, |
| int | index1, | ||
| const ArrayType2 & | array2, | ||
| int | index2, | ||
| Args... | args | ||
| ) |
Definition at line 39 of file Array.h.
References ArraySize(), DCHECK_EQ, and MatchingArraySize().