Home
last modified time | relevance | path

Searched defs:widthIndex (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
H A DConvolutions.cpp46 int widthIndex = useNchw ? 3 : 2; in conv2DExplicitConstructor() local
98 int widthIndex = useNchw ? 3 : 2; in conv2DImplicitConstructor() local
285 int widthIndex = useNchw ? 3 : 2; in depthwiseConv2DExplicitConstructor() local
338 int widthIndex = useNchw ? 3 : 2; in depthwiseConv2DImplicitConstructor() local
530 int widthIndex = useNchw ? 3 : 2; in groupedConv2DExplicitConstructor() local
582 int widthIndex = useNchw ? 3 : 2; in groupedConv2DImplicitConstructor() local
684 int widthIndex = useNchw ? 3 : 2; in transposeConv2DExplicitConstructor() local
728 int widthIndex = useNchw ? 3 : 2; in transposeConv2DImplicitConstructor() local
H A DPoolings.cpp39 int widthIndex = useNchw ? 3 : 2; in poolingExplicitOpConstructor() local
78 int widthIndex = useNchw ? 3 : 2; in poolingImplicitOpConstructor() local
H A DReshape.cpp32 int widthIndex = useNchw ? 3 : 2; in spaceToDepthConstructor() local
87 int widthIndex = useNchw ? 3 : 2; in depthToSpaceConstructor() local
175 int widthIndex = useNchw ? 3 : 2; in batchToSpaceConstructor() local
233 int widthIndex = useNchw ? 3 : 2; in spaceToBatchConstructor() local
H A DResize.cpp29 int widthIndex = useNchw ? 3 : 2; in resizeOpConstructor() local