Update ops-related pbtxt files.

PiperOrigin-RevId: 314778571
Change-Id: Ie3ca73b3acce801e63ef195c56cf0c71848a89ac
This commit is contained in:
A. Unique TensorFlower 2020-06-04 12:15:47 -07:00 committed by TensorFlower Gardener
parent 634a98e2b0
commit 6aefb2f428
2 changed files with 66 additions and 0 deletions
tensorflow/core/ops
compat/ops_history_v2
ops.pbtxt

View File

@ -50,3 +50,62 @@ op {
}
is_stateful: true
}
op {
name: "DebugIdentityV2"
input_arg {
name: "input"
type_attr: "T"
}
output_arg {
name: "output"
type_attr: "T"
}
attr {
name: "T"
type: "type"
}
attr {
name: "tfdbg_context_id"
type: "string"
default_value {
s: ""
}
}
attr {
name: "op_name"
type: "string"
default_value {
s: ""
}
}
attr {
name: "output_slot"
type: "int"
default_value {
i: -1
}
}
attr {
name: "tensor_debug_mode"
type: "int"
default_value {
i: -1
}
}
attr {
name: "debug_urls"
type: "list(string)"
default_value {
list {
}
}
}
attr {
name: "circular_buffer_size"
type: "int"
default_value {
i: 1000
}
}
is_stateful: true
}

View File

@ -10853,6 +10853,13 @@ op {
}
}
}
attr {
name: "circular_buffer_size"
type: "int"
default_value {
i: 1000
}
}
is_stateful: true
}
op {