Commit bb931fa2 authored by Khalique's avatar Khalique
Browse files

remove unused variable

parent 45e6421c
...@@ -591,7 +591,6 @@ struct tf_parser ...@@ -591,7 +591,6 @@ struct tf_parser
parse_mean(const std::string&, attribute_map attributes, std::vector<instruction_ref> args) parse_mean(const std::string&, attribute_map attributes, std::vector<instruction_ref> args)
{ {
bool keep_dims = attributes.at("keep_dims").b(); bool keep_dims = attributes.at("keep_dims").b();
auto lens = args[0]->get_shape().lens();
auto axes = args[1]->eval().get<int32_t>().to_vector<int64_t>(); auto axes = args[1]->eval().get<int32_t>().to_vector<int64_t>();
if(keep_dims) if(keep_dims)
......
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