Searched refs:ExtractInputsTensorName (Results 1 – 3 of 3) sorted by relevance
149 std::vector<std::string> ExtractInputsTensorName(const CNodePtr &node);
455 std::vector<std::string> inputs_tensor_name = ExtractInputsTensorName(cnode); in ConstructCostGraphNodesByUniqueId()569 std::vector<std::string> inputs_tensor_name = ExtractInputsTensorName(cnode); in ConstructCostGraphNodesByUniqueIdTC()
3188 std::vector<std::string> ExtractInputsTensorName(const CNodePtr &node) { in ExtractInputsTensorName() function