File: shape_inference.md

package info (click to toggle)
onnx 1.17.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 52,856 kB
  • sloc: python: 73,992; cpp: 53,539; makefile: 50; sh: 48; javascript: 1
file content (25 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# onnx.shape_inference

## infer_shapes

```{eval-rst}
.. autofunction:: onnx.shape_inference.infer_shapes
```

## infer_shapes_path

```{eval-rst}
.. autofunction:: onnx.shape_inference.infer_shapes_path
```

## infer_node_outputs

```{eval-rst}
.. autofunction:: onnx.shape_inference.infer_node_outputs
```

## infer_function_output_types

```{eval-rst}
.. autofunction:: onnx.shape_inference.infer_function_output_types
```