Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed Dec 25, 2019
1 parent f0eef23 commit 5d8c6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tvm/relay/attrs/image.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ struct ResizeAttrs : public tvm::AttrsNode<ResizeAttrs> {
TVM_ATTR_FIELD(coordinate_transformation_mode).set_default("half_pixel")
.describe("Describes how to transform the coordinate in the resized tensor"
"to the coordinate in the original tensor."
"Refer to the ONNX Resize operator specification for details".
"Refer to the ONNX Resize operator specification for details"
"Available options are half_pixel, align_corners and asymmetric");
TVM_ATTR_FIELD(out_dtype)
.set_default(NullValue<DataType>())
Expand Down

0 comments on commit 5d8c6b2

Please sign in to comment.