Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.cpp612 if (!mOutputsFullySpecified.has_value()) { in areOutputsFullySpecified()
613 mOutputsFullySpecified = true; in areOutputsFullySpecified()
619 mOutputsFullySpecified = false; in areOutputsFullySpecified()
624 return mOutputsFullySpecified.value(); in areOutputsFullySpecified()
DExecutionBuilder.h260 std::optional<bool> mOutputsFullySpecified; variable