File: shape_inference.md

package info (click to toggle)
onnx 1.20.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 62,536 kB
  • sloc: python: 77,643; cpp: 60,445; sh: 52; makefile: 50; 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
```