"examples/vscode:/vscode.git/clone" did not exist on "5623dbf32952bd7842d3d9c5cf12a8e97e2b1fab"
-
Umang Yadav authored
Bug 1: create_literal was using back_inserter to copy vector with already allocated size, causing double the size of literal. Fix 1 : not use back_inserter Bug 2: Input param to model can be from operation that has multiple output, in that case name of the input param would contain : e.g. input_1:0 Fix 2: Look for : and take substring
4d59b7c7