Fixed a typo for CreateBody()
This commit is contained in:
parent
3629fc4e98
commit
bbd9e21afe
@ -116,7 +116,7 @@ Status CreateCond(const Scope& scope, const CondGraphBuilderFn& cond,
|
||||
return Status::OK();
|
||||
}
|
||||
|
||||
// Create the bdoy subgraph defined by `body`. `outputs` must be non-null and
|
||||
// Create the body subgraph defined by `body`. `outputs` must be non-null and
|
||||
// empty.
|
||||
Status CreateBody(const Scope& scope, const BodyGraphBuilderFn& body,
|
||||
const std::vector<Output>& inputs,
|
||||
|
Loading…
Reference in New Issue
Block a user