Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 0 additions & 1 deletion _typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ comsume = 'comsume'
Continer = 'Continer'
contenst = 'contenst'
conter = 'conter'
ontext = 'ontext'
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