Searched refs:m_NumInputSlots (Results 1 – 4 of 4) sorted by relevance
18 …: LayerWithParameters(param.m_NumInputSlots, param.m_NumOutputSlots, LayerType::PreCompiled, param… in PreCompiledLayer()
26 size_t m_NumInputSlots = 0; member167 …HECK(substitutableSubgraphInputSlots.size() == expectedSubstitutableSubgraphSize.m_NumInputSlots); in CheckSubstitution()175 CHECK(replacementSubgraphInputSlots.size() == expectedReplacementSubgraphSize.m_NumInputSlots); in CheckSubstitution()202 CHECK(failedSubgraphInputSlots.size() == expectedFailedSubgraphSize.m_NumInputSlots); in CheckFailedSubgraph()222 CHECK(untouchedSubgraphInputSlots.size() == expectedUntouchedSubgraphSize.m_NumInputSlots); in CheckUntouchedSubgraph()
1337 : m_NumInputSlots(numInputSlots), m_NumOutputSlots(numOutputSlots) in PreCompiledDescriptor()1342 unsigned int m_NumInputSlots; member
317 fn("NumInputSlots", std::to_string(desc.m_NumInputSlots)); in Serialize()