Commit 4ae58245 authored by Paul's avatar Paul
Browse files

Formatting

parent 2d666954
......@@ -311,7 +311,7 @@ struct tf_parser
attribute_map attributes,
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);
}
......
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