Browse Source

!1416 modified insert_op.proto

From: @li-lei0106
Reviewed-by: @xchu42,@wqtshg
Signed-off-by: @wqtshg
tags/v1.3.0
mindspore-ci-bot Gitee 3 years ago
parent
commit
7873ffaf25
7 changed files with 7 additions and 2 deletions
  1. +1
    -0
      ge/client/proto/insert_op.proto
  2. +1
    -0
      ge/common/proto/insert_op.proto
  3. +1
    -0
      ge/executor/proto/insert_op.proto
  4. +1
    -0
      ge/offline/proto/insert_op.proto
  5. +1
    -0
      ge/proto/insert_op.proto
  6. +1
    -1
      metadef
  7. +1
    -1
      parser

+ 1
- 0
ge/client/proto/insert_op.proto View File

@@ -88,6 +88,7 @@ message AippOpParams {
int32 right_padding_size = 69;
int32 top_padding_size = 70;
int32 bottom_padding_size = 71;
float padding_value = 72;

int32 mean_chn_0 = 10;
int32 mean_chn_1 = 11;


+ 1
- 0
ge/common/proto/insert_op.proto View File

@@ -88,6 +88,7 @@ message AippOpParams {
int32 right_padding_size = 69;
int32 top_padding_size = 70;
int32 bottom_padding_size = 71;
float padding_value = 72;

int32 mean_chn_0 = 10;
int32 mean_chn_1 = 11;


+ 1
- 0
ge/executor/proto/insert_op.proto View File

@@ -88,6 +88,7 @@ message AippOpParams {
int32 right_padding_size = 69;
int32 top_padding_size = 70;
int32 bottom_padding_size = 71;
float padding_value = 72;

int32 mean_chn_0 = 10;
int32 mean_chn_1 = 11;


+ 1
- 0
ge/offline/proto/insert_op.proto View File

@@ -88,6 +88,7 @@ message AippOpParams {
int32 right_padding_size = 69;
int32 top_padding_size = 70;
int32 bottom_padding_size = 71;
float padding_value = 72;

int32 mean_chn_0 = 10;
int32 mean_chn_1 = 11;


+ 1
- 0
ge/proto/insert_op.proto View File

@@ -88,6 +88,7 @@ message AippOpParams {
int32 right_padding_size = 69;
int32 top_padding_size = 70;
int32 bottom_padding_size = 71;
float padding_value = 72;

int32 mean_chn_0 = 10;
int32 mean_chn_1 = 11;


+ 1
- 1
metadef

@@ -1 +1 @@
Subproject commit 4ff5e3987f2e5d2980019defacaf0891861c84fc
Subproject commit 620e9b9ac3210db3e4cf47babfb23d248bb9f17e

+ 1
- 1
parser

@@ -1 +1 @@
Subproject commit 51fb6c4850906e8342598d47eccfca0b87ffea59
Subproject commit d744541c6ca7f6966c1befacc9f83f53b0829e0a

Loading…
Cancel
Save