Searched refs:getInputMap (Results 1 – 4 of 4) sorted by relevance
154 virtual const std::unordered_map<int, InputDesc> &getInputMap() = 0;
186 const std::unordered_map<int, InputDesc> &getInputMap() override { return input_map_; } in getInputMap() function
1916 auto input_map = adpt->getInputMap(); in DrawCNode()
108 auto &input_map = adapter->getInputMap(); in SetInputsForSingleOpGraph()