Skip to content

Commit

Permalink
Show TensorFlow control dependencies (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Feb 1, 2019
1 parent bd94675 commit 52afd67
Show file tree
Hide file tree
Showing 9 changed files with 200 additions and 289 deletions.
2 changes: 1 addition & 1 deletion src/caffe2-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@
{
"name": "SpatialBN",
"schema": {
"attributes ": [
"attributes": [
{
"default": 0,
"description": "If set to nonzero, run spatial batch normalization in test mode.",
Expand Down
4 changes: 0 additions & 4 deletions src/keras.js
Original file line number Diff line number Diff line change
Expand Up @@ -660,10 +660,6 @@ keras.Node = class {
return this._attributes;
}

get dependencies() {
return [];
}

get inner() {
return this._inner;
}
Expand Down
4 changes: 0 additions & 4 deletions src/onnx.js
Original file line number Diff line number Diff line change
Expand Up @@ -531,10 +531,6 @@ onnx.Node = class {
get outputs() {
return this._outputs;
}

get dependencies() {
return [];
}
};

onnx.Attribute = class {
Expand Down
4 changes: 4 additions & 0 deletions src/tf-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -26668,6 +26668,10 @@
],
"name": "T",
"type": "type"
},
{
"name": "_gradient_op_type",
"visible": false
}
],
"description": "*NOTE*: `Maximum` supports broadcasting. More about broadcasting\n[here](http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html)",
Expand Down
Loading

0 comments on commit 52afd67

Please sign in to comment.