提交 b9767aea 编写于 作者: H hedaoyuan

Add SliceConfig.

上级 0973c2c9
......@@ -198,6 +198,11 @@ message RowConvConfig {
required uint32 context_length = 1;
}
message SliceConfig {
required uint32 start = 1;
required uint32 end = 2;
}
message ProjectionConfig {
required string type = 1;
required string name = 2;
......@@ -218,6 +223,9 @@ message ProjectionConfig {
// For pool
optional PoolConfig pool_conf = 12;
// For slice
repeated SliceConfig slice = 13;
}
message OperatorConfig {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册