Skip to content

Commit cff20e9

Browse files
authored
Make all TF operations visible via the Ops API (#533)
Skip Risc and Estimator ops
1 parent 1ac423c commit cff20e9

File tree

1,786 files changed

+13326
-11018
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,786 files changed

+13326
-11018
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
op {
2+
visibility: VISIBLE
23
graph_op_name: "Abort"
34
}

tensorflow-core/tensorflow-core-api/src/api/api_def_Abs.pbtxt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
op {
2+
visibility: VISIBLE
23
graph_op_name: "Abs"
34
endpoint {
45
name: "math.Abs"

tensorflow-core/tensorflow-core-api/src/api/api_def_AccumulateNV2.pbtxt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
op {
2+
visibility: VISIBLE
23
graph_op_name: "AccumulateNV2"
34
endpoint {
45
name: "math.AccumulateN"

tensorflow-core/tensorflow-core-api/src/api/api_def_AccumulatorApplyGradient.pbtxt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
op {
2+
visibility: VISIBLE
23
graph_op_name: "AccumulatorApplyGradient"
34
endpoint {
45
name: "train.AccumulatorApplyGradient"

tensorflow-core/tensorflow-core-api/src/api/api_def_AccumulatorNumAccumulated.pbtxt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
op {
2+
visibility: VISIBLE
23
graph_op_name: "AccumulatorNumAccumulated"
34
endpoint {
45
name: "train.AccumulatorNumAccumulated"

tensorflow-core/tensorflow-core-api/src/api/api_def_AccumulatorSetGlobalStep.pbtxt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
op {
2+
visibility: VISIBLE
23
graph_op_name: "AccumulatorSetGlobalStep"
34
endpoint {
45
name: "train.AccumulatorSetGlobalStep"

tensorflow-core/tensorflow-core-api/src/api/api_def_AccumulatorTakeGradient.pbtxt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
op {
2+
visibility: VISIBLE
23
graph_op_name: "AccumulatorTakeGradient"
34
endpoint {
45
name: "train.AccumulatorTakeGradient"

tensorflow-core/tensorflow-core-api/src/api/api_def_Acos.pbtxt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
op {
2+
visibility: VISIBLE
23
graph_op_name: "Acos"
34
endpoint {
45
name: "math.Acos"

tensorflow-core/tensorflow-core-api/src/api/api_def_Acosh.pbtxt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
op {
2+
visibility: VISIBLE
23
graph_op_name: "Acosh"
34
endpoint {
45
name: "math.Acosh"

tensorflow-core/tensorflow-core-api/src/api/api_def_Add.pbtxt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
op {
2+
visibility: VISIBLE
23
graph_op_name: "Add"
34
endpoint {
45
name: "math.Add"

0 commit comments

Comments
 (0)