Home
last modified time | relevance | path

Searched defs:dimCount (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DFrameBuffer2D.java41 int dimCount = dimensions != null ? dimensions.length : 0; in assertCanCreate() local
/frameworks/ml/nn/common/
DUtils.cpp407 bool tensorHasUnspecifiedDimensions(int type, const uint32_t* dim, uint32_t dimCount) { in tensorHasUnspecifiedDimensions()
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp56 ANeuralNetworksOperandType getOpType(int32_t opcode, uint32_t dimCount = 0, in getOpType()