Skip to content

Commit

Permalink
make go build take effect
Browse files Browse the repository at this point in the history
Signed-off-by: siwuxie <[email protected]>
  • Loading branch information
578223592 committed Sep 13, 2024
1 parent 25e32bc commit d95c822
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion extensions/functions/mnist/mnist_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ func Test_mnist_Exec(t *testing.T) {
name: "test1",
fields: fields{
modelPath: "etc/mnist.onnx",
once: sync.Once{},
inputShape: ort.NewShape(1, 1, 28, 28),
outputShape: ort.NewShape(1, 10),
sharedLibraryPath: "lib/onnxruntime.so",
Expand Down
2 changes: 1 addition & 1 deletion extensions/functions/onnx/interpreters.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// go:build onnx
//go:build onnx

package main

Expand Down

0 comments on commit d95c822

Please sign in to comment.