Update ops-related pbtxt files.
PiperOrigin-RevId: 341432816 Change-Id: Iac76b3fdc7c8a1de3b49255d628d0ded6750ffc8
This commit is contained in:
parent
55a311cb73
commit
8266d57ad7
54
tensorflow/core/ops/compat/ops_history_v2/RiscConv.pbtxt
Normal file
54
tensorflow/core/ops/compat/ops_history_v2/RiscConv.pbtxt
Normal 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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -41345,6 +41345,60 @@ op {
|
|||||||
is_aggregate: true
|
is_aggregate: true
|
||||||
is_commutative: 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 {
|
op {
|
||||||
name: "RngReadAndSkip"
|
name: "RngReadAndSkip"
|
||||||
input_arg {
|
input_arg {
|
||||||
|
Loading…
Reference in New Issue
Block a user