8000 Update ops-related pbtxt files. · linux-on-ibm-z/tensorflow@1e392a4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e392a4

Browse files
Update ops-related pbtxt files.
PiperOrigin-RevId: 731068451
1 parent fcedb3c commit 1e392a4

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
op {
2+
name: "TPUDummyInput"
3+
output_arg {
4+
name: "output"
5+
type_attr: "dtype"
6+
}
7+
attr {
8+
name: "dtype"
9+
type: "type"
10+
allowed_values {
11+
list {
12+
type: DT_FLOAT
13+
type: DT_BFLOAT16
14+
}
15+
}
16+
}
17+
attr {
18+
name: "shape"
19+
type: "shape"
20+
}
21+
is_stateful: true
22+
}

tensorflow/core/ops/ops.pbtxt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60739,6 +60739,28 @@ op {
6073960739
}
6074060740
is_stateful: true
6074160741
}
60742+
op {
60743+
name: "TPUDummyInput"
60744+
output_arg {
60745+
name: "output"
60746+
type_attr: "dtype"
60747+
}
60748+
attr {
60749+
name: "dtype"
60750+
type: "type"
60751+
allowed_values {
60752+
list {
60753+
type: DT_FLOAT
60754+
type: DT_BFLOAT16
60755+
}
60756+
}
60757+
}
60758+
attr {
60759+
name: "shape"
60760+
type: "shape"
60761+
}
60762+
is_stateful: true
60763+
}
6074260764
op {
6074360765
name: "TPUEmbeddingActivations"
6074460766
input_arg {

0 commit comments

Comments
 (0)
0