"libai/config/arguments.py" did not exist on "478602ba59c0bfe7ab9a094b9f1b7b33cfeecba4"
Commit e20d1399 authored by Khalique's avatar Khalique
Browse files

formatting

parent d1efd555
......@@ -695,7 +695,9 @@ struct tf_parser
{
std::vector<size_t> dims;
auto input_dims = s.dim();
std::transform(input_dims.begin(), input_dims.end(), std::back_inserter(dims),
std::transform(input_dims.begin(),
input_dims.end(),
std::back_inserter(dims),
[](tensorflow::TensorShapeProto_Dim dim) { return dim.size(); });
return 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