

Code: Select all
/var/tmp/portage/sci-libs/onnxruntime-1.19.2/work/onnxruntime-1.19.2/onnxruntime/core/graph/graph.cc:1255:58: error: ‘class google::protobuf::RepeatedPtrField<onnx::SparseTensorProto>’ has no member named ‘ReleaseCleared’
1255 | delete graph_proto_->mutable_sparse_initializer()->ReleaseCleared();
| ^~~~~~~~~~~~~~
/var/tmp/portage/sci-libs/onnxruntime-1.19.2/work/onnxruntime-1.19.2/onnxruntime/core/graph/graph.cc: In member function ‘void onnxruntime::Graph::CleanAllInitializedTensors()’:
/var/tmp/portage/sci-libs/onnxruntime-1.19.2/work/onnxruntime-1.19.2/onnxruntime/core/graph/graph.cc:3607:49: error: ‘class google::protobuf::RepeatedPtrField<onnx::TensorProto>’ has no member named ‘ReleaseCleared’
3607 | delete graph_proto_->mutable_initializer()->ReleaseCleared();
| ^~~~~~~~~~~~~~


