{
  "format": "Novus ONNX tensor fixture v1",
  "tensors": {
    "X": {
      "dtype": "float32",
      "shape": [
        2,
        2
      ],
      "values": [
        [
          1.0,
          2.0
        ],
        [
          3.0,
          4.0
        ]
      ]
    },
    "B": {
      "dtype": "float32",
      "shape": [
        2
      ],
      "values": [
        0.5,
        -1.0
      ]
    }
  }
}
