Update ops-related pbtxt files.
PiperOrigin-RevId: 314778571 Change-Id: Ie3ca73b3acce801e63ef195c56cf0c71848a89ac
This commit is contained in:
parent
634a98e2b0
commit
6aefb2f428
tensorflow/core/ops
@ -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
|
||||
}
|
||||
|
@ -10853,6 +10853,13 @@ op {
|
||||
}
|
||||
}
|
||||
}
|
||||
attr {
|
||||
name: "circular_buffer_size"
|
||||
type: "int"
|
||||
default_value {
|
||||
i: 1000
|
||||
}
|
||||
}
|
||||
is_stateful: true
|
||||
}
|
||||
op {
|
||||
|
Loading…
Reference in New Issue
Block a user