Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DMetaModel.cpp245 const std::set<uint32_t>& inputOperandIndexesOfCompliantOperations) const { in processOperations()
260 if (!inputOperandIndexesOfCompliantOperations.count(output)) { in processOperations()
317 if (!inputOperandIndexesOfCompliantOperations.count(origOperandIndex) && in processOperations()
412 std::set<uint32_t> inputOperandIndexesOfCompliantOperations; in makeSlice() local
419 if (inputOperandIndexesOfCompliantOperations.insert(input).second) { in makeSlice()
452 if (inputOperandIndexesOfCompliantOperations.count(origInputIndex)) { in makeSlice()
464 noncompliantOperations, inputOperandIndexesOfCompliantOperations); in makeSlice()
/packages/modules/NeuralNetworks/common/include/
DMetaModel.h128 const std::set<uint32_t>& inputOperandIndexesOfCompliantOperations) const;