Skip to content

Commit

Permalink
mnist supported
Browse files Browse the repository at this point in the history
  • Loading branch information
svuckovicTT committed Dec 27, 2024
1 parent 42636f0 commit e2acdb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/ttmlir/Silicon/TTNN/emitc/mnist.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// RUN: ttmlir-opt --ttnn-modify-signatures-for-dylib --convert-ttnn-to-emitc %t.mlir > %t2.mlir
// RUN: ttmlir-translate --mlir-to-cpp %t2.mlir > %basename_t.cpp
// RUN: compile_dylib.py %basename_t.cpp .
// UNSUPPORTED: true

module @MNISTLinear attributes {} {
func.func @forward(%arg0: tensor<1x784xf32> {ttir.name = "input_1"}, %arg1: tensor<784x512xf32> {ttir.name = "linear_relu_stack.0.weight"}, %arg2: tensor<512xf32> {ttir.name = "linear_relu_stack.0.bias"}, %arg3: tensor<512x512xf32> {ttir.name = "linear_relu_stack.2.weight"}, %arg4: tensor<512xf32> {ttir.name = "linear_relu_stack.2.bias"}, %arg5: tensor<512x10xf32> {ttir.name = "linear_relu_stack.4.weight"}, %arg6: tensor<10xf32> {ttir.name = "linear_relu_stack.4.bias"}) -> (tensor<1x10xf32> {ttir.name = "MNISTLinear_350.output_add_981"}) {
Expand Down

0 comments on commit e2acdb9

Please sign in to comment.