Searched refs:dimCount (Results 1 – 4 of 4) sorted by relevance
41 int dimCount = dimensions != null ? dimensions.length : 0; in assertCanCreate() local42 if (dimCount != 2) { in assertCanCreate()43 throw new RuntimeException("Cannot access " + dimCount + "-dimensional Frame as a " in assertCanCreate()
311 bool tensorHasUnspecifiedDimensions(int type, const uint32_t* dim, uint32_t dimCount);
407 bool tensorHasUnspecifiedDimensions(int type, const uint32_t* dim, uint32_t dimCount) { in tensorHasUnspecifiedDimensions() argument412 return dimCount == 0 || std::find(dim, dim + dimCount, 0) != (dim + dimCount); in tensorHasUnspecifiedDimensions()
56 ANeuralNetworksOperandType getOpType(int32_t opcode, uint32_t dimCount = 0, in getOpType() argument59 .dimensionCount = dimCount, in getOpType()