Skip to content

Commit 25cf73e

Browse files
autoihhouseroad
authored andcommitted
update shapeInference h file link (#2369)
* update shapeInference h file link * correction
1 parent e3074bc commit 25cf73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ShapeInference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ OpSchema& Opschema::TypeAndShapeInferenceFunction(InferenceFunction inferenceFun
3535
```
3636

3737
`InferenceFunction` is defined in
38-
[shape_inference.h](onnx/defs/shape_inference.h), along with the core
38+
[shape_inference.h](/onnx/defs/shape_inference.h), along with the core
3939
interface struct `InferenceContext` and an assortment of helper
4040
methods. `InferenceContext` is the core struct which is provided to
4141
your inference function. It allows accessing information about the

0 commit comments

Comments
 (0)