Searched refs:padTop (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestValidateOperations.cpp | 1840 ANeuralNetworksOperandType padTop = scalar; in poolingOpTest() local 1849 {input, padLeft, padRight, padTop, padBottom, strideWidth, in poolingOpTest() 1869 {input, padLeft, padRight, padTop, padBottom, strideWidth, strideHeight, filterWidth, in poolingOpTest() 2131 ANeuralNetworksOperandType padTop = scalar; in convOpTest() local 2140 {input, filter, bias, padLeft, padRight, padTop, padBottom, in convOpTest() 2166 {input, filter, bias, padLeft, padRight, padTop, padBottom, strideWidth, strideHeight, in convOpTest() 2185 {input, filter, bias, padLeft, padRight, padTop, padBottom, strideWidth, strideHeight, in convOpTest() 2266 ANeuralNetworksOperandType padTop = scalar; in depthwiseConvOpTest() local 2275 {input, filter, bias, padLeft, padRight, padTop, padBottom, strideWidth, strideHeight, in depthwiseConvOpTest() 2301 {input, filter, bias, padLeft, padRight, padTop, padBottom, strideWidth, strideHeight, in depthwiseConvOpTest() [all …]
|