Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 654665309
  • Loading branch information
aferludin authored and tensorflower-gardener committed Jul 22, 2024
1 parent 95b2ac9 commit 469f6d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tensorflow_gnn/experimental/sampler/proto/eval_dag.proto
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ message Layer {
// Names of the layer inputs. For composite layers those names must match
// input layer names in the `eval_dag`.
IOFeatures input_names = 5;
// Names of the layer outputs.
IOFeatures output_names = 6;

// A mapping from input argument names to their spec.
repeated ValueSpec inputs = 9;
Expand Down

0 comments on commit 469f6d0

Please sign in to comment.