SkillAgentSearch skills...

Graten

"Gradual Tensor Shape Checking" (ESOP 23)

Install / Use

/learn @momohatt/Graten
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

graten: Gradual Tensor Shape Checking

test

How to run

Prerequisites

System requirements:

  • z3 >= 4.8.3 (make sure to have it in your PATH)
  • stack

How to build (with stack)

$ stack init  # first time only
$ stack build
$ stack exec -- graten --help       # show options
$ stack exec -- graten filename.ml

How to run tests

You can run all tests with the following command.

$ stack test

To run one test, execute the following command.

$ stack test --ta=--select-tests=test/fixture/tensor.ml
View on GitHub
GitHub Stars9
CategoryDevelopment
Updated1y ago
Forks0

Languages

Haskell

Security Score

55/100

Audited on Nov 21, 2024

No findings