Skip to content

Commit

Permalink
fix clang-tidy error introduced by #64382 (#65977)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #65977

Reviewed By: ngimel

Differential Revision: D31423174

Pulled By: malfet

fbshipit-source-id: 0ea560b9a6ddd6431f70bd3ac10ace68e26ab352
  • Loading branch information
garymm committed Oct 6, 2021
1 parent 9c2fa89 commit 41ca83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch/csrc/jit/python/python_ir.cpp
Expand Up @@ -263,7 +263,7 @@ void initPythonIRBindings(PyObject* module_) {
std::shared_ptr<::ONNX_NAMESPACE::ModelProto> model_proto;
RawDataExportMap export_map;
SymbolDimMap symbol_map;
bool val_use_external_data_format;
bool val_use_external_data_format = false;
std::tie(
model_proto,
export_map,
Expand Down

0 comments on commit 41ca83c

Please sign in to comment.