Skip to content

Commit

Permalink
Remove forever-deprecated GraphSchema field Feature.example_values.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 576780982
  • Loading branch information
arnoegw authored and tensorflower-gardener committed Oct 26, 2023
1 parent 80fd6a9 commit 0f3e2a5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tensorflow_gnn/proto/graph_schema.proto
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,10 @@ message Feature {
// this field itself.
optional string source = 4;

// Extension to attach domain-specific metadata about the feature.
repeated tensorflow.Feature example_values = 5 [deprecated = true];

// IDs of removed fields.
reserved 6;
reserved 5, 6;

// Extension to attach domain-specific metadata about the feature.
extensions 65536 to max;
}

Expand Down

0 comments on commit 0f3e2a5

Please sign in to comment.