Home
last modified time | relevance | path

Searched refs:bodyOutputHasUnknownShape (Results 1 – 1 of 1) sorted by relevance

/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp1775 std::vector<bool> bodyOutputHasUnknownShape(bodySubgraph.outputIndexes.size()); in executeWhileOperation() local
1778 bodyOutputHasUnknownShape[i] = nonExtensionOperandSizeOfData(operand) == 0; in executeWhileOperation()
1827 if (bodyOutputHasUnknownShape[i]) { in executeWhileOperation()