Searched refs:isSufficient (Results 1 – 8 of 8) sorted by relevance
67 bool isSufficient() const { in isSufficient() function71 bool& isSufficient() { in isSufficient() function
427 return mOutputs[index].isSufficient() ? ANEURALNETWORKS_NO_ERROR in getOutputOperandDimensions()449 return mOutputs[index].isSufficient() ? ANEURALNETWORKS_NO_ERROR in getOutputOperandRank()881 return {.dimensions = std::move(dimensions), .isSufficient = true}; in getInitialOutputShapes()911 mOutputs[i].isSufficient() = outputShapes[i].isSufficient; in updateOutputShapes()
189 const bool isSufficient = operandInfo.isSufficient; in deserialize() local211 outputShapes.push_back({/*.dimensions=*/dimensions, /*.isSufficient=*/isSufficient}); in deserialize()
137 info.isSufficient = operand.isSufficient; in serialize()
219 if (!info->isSufficient()) { in setInfoAndAllocateIfNeeded()1916 mOutputShapes[i].isSufficient = from.isSufficient(); in setOutputShapes()
104 OutputShape shape = {.dimensions = {1}, .isSufficient = false}; in execute_1_2()125 OutputShape shape = {.dimensions = {1}, .isSufficient = false}; in execute_1_3()141 OutputShape shape = {.dimensions = {1}, .isSufficient = false}; in executeSynchronously()160 OutputShape shape = {.dimensions = {1}, .isSufficient = false}; in executeSynchronously_1_3()
86 bool isSufficient() const { in isSufficient() function
437 if (!outputShapes[i].isSufficient) { in updateDeviceMemories()