Rename Triangular operator
Summary: This commit renames triangular operator to trilu following the ONNX.
Showing
with
117 additions
and
98 deletions
-
Please register or sign in to post a comment
Summary: This commit renames triangular operator to trilu following the ONNX.
... | ... | @@ -47,6 +47,9 @@ class DragonFrontend(object): |
(9, '1.4.1'), | ||
(10, '1.5.0'), | ||
(11, '1.6.0'), | ||
(12, '1.7.0'), | ||
(13, '1.8.0'), | ||
(14, '1.9.0'), | ||
]) | ||
@classmethod | ||
... | ... |
... | ... | @@ -419,7 +419,7 @@ void SetOneHot( |
Context* ctx); | ||
template <typename T, class Context> | ||
void SetTriangular( | ||
void SetTrilu( | ||
const int batch_size, | ||
const int M, | ||
const int N, | ||
... | ... |