Searched refs:isSufficient (Results 1 – 14 of 14) sorted by relevance
72 bool isSufficient() const { in isSufficient() function76 bool& isSufficient() { in isSufficient() function
71 [](const OutputShape& shape) { return shape.isSufficient; })) in validateOutputShapesFromDriver()93 [](const OutputShape& shape) { return !shape.isSufficient; })) in validateOutputShapesFromDriver()543 return mOutputs[index].isSufficient() ? ANEURALNETWORKS_NO_ERROR in getOutputOperandDimensions()565 return mOutputs[index].isSufficient() ? ANEURALNETWORKS_NO_ERROR in getOutputOperandRank()1143 return {.dimensions = std::move(dimensions), .isSufficient = true}; in getInitialOutputShapes()1160 return (executionResultCode == ANEURALNETWORKS_NO_ERROR) && outputShape.isSufficient && in isZeroSizedTensor()1183 mOutputs[i].isSufficient() = outputShapes[i].isSufficient; in updateOutputShapes()1265 update->mainOutputInsufficient |= !(*to)[toIndex].isSufficient; in updateOutputShapes()1303 } else if (!from[i].isSufficient) { in updateOutputShapes()
190 const bool isSufficient = operandInfo.isSufficient; in deserialize() local213 outputShapes.push_back({/*.dimensions=*/dimensions, /*.isSufficient=*/isSufficient}); in deserialize()
140 info.isSufficient = operand.isSufficient; in serialize()
233 if (!info->isSufficient()) { in setInfoAndAllocateIfNeeded()1868 mOutputShapes[i].isSufficient = from.isSufficient(); in setOutputShapes()
111 V1_2::OutputShape shape = {.dimensions = {1}, .isSufficient = false}; in execute_1_2()133 V1_2::OutputShape shape = {.dimensions = {1}, .isSufficient = false}; in execute_1_3()150 V1_2::OutputShape shape = {.dimensions = {1}, .isSufficient = false}; in executeSynchronously()170 V1_2::OutputShape shape = {.dimensions = {1}, .isSufficient = false}; in executeSynchronously_1_3()
86 bool isSufficient() const { in isSufficient() function
354 outputShape.isSufficient = true; in executeSynchronouslyInternal()358 outputShape.isSufficient = false; in executeSynchronouslyInternal()
103 if (!outputShapes[i].isSufficient) { in updateDeviceMemories()
222 bool isSufficient = false; member
385 if (!outputShapes[i].isSufficient) { in updateDeviceMemories()
505 << ", .isSufficient=" << (outputShape.isSufficient ? "true" : "false") << "}"; in operator <<()
437 if (!outputShapes[i].isSufficient) { in updateDeviceMemories()
6897 bool isSufficient%{init_bool};