Skip to content

Commit

Permalink
Add same input/output bstate buffer option
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabrizian committed Oct 31, 2023
1 parent cf617c9 commit 35e384a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions protobuf/model_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1382,6 +1382,13 @@ message ModelSequenceBatching
//@@ The optional field to specify the initial state for the model.
//@@
repeated InitialState initial_state = 5;

//@@ .. cpp:var:: bool use_single_buffer
//@@
//@@ The optional field to use a single buffer for both input and output state.
//@@ The default value is false.
//@@
bool use_single_buffer = 6;
}

//@@ .. cpp:var:: message StrategyDirect
Expand Down

0 comments on commit 35e384a

Please sign in to comment.