Fix a typo
Change: 111628808
This commit is contained in:
parent
4c4de46cf2
commit
3cdd5be407
@ -82,7 +82,7 @@ class FunctionDefHelper {
|
|||||||
return FunctionRef(name, {});
|
return FunctionRef(name, {});
|
||||||
}
|
}
|
||||||
|
|
||||||
// Node is used to consturct FunctionDef.Node using initialization
|
// Node is used to construct FunctionDef.Node using initialization
|
||||||
// lists. E.g.,
|
// lists. E.g.,
|
||||||
// Node n = {{"z"}, "Mul", {"x", "y"}, {{"T", "$T"}}}; // z = x * y
|
// Node n = {{"z"}, "Mul", {"x", "y"}, {{"T", "$T"}}}; // z = x * y
|
||||||
struct Node {
|
struct Node {
|
||||||
|
Loading…
Reference in New Issue
Block a user