Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.cpp573 if (!mOutputsFullySpecified.has_value()) { in areOutputsFullySpecified()
574 mOutputsFullySpecified = true; in areOutputsFullySpecified()
580 mOutputsFullySpecified = false; in areOutputsFullySpecified()
585 return mOutputsFullySpecified.value(); in areOutputsFullySpecified()
DExecutionBuilder.h241 std::optional<bool> mOutputsFullySpecified; variable