Skip to content

Commit

Permalink
fix: build break in onnx_extension
Browse files Browse the repository at this point in the history
  • Loading branch information
lokitoth committed Mar 1, 2024
1 parent d8d8bf5 commit b829909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rlclientlib/extensions/onnx/src/onnx_extension.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ int create_onnx_model(
<< "Output name is not provided in the configuration.";
}

RL_IGNORE_DEPRECATED_USAGE_START()
RL_IGNORE_DEPRECATED_USAGE_START
bool use_unstructured_input = config.get_bool(name::ONNX_USE_UNSTRUCTURED_INPUT, false);
RL_IGNORE_DEPRECATED_USAGE_END()
RL_IGNORE_DEPRECATED_USAGE_END

const char* input_serialization = config.get(name::INPUT_SERIALIZATION, value::TENSOR_NOTATION_INPUT_SERIALIZATION);

Expand Down

0 comments on commit b829909

Please sign in to comment.