Searched refs:padRight (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestValidateOperations.cpp | 1840 ANeuralNetworksOperandType padRight = scalar; in poolingOpTest() local 1850 {input, padLeft, padRight, padTop, padBottom, strideWidth, in poolingOpTest() 1870 {input, padLeft, padRight, padTop, padBottom, strideWidth, strideHeight, filterWidth, in poolingOpTest() 2131 ANeuralNetworksOperandType padRight = scalar; in convOpTest() local 2141 {input, filter, bias, padLeft, padRight, padTop, padBottom, in convOpTest() 2167 {input, filter, bias, padLeft, padRight, padTop, padBottom, strideWidth, strideHeight, in convOpTest() 2186 {input, filter, bias, padLeft, padRight, padTop, padBottom, strideWidth, strideHeight, in convOpTest() 2266 ANeuralNetworksOperandType padRight = scalar; in depthwiseConvOpTest() local 2276 {input, filter, bias, padLeft, padRight, padTop, padBottom, strideWidth, strideHeight, in depthwiseConvOpTest() 2302 {input, filter, bias, padLeft, padRight, padTop, padBottom, strideWidth, strideHeight, in depthwiseConvOpTest() [all …]
|