Home
last modified time | relevance | path

Searched refs:dimCount (Results 1 – 4 of 4) 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
42 if (dimCount != 2) { in assertCanCreate()
43 throw new RuntimeException("Cannot access " + dimCount + "-dimensional Frame as a " in assertCanCreate()
/frameworks/ml/nn/common/include/
DUtils.h311 bool tensorHasUnspecifiedDimensions(int type, const uint32_t* dim, uint32_t dimCount);
/frameworks/ml/nn/common/
DUtils.cpp407 bool tensorHasUnspecifiedDimensions(int type, const uint32_t* dim, uint32_t dimCount) { in tensorHasUnspecifiedDimensions() argument
412 return dimCount == 0 || std::find(dim, dim + dimCount, 0) != (dim + dimCount); in tensorHasUnspecifiedDimensions()
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp56 ANeuralNetworksOperandType getOpType(int32_t opcode, uint32_t dimCount = 0, in getOpType() argument
59 .dimensionCount = dimCount, in getOpType()