We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3074bc commit 25cf73eCopy full SHA for 25cf73e
docs/ShapeInference.md
@@ -35,7 +35,7 @@ OpSchema& Opschema::TypeAndShapeInferenceFunction(InferenceFunction inferenceFun
35
```
36
37
`InferenceFunction` is defined in
38
-[shape_inference.h](onnx/defs/shape_inference.h), along with the core
+[shape_inference.h](/onnx/defs/shape_inference.h), along with the core
39
interface struct `InferenceContext` and an assortment of helper
40
methods. `InferenceContext` is the core struct which is provided to
41
your inference function. It allows accessing information about the
0 commit comments