Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/
DCpuExecutor.cpp1823 std::vector<bool> bodyOutputHasUnknownShape(bodySubgraph.outputIndexes.size()); in executeWhileOperation() local
1826 bodyOutputHasUnknownShape[i] = nonExtensionOperandSizeOfData(operand) == 0; in executeWhileOperation()
1875 if (bodyOutputHasUnknownShape[i]) { in executeWhileOperation()