Home
last modified time | relevance | path

Searched defs:heightIndex (Results 1 – 5 of 5) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
DConvolutions.cpp45 int heightIndex = useNchw ? 2 : 1; in conv2DExplicitConstructor() local
97 int heightIndex = useNchw ? 2 : 1; in conv2DImplicitConstructor() local
284 int heightIndex = useNchw ? 2 : 1; in depthwiseConv2DExplicitConstructor() local
337 int heightIndex = useNchw ? 2 : 1; in depthwiseConv2DImplicitConstructor() local
529 int heightIndex = useNchw ? 2 : 1; in groupedConv2DExplicitConstructor() local
581 int heightIndex = useNchw ? 2 : 1; in groupedConv2DImplicitConstructor() local
683 int heightIndex = useNchw ? 2 : 1; in transposeConv2DExplicitConstructor() local
727 int heightIndex = useNchw ? 2 : 1; in transposeConv2DImplicitConstructor() local
DPoolings.cpp38 int heightIndex = useNchw ? 2 : 1; in poolingExplicitOpConstructor() local
77 int heightIndex = useNchw ? 2 : 1; in poolingImplicitOpConstructor() local
DReshape.cpp31 int heightIndex = useNchw ? 2 : 1; in spaceToDepthConstructor() local
86 int heightIndex = useNchw ? 2 : 1; in depthToSpaceConstructor() local
174 int heightIndex = useNchw ? 2 : 1; in batchToSpaceConstructor() local
232 int heightIndex = useNchw ? 2 : 1; in spaceToBatchConstructor() local
DResize.cpp28 int heightIndex = useNchw ? 2 : 1; in resizeOpConstructor() local
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/data/
DExternalDbFacadeTest.java1230 int heightIndex = cursor.getColumnIndex(CloudMediaProviderContract.MediaColumns.HEIGHT); in assertMediaColumns() local