"src/vscode:/vscode.git/clone" did not exist on "91a3f020ffde8e1ac9b5534f16b75fd14bac7d71"
Commit 4ae58245 authored by Paul's avatar Paul
Browse files

Formatting

parent 2d666954
...@@ -311,7 +311,7 @@ struct tf_parser ...@@ -311,7 +311,7 @@ struct tf_parser
attribute_map attributes, attribute_map attributes,
const std::vector<instruction_ref>&) const std::vector<instruction_ref>&)
{ {
literal v = parse_tensor(attributes.at("value").tensor()); literal v = parse_tensor(attributes.at("value").tensor());
return prog.add_literal(v); return prog.add_literal(v);
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment