Add SliceConfig.

cblas_new
hedaoyuan 8 years ago
parent 0973c2c97b
commit b9767aead4

@ -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 {

Loading…
Cancel
Save