Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ comsume = 'comsume'
Continer = 'Continer'
contenst = 'contenst'
conter = 'conter'
ontext = 'ontext'
# ontext = 'ontext'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

删掉,不要注释掉

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

谢谢老师,已修改

Continous = 'Continous'
contibute = 'contibute'
controled = 'controled'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class WriteToArrayInferShape : public framework::InferShapeBase {
common::errors::NotFound("Input(I) of WriteToArrayOp is not found."));

// TODO(wangchaochaohu) control flow Op do not support runtime infer shape
// Later we add [ontext->GetInputDim("I")) == 1] check when it's supported
// Later we add [context->GetInputDim("I")) == 1] check when it's supported

if (!context->HasInput("X")) {
return;
Expand Down