Skip to content

Commit 1960957

Browse files
committed
bump onnx to v1.19.1
1 parent 2760083 commit 1960957

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Builder/FrontendDialectTransformer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1465,7 +1465,7 @@ class FrontendGenImpl {
14651465
try {
14661466
onnx::shape_inference::InferShapes(&graph, function_opset_map,
14671467
onnx::OpSchemaRegistry::Instance(),
1468-
/*options=*/{}, in_model_functions_);
1468+
/*options=*/onnx::ShapeInferenceOptions(), in_model_functions_);
14691469
} catch (const std::exception &e) {
14701470
llvm::errs() << "Warning: Caught exception running onnx shape inference "
14711471
"to populate graph.value_info: "

third_party/onnx

Submodule onnx updated 2765 files

0 commit comments

Comments
 (0)