Searched defs:dimCount (Results 1 – 3 of 3) sorted by relevance
41 int dimCount = dimensions != null ? dimensions.length : 0; in assertCanCreate() local
407 bool tensorHasUnspecifiedDimensions(int type, const uint32_t* dim, uint32_t dimCount) { in tensorHasUnspecifiedDimensions()
56 ANeuralNetworksOperandType getOpType(int32_t opcode, uint32_t dimCount = 0, in getOpType()