Home
last modified time | relevance | path

Searched refs:kIsNchwOffset (Results 1 – 4 of 4) sorted by relevance

/packages/modules/NeuralNetworks/runtime/operation_converters/
DDepthwiseConv2DOperationConverter.h37 static constexpr int kIsNchwOffset = 4; variable
DConv2DOperationConverter.h46 static constexpr int kIsNchwOffset = 3; variable
DDepthwiseConv2DOperationConverter.cpp85 int isNchwIdx = baseOptionsIdx + kIsNchwOffset; in convert()
DConv2DOperationConverter.cpp199 int isNchwIdx = baseOptionsIdx + kIsNchwOffset; in convert()