Skip to content

Commit 7c4ccb4

Browse files
committed
Update architectures.
1 parent aedd183 commit 7c4ccb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/ParallelReverseAutoDiff.Test/GraphAttentionPaths/EdgeAttention/Architecture/EdgeAttention.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
},
124124
{
125125
"id": "reduce_add_skip",
126-
"type": "BatchAddThreeOperation",
126+
"type": "BatchMatrixAddThreeOperation",
127127
"inputs": [ "reduce_add", "keys_edgeFeatures", "values_edgeFeatures" ]
128128
},
129129
{

test/ParallelReverseAutoDiff.Test/GraphAttentionPaths/Transformer/Architecture/Transformer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
},
220220
{
221221
"id": "reduce_add_skip",
222-
"type": "MatrixAddThreeOperation",
222+
"type": "BatchMatrixAddThreeOperation",
223223
"inputs": [ "reduce_add", "keys_pathFeatures", "values_pathFeatures" ]
224224
},
225225
{

0 commit comments

Comments
 (0)