Searched refs:GetOutputTensorId (Results 1 – 2 of 2) sorted by relevance
92 for (const auto &id : node.GetOutputTensorId()) { in MemoryToPB()95 for (const auto &id : node.GetOutputTensorId()) { in MemoryToPB()
43 std::vector<uint64_t> GetOutputTensorId() const { return output_tensor_id_; } in GetOutputTensorId() function