instmodel_inference 0.9.0

High-performance neural network inference library with instruction-based execution
Documentation
1
2
3
4
5
6
7
8
9
10
{
  "name": "dot_product",
  "description": "Neural network with dot product operations",
  "network_config": {
    "input_size": 2,
    "hidden_size": 10000,
    "output_size": 10
  },
  "num_executions": 1000
}