Update ops-related pbtxt files.

PiperOrigin-RevId: 341432816
Change-Id: Iac76b3fdc7c8a1de3b49255d628d0ded6750ffc8
This commit is contained in:
A. Unique TensorFlower 2020-11-09 10:18:25 -08:00 committed by TensorFlower Gardener
parent 55a311cb73
commit 8266d57ad7
2 changed files with 108 additions and 0 deletions

View File

@ -0,0 +1,54 @@
op {
name: "RiscConv"
input_arg {
name: "input"
type_attr: "T"
}
input_arg {
name: "filter"
type_attr: "T"
}
output_arg {
name: "output"
type_attr: "T"
}
attr {
name: "T"
type: "type"
allowed_values {
list {
type: DT_FLOAT
type: DT_DOUBLE
}
}
}
attr {
name: "strides"
type: "list(int)"
}
attr {
name: "data_format"
type: "string"
default_value {
s: "NHWC"
}
allowed_values {
list {
s: "NHWC"
s: "NCHW"
}
}
}
attr {
name: "dilations"
type: "list(int)"
default_value {
list {
i: 1
i: 1
i: 1
i: 1
}
}
}
}

View File

@ -41345,6 +41345,60 @@ op {
is_aggregate: true
is_commutative: true
}
op {
name: "RiscConv"
input_arg {
name: "input"
type_attr: "T"
}
input_arg {
name: "filter"
type_attr: "T"
}
output_arg {
name: "output"
type_attr: "T"
}
attr {
name: "T"
type: "type"
allowed_values {
list {
type: DT_FLOAT
type: DT_DOUBLE
}
}
}
attr {
name: "strides"
type: "list(int)"
}
attr {
name: "data_format"
type: "string"
default_value {
s: "NHWC"
}
allowed_values {
list {
s: "NHWC"
s: "NCHW"
}
}
}
attr {
name: "dilations"
type: "list(int)"
default_value {
list {
i: 1
i: 1
i: 1
i: 1
}
}
}
}
op {
name: "RngReadAndSkip"
input_arg {