Skip to content

Commit c145aa9

Browse files
committed
Update readout architecture.
1 parent 7c4ccb4 commit c145aa9

File tree

1 file changed

+2
-2
lines changed
  • test/ParallelReverseAutoDiff.Test/GraphAttentionPaths/Readout/Architecture

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
},
236236
{
237237
"id": "output_avg_trans",
238-
"type": "MatrixTransposeOperation",
238+
"type": "BatchMatrixTransposeOperation",
239239
"inputs": [ "output_avg" ]
240240
},
241241
{
@@ -245,7 +245,7 @@
245245
},
246246
{
247247
"id": "output_avg_softmax_trans",
248-
"type": "MatrixTransposeOperation",
248+
"type": "BatchMatrixTransposeOperation",
249249
"inputs": [ "output_avg_softmax" ],
250250
"setResultTo": "Output"
251251
}

0 commit comments

Comments
 (0)