"docs/en_US/vscode:/vscode.git/clone" did not exist on "f5caa19316a2337eeec6ed2dd304b86506ce22a4"
Commit e20d1399 authored by Khalique's avatar Khalique
Browse files

formatting

parent d1efd555
......@@ -695,8 +695,10 @@ 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),
[](tensorflow::TensorShapeProto_Dim dim) { return dim.size(); });
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