|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600 |
- /**
- * Copyright 2020 Huawei Technologies Co., Ltd
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
- /*!
- * \file matrix_calculation_ops.h
- * \brief
- */
- #ifndef OPS_BUILT_IN_OP_PROTO_INC_MATRIX_CALCULATION_OPS_H_
- #define OPS_BUILT_IN_OP_PROTO_INC_MATRIX_CALCULATION_OPS_H_
-
- #include "graph/operator_reg.h"
-
- namespace ge {
- /**
- * @brief Backprop W of AttentionLnQKV + ReduceSumD \n
- * @par Inputs:
- * Four inputs, including:
- * @li x: A Tensor. Must be one of the following types: float16.
- * @li query_dx: A Tensor. Must be one of the following types: float16.
- * @li key_dw: A Tensor. Must be one of the following types: float16.
- * @li value_dw: A Tensor. Must be one of the following types: float16.
-
- * @par Attributes:
- * @li trans_a: A optional attribute, the type is bool. Defaults to True.
- * @li trans_b: A optional attribute, the type is bool. Defaults to False. \n
-
- * @par Outputs:
- * Six outputs, including:
- * @li dw_query: A Tensor. Must be one of the following types: float16.
- * @li dw_key: A Tensor. Must be one of the following types: float16.
- * @li dw_value: A Tensor. Must be one of the following types: float16.
- * @li dbias_query: A Tensor. Must be one of the following types: float16.
- * @li dbias_key: A Tensor. Must be one of the following types: float16.
- * @li dbias_value: A Tensor. Must be one of the following types: float16. \n
-
- * @par Restrictions:
- * Warning: THIS FUNCTION IS EXPERIMENTAL. Please do not use. \n
- */
- REG_OP(AttentionQKVGradW)
- .INPUT(x, TensorType({DT_FLOAT16}))
- .INPUT(query_dx, TensorType({DT_FLOAT16}))
- .INPUT(key_dw, TensorType({DT_FLOAT16}))
- .INPUT(value_dw, TensorType({DT_FLOAT16}))
- .OUTPUT(dw_query, TensorType({DT_FLOAT16}))
- .OUTPUT(dw_key, TensorType({DT_FLOAT16}))
- .OUTPUT(dw_value, TensorType({DT_FLOAT16}))
- .OUTPUT(dbias_query, TensorType({DT_FLOAT16}))
- .OUTPUT(dbias_key, TensorType({DT_FLOAT16}))
- .OUTPUT(dbias_value, TensorType({DT_FLOAT16}))
- .ATTR(trans_a, Bool, true)
- .ATTR(trans_b, Bool, false)
- .OP_END_FACTORY_REG(AttentionQKVGradW)
-
- /**
- * @brief Backprop X of AttentionLnQKV + AddN \n
- * @par Inputs:
- * Seven inputs, including:
- * @li ln_dx: A Tensor. Must be one of the following types: float16.
- * @li query_dx: A Tensor. Must be one of the following types: float16.
- * @li key_dw: A Tensor. Must be one of the following types: float16.
- * @li value_dw: A Tensor. Must be one of the following types: float16.
- * @li kernel_query: A Tensor. Must be one of the following types: float16.
- * @li kernel_key: A Tensor. Must be one of the following types: float16.
- * @li kernel_value: A Tensor. Must be one of the following types: float16. \n
-
- * @par Attributes:
- * @li trans_a: A optional attribute, the type is bool. Defaults to False.
- * @li trans_b: A optional attribute, the type is bool. Defaults to True. \n
-
- * @par Outputs:
- * One outputs, including:
- * @li dx: A Tensor. Must be one of the following types: float16. \n
-
- * @par Restrictions:
- * Warning: THIS FUNCTION IS EXPERIMENTAL. Please do not use. \n
- */
- REG_OP(AttentionQKVGradX)
- .INPUT(ln_dx, TensorType({DT_FLOAT16}))
- .INPUT(query_dx, TensorType({DT_FLOAT16}))
- .INPUT(key_dw, TensorType({DT_FLOAT16}))
- .INPUT(value_dw, TensorType({DT_FLOAT16}))
- .INPUT(kernel_query, TensorType({DT_FLOAT16}))
- .INPUT(kernel_key, TensorType({DT_FLOAT16}))
- .INPUT(kernel_value, TensorType({DT_FLOAT16}))
- .OUTPUT(dx, TensorType({DT_FLOAT16}))
- .ATTR(trans_a, Bool, false)
- .ATTR(trans_b, Bool, true)
- .OP_END_FACTORY_REG(AttentionQKVGradX)
-
- /**
- * @brief
- / (MatMul -> ConfusionTransposeD).
- LayerNorm - (MatMul -> ConfusionTransposeD).
- \ (MatMul -> ConfusionTransposeD). \n
- * @par Inputs:
- * Nine inputs, including:
- * @li x: A Tensor. Must be one of the following types: float16.
- * @li kernel_query: A Tensor. Must be one of the following types: float16.
- * @li kernel_key: A Tensor. Must be one of the following types: float16.
- * @li kernel_value: A Tensor. Must be one of the following types: float16.
- * @li gamma: A Tensor. Must be one of the following types: float16.
- * @li beta: A Tensor. Must be one of the following types: float16.
- * @li bias_query: A Tensor. Must be one of the following types: float16.
- * @li bias_key: A Tensor. Must be one of the following types: float16.
- * @li bias_value: A Tensor. Must be one of the following types: float16. \n
-
- * @par Attributes:
- * @li epsilon: A optional attribute, the type is float32. Defaults to 1e-7.
- * @li trans_a: A optional attribute, the type is bool. Defaults to False.
- * @li trans_b: A optional attribute, the type is bool. Defaults to False. \n
-
- * @par Outputs:
- * Six outputs, including:
- * @li norm: A Tensor. Must be one of the following types: float16.
- * @li query_output: A Tensor. Must be one of the following types: float16.
- * @li key_output: A Tensor. Must be one of the following types: float16.
- * @li value_output: A Tensor. Must be one of the following types: float16.
- * @li mean: A Tensor. Must be one of the following types: float16.
- * @li variance: A Tensor. Must be one of the following types: float16. \n
-
- * @par Restrictions:
- * Warning: THIS FUNCTION IS EXPERIMENTAL. Please do not use. \n
- */
- REG_OP(AttentionLnQKV)
- .INPUT(x, TensorType({DT_FLOAT16}))
- .INPUT(kernel_query, TensorType({DT_FLOAT16}))
- .INPUT(kernel_key, TensorType({DT_FLOAT16}))
- .INPUT(kernel_value, TensorType({DT_FLOAT16}))
- .INPUT(gamma, TensorType({DT_FLOAT16}))
- .INPUT(beta, TensorType({DT_FLOAT16}))
- .OPTIONAL_INPUT(bias_query, TensorType({DT_FLOAT16}))
- .OPTIONAL_INPUT(bias_key, TensorType({DT_FLOAT16}))
- .OPTIONAL_INPUT(bias_value, TensorType({DT_FLOAT16}))
- .OUTPUT(norm, TensorType({DT_FLOAT16}))
- .OUTPUT(query_output, TensorType({DT_FLOAT16}))
- .OUTPUT(key_output, TensorType({DT_FLOAT16}))
- .OUTPUT(value_output, TensorType({DT_FLOAT16}))
- .OUTPUT(mean, TensorType({DT_FLOAT16}))
- .OUTPUT(variance, TensorType({DT_FLOAT16}))
- .ATTR(epsilon, Float, 0.0000001)
- .ATTR(trans_a, Bool, false)
- .ATTR(trans_b, Bool, false)
- .OP_END_FACTORY_REG(AttentionLnQKV)
-
- /**
- *@brief Multiplies matrix "a" by matrix "b", producing "a * b" . \n
-
- *@par Inputs:
- *Three inputs, including:
- * @li x1: A matrix Tensor. 2D. Must be one of the following types: float16,
- * float32, int32. Has format [ND, NHWC].
- * @li x2: A matrix Tensor. 2D. Must be one of the following types: float16,
- * float32, int32. Has format [ND, NHWC].
- * @li bias: A optional 1D Tensor. Must be one of the following types: float16,
- * float32, int32. Has format [ND, NHWC] . \n
-
- *@par Attributes:
- *@li transpose_x1: A bool. If True, changes the shape of "x1" from [M, K] to [K, M].
- *@li transpose_x2: A bool. If True, changes the shape of "x2" from [M, K] to [K, M] . \n
-
- *@par Outputs:
- *y: The result matrix Tensor. 2D. Must be one of the following types: float16,
- * float32, int32. Has format [ND, NHWC] . \n
-
- *@par Third-party framework compatibility
- * Compatible with the TensorFlow operator BatchMatmul.
- */
- REG_OP(MatMul)
- .INPUT(x1, TensorType({DT_FLOAT, DT_FLOAT16, DT_INT32, DT_BF16}))
- .INPUT(x2, TensorType({DT_FLOAT, DT_FLOAT16, DT_INT32, DT_BF16}))
- .OPTIONAL_INPUT(bias, TensorType({DT_FLOAT, DT_FLOAT16, DT_INT32, DT_BF16}))
- .OUTPUT(y, TensorType({DT_FLOAT, DT_FLOAT16, DT_INT32, DT_BF16}))
- .ATTR(transpose_x1, Bool, false)
- .ATTR(transpose_x2, Bool, false)
- .OP_END_FACTORY_REG(MatMul)
-
- /**
- *@brief Multiplies matrix "a" by matrix "b", producing "a * b" . \n
-
- *@par Inputs:
- *Four inputs, including:
- * @li x1: A matrix Tensor. 2D. Must be one of the following types: float32,
- float16, int32, int8. Has format [ND, NHWC].
- * @li x2: A matrix Tensor. 2D. Must be one of the following types: float32,
- float16, int32, int8. Has format [ND, NHWC].
- * @li bias: A 1D Tensor. Must be one of the following types: float32,
- float16, int32. Has format [ND, NHWC].
- * @li offset_w: A Optional 1D Tensor for quantized inference. Type is int8.
- Reserved. \n
-
- *@par Attributes:
- * @li transpose_x1: A bool. If True, changes the shape of "x1" from [K, M] to
- [M, K].
- * @li transpose_x2: A bool. If True, changes the shape of "x2" from [N, K] to
- [K, N].
- * @li offset_x: An optional integer for quantized MatMulV2.
- * The negative offset added to the input x1 for int8 type. Ensure offset_x
- within the effective range of int8 [-128, 127]. Defaults to "0". \n
-
- *@par Outputs:
- *y: The result matrix Tensor. 2D. Must be one of the following types: float32,
- float16, int32. Has format [ND, NHWC]. \n
-
- *@attention Constraints:
- * if performances better in format NZ, please close
- "MatmulTransdataFusionPass" in fusion configuration. \n
-
- *@par Third-party framework compatibility
- * Compatible with the TensorFlow operator BatchMatmul.
- */
- REG_OP(MatMulV2)
- .INPUT(x1, TensorType({DT_FLOAT, DT_FLOAT16, DT_INT32, DT_INT8, DT_INT4, DT_BF16}))
- .INPUT(x2, TensorType({DT_FLOAT, DT_FLOAT16, DT_INT32, DT_INT8, DT_INT4, DT_BF16}))
- .OPTIONAL_INPUT(bias, TensorType({DT_FLOAT, DT_FLOAT16, DT_INT32, DT_BF16}))
- .OUTPUT(y, TensorType({DT_FLOAT, DT_FLOAT16, DT_INT32, DT_BF16}))
- .OPTIONAL_INPUT(offset_w, TensorType({DT_INT8, DT_INT4}))
- .ATTR(transpose_x1, Bool, false)
- .ATTR(transpose_x2, Bool, false)
- .ATTR(offset_x, Int, 0)
- .OP_END_FACTORY_REG(MatMulV2)
-
- /**
- *@brief Multiplies matrix "a" by matrix "b", producing "a * b" . \n
-
- *@par Inputs:
- *Five inputs, including:
- * @li x1: A matrix Tensor. 2D. Must be one of the following types: int8.
- * @li x2: A matrix Tensor. 2D. Must be one of the following types: int8.
- * @li compress_index: A compress index matrix of type int8.
- * @li bias: An optional Tensor. 1D. Must be one of the following types: int32,
- float16.
- * @li offset_w: An optional matrix Tensor. 2D. Must be one of the following
- types: int8. \n
-
- *@par Attributes:
- *@li transpose_x1: A bool. If True, changes the shape of "x1" from [K, M] to
- [M, K].
- *@li transpose_x2: A bool. If True, changes the shape of "x2" from [N, K] to
- [K, N].
- *@li offset_x: An optional integer for quantized MatMulV2Compress.
- *The negative offset added to the input x1 for int8 type. Ensure offset_x
- within the effective range of int8 [-128, 127]. Defaults to "0". \n
-
- *@par Outputs:
- *y: The result matrix Tensor. 2D. Must be one of the following types: int32,
- * float16. \n
-
- *@attention Constraints:
- * if performances better in format NZ, please close
- "MatmulTransdataFusionPass" in fusion configuration.
-
- */
- REG_OP(MatMulV2Compress)
- .INPUT(x1, TensorType({DT_INT8}))
- .INPUT(x2, TensorType({DT_INT8}))
- .INPUT(compress_index, TensorType({DT_INT8}))
- .OPTIONAL_INPUT(bias, TensorType({DT_INT32, DT_FLOAT16}))
- .OUTPUT(y, TensorType({DT_INT32, DT_FLOAT16}))
- .OPTIONAL_INPUT(offset_w, TensorType({DT_INT8}))
- .ATTR(transpose_x1, Bool, false)
- .ATTR(transpose_x2, Bool, false)
- .ATTR(offset_x, Int, 0)
- .OP_END_FACTORY_REG(MatMulV2Compress)
-
- /**
- *@brief Performs Matrix-to-matrix Multiply, producing y=alpha[0]*a*b+beta[0]*c . \n
-
- *@attention Constraints:
- * For better performance, The k-axis must be aligned to 16 (input type
- * is float16) or 32 (input type is int8). \n
-
- *@par Inputs:
- *Five inputs, including:
- *@li a: A matrix Tensor. Must be one of the following types: float16, int8.
- * Has format [ND].
- *@li b: A matrix Tensor. Must be one of the following types: float16, int8.
- * Has format ND.
- *@li c: A matrix Tensor. Must be one of the following types: float16, int32,
- * float32. has format ND.
- *@li alpha: A 1D Tensor. The shape of alpha is [1].Must be one of the following
- * types: float16, int32, float32. Has format [ND].
- *@li beta: A 1D Tensor. The shape of beta is [1]. Must be one of the following
- * types: float16, int32, float32. Has format [ND].
- * The format of a, b, c has restriction:\n
- * When type of a is int8 and type of c is int32, the format of a, b, c should
- * all be ND.\n
- * When type of a is int8 and type of c is float32, the format of a, b, c should
- * all be ND.\n
- * When type of a is float16 and type of c is float16, the format of a, b, c
- * should all be ND.\n
- * When type of a is float16 and type of c is float32, the format of a, b, c
- * should all be ND. \n
-
- *@par Attributes:
- *Two attributes, including:
- *@li transpose_a: Optional. A bool. If True, changes the shape of "a" from
- * [M, K] to [K, M].
- *@li transpose_b: Optional. A bool. If True, changes the shape of "b" from
- * [K, N] to [N, K] . \n
-
- *@par Outputs:
- *y: The result matrix Tensor. Must be one of the following types: float16,
- * float32, int32. Has format [ND], the format should be equal to a.
- */
-
- REG_OP(GEMM)
- .INPUT(a, TensorType({DT_FLOAT, DT_FLOAT16, DT_INT8, DT_INT32}))
- .INPUT(b, TensorType({DT_FLOAT, DT_FLOAT16, DT_INT8, DT_INT32}))
- .INPUT(c, TensorType({DT_FLOAT, DT_FLOAT16, DT_INT8, DT_INT32}))
- .INPUT(alpha, TensorType({DT_FLOAT, DT_FLOAT16, DT_INT8, DT_INT32}))
- .INPUT(beta, TensorType({DT_FLOAT, DT_FLOAT16, DT_INT8, DT_INT32}))
- .OUTPUT(y, TensorType({DT_FLOAT, DT_FLOAT16, DT_INT8, DT_INT32}))
- .ATTR(transpose_a, Bool, false)
- .ATTR(transpose_b, Bool, false)
- .OP_END_FACTORY_REG(GEMM)
-
- /**
- *@brief Multiplies matrix "a" by matrix "b", producing "a * b" . \n
-
- *@par Inputs:
- *Two inputs, including:
- * @li x1: A matrix Tensor. Must be one of the following types: float16,
- * float32, int32. 2D or higher. Has format [ND, NHWC].
- * @li x2: A matrix Tensor. Must be one of the following types: float16,
- * float32, int32. 2D or higher. Has format [ND, NHWC] . \n
-
- *@par Attributes:
- *@li adj_x1: A bool. If True, changes the shape of "x1" from [B, M, K] to [B, K, M].
- *@li adj_x2: A bool. If True, changes the shape of "x2" from [B, M, K] to [B, K, M] . \n
-
- *@par Outputs:
- *y: The result matrix Tensor. 2D or higher. Must be one of the following types: float16,
- * float32, int32. 2D or higher. Has format [ND, NHWC]. Has the same shape length as "x1" and "x2" . \n
-
- *@par Third-party framework compatibility
- * Compatible with the TensorFlow operator BatchMatmul.
- */
-
- REG_OP(BatchMatMul)
- .INPUT(x1, TensorType({DT_FLOAT, DT_FLOAT16, DT_INT32, DT_BF16}))
- .INPUT(x2, TensorType({DT_FLOAT, DT_FLOAT16, DT_INT32, DT_BF16}))
- .OUTPUT(y, TensorType({DT_FLOAT, DT_FLOAT16, DT_INT32, DT_BF16}))
- .ATTR(adj_x1, Bool, false)
- .ATTR(adj_x2, Bool, false)
- .OP_END_FACTORY_REG(BatchMatMul)
-
-
- /**
- * @brief Multiplies matrix "a" by matrix "b", producing "a * b" . \n
-
- * @par Inputs:
- * Three inputs, including:
- * @li x1: A matrix Tensor. Must be one of the following types: float16,
- * float32, int32. 2D or higher. Has format [ND, NHWC].
- * @li x2: A matrix Tensor. Must be one of the following types: float16,
- * float32, int32. 2D or higher. Has format [ND, NHWC] . \n
- * @li bias: A matrix Tensor. Must be one of the following types: float16,
- * float32, int32. 2D or higher. Has format [ND, NHWC] . \n
-
- * @par Attributes:
- * @li adj_x1: A bool. If True, changes the shape of "x1" from [B, M, K] to [B, K, M].
- * @li adj_x2: A bool. If True, changes the shape of "x2" from [B, M, K] to [B, K, M] . \n
-
- * @par Outputs:
- * y: The result matrix Tensor. 2D or higher. Must be one of the following types: float16,
- * float32, int32. 2D or higher. Has format [ND, NHWC]. Has the same shape length as "x1" and "x2" . \n
-
- *@attention Constraints:
- * if performances better in format NZ, please close
- "MatmulTransdataFusionPass" in fusion configuration. \n
-
- * @par Third-party framework compatibility
- * Compatible with the TensorFlow operator BatchMatmul.
- */
-
- REG_OP(BatchMatMulV2)
- .INPUT(x1, TensorType({DT_FLOAT, DT_FLOAT16, DT_INT32, DT_INT8, DT_INT4, DT_BF16}))
- .INPUT(x2, TensorType({DT_FLOAT, DT_FLOAT16, DT_INT32, DT_INT8, DT_INT4, DT_BF16}))
- .OPTIONAL_INPUT(bias, TensorType({DT_FLOAT, DT_FLOAT16, DT_INT32, DT_BF16}))
- .OPTIONAL_INPUT(offset_w, TensorType({DT_INT8, DT_INT4}))
- .OUTPUT(y, TensorType({DT_FLOAT, DT_FLOAT16, DT_INT32, DT_BF16}))
- .ATTR(adj_x1, Bool, false)
- .ATTR(adj_x2, Bool, false)
- .ATTR(offset_x, Int, 0)
- .OP_END_FACTORY_REG(BatchMatMulV2)
-
- /**
- *@brief Computes half the L2 norm of a tensor without the sqrt . \n
-
- *@par Inputs:
-
- * x: A Tensor.
- * TensorType::FloatingDataType() . \n
-
- *@par Outputs:
- *y: A Tensor. Has the same type as "x". \n
-
- *@attention Constraints:
- * if performances better in format NZ, please close
- "MatmulTransdataFusionPass" in fusion configuration. \n
-
- *@par Third-party framework compatibility
- *Compatible with the TensorFlow operator L2Loss.
- */
- REG_OP(L2Loss)
- .INPUT(x, TensorType::FloatingDataType())
- .OUTPUT(y, TensorType::FloatingDataType())
- .OP_END_FACTORY_REG(L2Loss)
-
- /**
- *@brief: Returns a batched diagonal tensor with a given batched diagonal values . \n
-
- *@par Inputs:
- *x: A Tensor. Must be one of the following types:
- * float16, float32, double, int32, uint8, int16, int8, complex64, int64,
- * qint8, quint8, qint32, uint16, complex128, uint32, uint64 . \n
-
- *@par Outputs:
- *y: A Tensor. Has the same type as "x" . \n
-
- *@par Third-party framework compatibility
- * Compatible with the TensorFlow operator MatrixDiag.
- */
- REG_OP(MatrixDiag)
- .INPUT(x, TensorType::BasicType())
- .OUTPUT(y, TensorType::BasicType())
- .OP_END_FACTORY_REG(MatrixDiag)
-
- /**
- *@brief: Returns a batched diagonal tensor with a given batched diagonal values . \n
-
- *@par Inputs:
- * Two inputs, including:
- *@li x: A Tensor. Must be one of the following types: float16, float32, int32, int8, uint8.
- *@li assist: A Tensor of the same type as "x" . \n
-
- *@par Outputs:
- *y: A Tensor. Has the same type as "x" . \n
-
- *@par Third-party framework compatibility
- * Compatible with the TensorFlow operator MatrixDiag.
- *
- * @par Restrictions:
- * Warning: THIS FUNCTION IS DEPRECATED. Please use MatrixDiag instead.
- */
- REG_OP(MatrixDiagD)
- .INPUT(x, TensorType::BasicType())
- .INPUT(assist, TensorType::BasicType())
- .OUTPUT(y, TensorType::BasicType())
- .OP_END_FACTORY_REG(MatrixDiagD)
-
- /**
- *@brief: Returns the batched diagonal part of a batched tensor . \n
-
- *@par Inputs:
- *x: A Tensor. Must be one of the following types:
- * float16, float32, double, int32, uint8, int16, int8, complex64, int64,
- * qint8, quint8, qint32, uint16, complex128, uint32, uint64 . \n
-
- *@par Outputs:
- *y: A Tensor. Has the same type as "x" . \n
-
- *@par Third-party framework compatibility
- * Compatible with the TensorFlow operator MatrixDiagPart.
- */
- REG_OP(MatrixDiagPart)
- .INPUT(x, TensorType::BasicType())
- .OUTPUT(y, TensorType::BasicType())
- .OP_END_FACTORY_REG(MatrixDiagPart)
-
- /**
- *@brief: Returns the batched diagonal part of a batched tensor . \n
-
- *@par Inputs:
- * Two inputs, including:
- *@li x: A Tensor. Must be one of the following types: float16, float32, int32, int8, uint8.
- *@li assist: A Tensor of the same type as "x" . \n
-
- *@par Outputs:
- *y: A Tensor. Has the same type as "x" . \n
-
- *@par Third-party framework compatibility
- * Compatible with the TensorFlow operator MatrixDiagPart.
- *
- * @par Restrictions:
- * Warning: THIS FUNCTION IS DEPRECATED. Please use MatrixDiagPart instead.
- */
- REG_OP(MatrixDiagPartD)
- .INPUT(x, TensorType::BasicType())
- .INPUT(assist, TensorType::BasicType())
- .OUTPUT(y, TensorType::BasicType())
- .OP_END_FACTORY_REG(MatrixDiagPartD)
-
- /**
- *@brief: Returns a batched matrix tensor with new batched diagonal values . \n
-
- *@par Inputs:
- * Two inputs, including:
- *@li x: A Tensor. Must be one of the following types:
- * float16, float32, double, int32, uint8, int16, int8, complex64, int64,
- * qint8, quint8, qint32, uint16, complex128, uint32, uint64.
- *@li diagonal: A Tensor of the same type as "x" . \n
-
- *@par Outputs:
- *y: A Tensor. Has the same type as "x" . \n
-
- *@par Third-party framework compatibility
- * Compatible with the TensorFlow operator MatrixSetDiag.
- */
- REG_OP(MatrixSetDiag)
- .INPUT(x, TensorType::BasicType())
- .INPUT(diagonal, TensorType::BasicType())
- .OUTPUT(y, TensorType::BasicType())
- .OP_END_FACTORY_REG(MatrixSetDiag)
-
- /**
- *@brief: Returns a batched matrix tensor with new batched diagonal values . \n
-
- *@par Inputs:
- * Three inputs, including:
- *@li x: A Tensor. Must be one of the following types: float16, float32, int32, int8, uint8.
- *@li diagonal: A Tensor of the same type as "x".
- *@li assist: A Tensor of the same type as "x" . \n
-
- *@par Outputs:
- *y: A Tensor. Has the same type as "x" . \n
-
- *@par Third-party framework compatibility
- * Compatible with the TensorFlow operator MatrixSetDiag.
- *
- * @par Restrictions:
- * Warning: THIS FUNCTION IS DEPRECATED. Please use MatrixSetDiag instead.
- */
- REG_OP(MatrixSetDiagD)
- .INPUT(x, TensorType::BasicType())
- .INPUT(diagonal, TensorType::BasicType())
- .INPUT(assist, TensorType::BasicType())
- .OUTPUT(y, TensorType::BasicType())
- .OP_END_FACTORY_REG(MatrixSetDiagD)
-
- /**
- * @brief Function AttentionScore. \n
-
- * @par Inputs:
- * six inputs, including:
- * @li query: A matrix Tensor. The type only support float16.
- * @li key: A matrix Tensor. The type only support float16.
- * @li value: A matrix Tensor. The type only support float16.
- * @li padding_mask: A matrix Tensor. The type only support float16.
- * @li scale: A scalar. The type only support float16.
- * @li drop_mask: A matrix Tensor. The type only support uint8. \n
-
- * @par Attributes:
- * @li keep_prob: A mutable Tensor. Must met all of the following rules:
- shape of "keep_prob" should be (1,) or [1,].
- * @li query_transpose: A bool. If True, changes the shape of "query" from [K, M] to
- [M, K].
- * @li key_transpose: A bool. If True, changes the shape of "key" from [N, K] to
- [K, N].
- * @li bmm_score_transpose_a: A bool. If True, changes the shape of "mid_data" from [K, M] to
- [M, K].
- * @li bmm_score_transpose_b: A bool. If True, changes the shape of "value" from [N, K] to
- [K, N].
- * @li axes: A list of int. The dimension softmax would be performed on. Defaults
- to "[-1]" . \n
-
- * @par Outputs:
- * attention_score: The result matrix Tensor. The type only support float16.
- * softmax_output: The result matrix Tensor. The type only support float16.
-
- * @par Restrictions:
- * Warning: THIS FUNCTION IS EXPERIMENTAL. Please do not use.
- */
- REG_OP(AttentionScore)
- .INPUT(query, TensorType({DT_FLOAT16}))
- .INPUT(key, TensorType({DT_FLOAT16}))
- .INPUT(value, TensorType({DT_FLOAT16}))
- .INPUT(padding_mask, TensorType({DT_FLOAT16}))
- .INPUT(scale, TensorType({DT_FLOAT16}))
- .OPTIONAL_INPUT(drop_mask, TensorType({DT_INT8}))
- .OUTPUT(attention_score, TensorType({DT_FLOAT16}))
- .OUTPUT(softmax_output, TensorType({DT_FLOAT16}))
- .ATTR(keep_prob, Float, 1.0)
- .ATTR(query_transpose, Bool, false)
- .ATTR(key_transpose, Bool, false)
- .ATTR(bmm_score_transpose_a, Bool, false)
- .ATTR(bmm_score_transpose_b, Bool, false)
- .ATTR(softmax_axes, ListInt, {-1})
- .OP_END_FACTORY_REG(AttentionScore)
-
- /**
- *@brief Applies sparse "updates" to individual values or slices in a Variable . \n
-
- *@par Inputs:
- * Three inputs, including:
- *@li var: An ND Tensor.
- *Must be one of the following types: float16, float32, int8, uint8, double,
- * int64, complex64, qint8, quint8, qint32, uint16, complex128, half, uint32,
- * uint64
- *@li indices: An ND Tensor.
- *Must be one of the following types: int32 or int64
- *@li updates: An ND Tensor.
- *Must be one of the following types: float16, float32, int8, uint8, double,
- * int64, complex64, qint8, quint8, qint32, uint16, complex128, half, uint32,
- * uint64
-
- *@par Attributes:
- *use_locking: An optional bool. Defaults to "False". If "True",
- * the operation will be protected by a lock . \n
-
- *@par Outputs:
- *var: A Tensor. Has the same type and format as input "var" . \n
-
- *@par Third-party framework compatibility
- * Compatible with the TensorFlow operator ScatterNdUpdate.
- */
- REG_OP(ScatterNdUpdate)
- .INPUT(var, TensorType::BasicType())
- .INPUT(indices, TensorType::IndexNumberType())
- .INPUT(updates, TensorType::BasicType())
- .OUTPUT(var, TensorType::BasicType())
- .ATTR(use_locking, Bool, false)
- .OP_END_FACTORY_REG(ScatterNdUpdate)
-
- /**
- *@brief Applies sparse addition to individual values or slices in a Variable . \n
-
- *@par Inputs:
- * Three inputs, including:
- *@li x: An ND Tensor. \n
-
- *Must be one of the following types: float16, float32, bool, int8, uint8
- *@li indices: An ND Tensor. \n
-
- *Must be one of the following types: int32
- *@li updates: An ND Tensor. \n
-
- *Must be one of the following types: float16, float32, bool, int8, uint8
-
- *@par Outputs:
- *y: A Tensor. Has the same type and format as input "x" . \n
-
- *@par Third-party framework compatibility
- * Compatible with the TensorFlow operator TensorScatterUpdate.
-
- *@par Restrictions:
- *Warning: THIS FUNCTION IS EXPERIMENTAL. Please do not use.
- */
- REG_OP(TensorScatterUpdate)
- .INPUT(x, TensorType::BasicType())
- .INPUT(indices, TensorType::IndexNumberType())
- .INPUT(updates, TensorType::BasicType())
- .OUTPUT(y, TensorType::BasicType())
- .OP_END_FACTORY_REG(TensorScatterUpdate)
-
- /**
- *@brief Uses "updates" to update tensor "data" by "indices". \n
-
- *@par Inputs:
- * Three inputs, including:
- *@li data: An ND Tensor . \n
- *Must be one of the following types: float16, float32, int32, int8, uint8
- *@li indices: An ND Tensor of type int32 or int64
- *@li updates: An Tensor. Same shape as indices. format:NCHW, NHWC . \n
- *Must be one of the following types: float16, float32, int32, int8, uint8
-
- *@par Attributes:
- *@li axis: An optional attribute. Defaults to 0.
-
- *@par Outputs:
- *y: A Tensor. Has the same type and format as input "data" . \n
-
- *@par Third-party framework compatibility
- * Compatible with the ONNX operator ScatterElements.
- */
- REG_OP(ScatterElements)
- .INPUT(data, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .INPUT(indices, TensorType::IndexNumberType())
- .INPUT(updates, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .OUTPUT(y, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .ATTR(axis, Int, 0)
- .OP_END_FACTORY_REG(ScatterElements)
-
- /**
- *@brief Adds sparse "updates" to a variable reference . \n
-
- *@par Inputs:
- * Three inputs, including:
- *@li var: An ND Tensor .
-
- *Must be one of the following types: float16, float, int32, int8, uint8
- *@li indices: An ND Tensor . \n
-
- *Must be one of the following types: int32 or int64
- *@li updates: An ND Tensor .
-
- *Must be one of the following types: float16, float, int32, int8, uint8
-
- *@par Attributes:
- *use_locking: An optional bool. Defaults to "False". If "True",
- * the operation will be protected by a lock . \n
-
- *@par Outputs:
- *var: A Tensor. Has the same type and format as input "var" . \n
-
- *@par Third-party framework compatibility
- * Compatible with the TensorFlow operator ScatterAdd.
- */
- REG_OP(ScatterAdd)
- .INPUT(var, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .INPUT(indices, TensorType::IndexNumberType())
- .INPUT(updates, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .OUTPUT(var, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .ATTR(use_locking, Bool, false)
- .OP_END_FACTORY_REG(ScatterAdd)
-
- /**
- *@brief Adds sparse "updates" to a variable reference . \n
-
- *@par Inputs:
- * Three inputs, including:
- *@li var: An ND Tensor .
- *Must be one of the following types: float16, float32, int32, int8, uint8
-
- *@li indices: An ND Tensor of type int32 or int64
-
- *@li updates: An ND Tensor .
- *Must be one of the following types: float16, float32, int32, int8, uint8
-
- *@par Attributes:
- * axis: An required int. The axis along which to index. \n
-
- *@par Outputs:
- *var: A Tensor. Has the same type and format as input "var" . \n
-
- *@par Third-party framework compatibility
- * Compatible with the pytorch operator ScatterAdd.
- */
- REG_OP(ScatterAddWithAxis)
- .INPUT(var, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .INPUT(indices, TensorType::IndexNumberType())
- .INPUT(updates, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .OUTPUT(var, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .REQUIRED_ATTR(axis, Int)
- .OP_END_FACTORY_REG(ScatterAddWithAxis)
-
- /**
- *@brief Divides a variable reference by sparse updates . \n
-
- *@par Inputs:
- * Three inputs, including:
- *@li var: An ND Tensor.
- *Must be one of the following types: float16, float, int32, int8, uint8
-
- *@li indices: An ND Tensor.
- *Must be one of the following types: int32 or int64
- *@li updates: An ND Tensor.
- *Must be one of the following types: float16, float, int32, int8, uint8
-
- *@par Attributes:
- *use_locking: An optional bool. Defaults to "False". If "True",
- * the operation will be protected by a lock . \n
-
- *@par Outputs:
- *var: A Tensor. Has the same type and format as input "var" . \n
-
- *@par Third-party framework compatibility
- * Compatible with the TensorFlow operator ScatterDiv.
- */
- REG_OP(ScatterDiv)
- .INPUT(var, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .INPUT(indices, TensorType::IndexNumberType())
- .INPUT(updates, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .OUTPUT(var, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .ATTR(use_locking, Bool, false)
- .OP_END_FACTORY_REG(ScatterDiv)
-
- /**
- *@brief Applies sparse addition to individual values or slices in a Variable . \n
-
- *@par Inputs:
- * Three inputs, including:
- *@li var: An ND Tensor.
- *Must be one of the following types: float16, float, int32, int8, uint8
- *@li indices: An ND Tensor.
- *Must be one of the following types: int32 or int64
- *@li updates: An ND Tensor.
- *Must be one of the following types: float16, float, int32, int8, uint8
- *@par Attributes:
- *use_locking: An optional bool. Defaults to "False". If "True",
- * the operation will be protected by a lock . \n
-
- *@par Outputs:
- *var: A Tensor. Has the same type and format as input "var" . \n
-
- *@par Third-party framework compatibility
- * Compatible with the TensorFlow operator ScatterNdAdd.
- */
- REG_OP(ScatterNdAdd)
- .INPUT(var, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .INPUT(indices, TensorType::IndexNumberType())
- .INPUT(updates, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .OUTPUT(var, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .ATTR(use_locking, Bool, false)
- .OP_END_FACTORY_REG(ScatterNdAdd)
-
- /**
- *@brief Applies sparse addition to individual values or slices in a Variable . \n
-
- *@par Inputs:
- * Three inputs, including:
- *@li x: An ND Tensor. \n
-
- *Must be one of the following types: float16, float32, int32, int8, uint8
- *@li indices: An ND Tensor. \n
-
- *Must be one of the following types: int32
- *@li updates: An ND Tensor. \n
-
- * Must be one of the following types: float16, float32, int32, int8, uint8
-
- *@par Outputs:
- *y: A Tensor. Has the same type and format as input "x" . \n
-
- *@par Third-party framework compatibility
- * Compatible with the TensorFlow operator TensorScatterAdd.
-
- *@par Restrictions:
- *Warning: THIS FUNCTION IS EXPERIMENTAL. Please do not use.
- */
- REG_OP(TensorScatterAdd)
- .INPUT(x, TensorType({DT_FLOAT16, DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .INPUT(indices, TensorType::IndexNumberType())
- .INPUT(updates, TensorType({DT_FLOAT16, DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .OUTPUT(y, TensorType({DT_FLOAT16, DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .OP_END_FACTORY_REG(TensorScatterAdd)
-
- /**
- *@brief Applies sparse subtraction to individual values or slices in a Variable . \n
-
- *@par Inputs:
- * Three inputs, including:
- *@li var: An ND Tensor.
- *Must be one of the following types: float16, float, int32, int8, uint8
- *@li indices: An ND Tensor.
- *Must be one of the following types: int32 or int64
- *@li updates: An ND Tensor.
- *Must be one of the following types: float16, float, int32, int8, uint8
-
- *@par Attributes:
- *use_locking: An optional bool. Defaults to "False". If "True",
- * the operation will be protected by a lock . \n
-
- *@par Outputs:
- * var: A Tensor. Has the same type and format as input "var" . \n
-
- *@par Third-party framework compatibility
- * Compatible with the TensorFlow operator ScatterNdSub.
- */
- REG_OP(ScatterNdSub)
- .INPUT(var, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .INPUT(indices, TensorType::IndexNumberType())
- .INPUT(updates, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .OUTPUT(var, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .ATTR(use_locking, Bool, false)
- .OP_END_FACTORY_REG(ScatterNdSub)
-
- /**
- *@brief Applies sparse addition to individual values or slices in a Variable . \n
-
- *@par Inputs:
- * Three inputs, including:
- *@li x: An ND Tensor. \n
-
- *Must be one of the following types: float16, float32, int32, int8, uint8
- *@li indices: An ND Tensor. \n
-
- *Must be one of the following types: int32
- *@li updates: An ND Tensor. \n
-
- *Must be one of the following types: float16, float32, int32, int8, uint8
-
- *@par Outputs:
- * y: A Tensor. Has the same type and format as input "x" . \n
-
- *@par Third-party framework compatibility
- * Compatible with the TensorFlow operator TensorScatterSub.
-
- *@par Restrictions:
- *Warning: THIS FUNCTION IS EXPERIMENTAL. Please do not use.
- */
- REG_OP(TensorScatterSub)
- .INPUT(x, TensorType({DT_FLOAT16, DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .INPUT(indices, TensorType::IndexNumberType())
- .INPUT(updates, TensorType({DT_FLOAT16, DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .OUTPUT(y, TensorType({DT_FLOAT16, DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .OP_END_FACTORY_REG(TensorScatterSub)
-
- /**
- *@brief Subtracts sparse updates to a variable reference . \n
-
- *@par Inputs:
- * Three inputs, including:
- *@li var: An ND Tensor.
- *Must be one of the following types: float16, float, int32, int8, uint8
- *@li indices: An ND Tensor.
- *Must be one of the following types: int32 or int64
- *@li updates: An ND Tensor.
- *Must be one of the following types: float16, float, int32, int8, uint8
- *@par Attributes:
- *use_locking: An optional bool. Defaults to "False". If "True",
- * the operation will be protected by a lock . \n
-
- *@par Outputs:
- * var: A Tensor. Has the same type and format as input "var" . \n
-
- *@par Third-party framework compatibility
- * Compatible with the TensorFlow operator ScatterSub.
- */
- REG_OP(ScatterSub)
- .INPUT(var, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .INPUT(indices, TensorType::IndexNumberType())
- .INPUT(updates, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .OUTPUT(var, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .ATTR(use_locking, Bool, false)
- .OP_END_FACTORY_REG(ScatterSub)
-
- /**
- *@brief: Returns the batched diagonal part of a batched tensor with "assist" . \n
-
- *@par Inputs:
- * Two inputs, including:
- * @li x: A Tensor of type float16, float32, or int32.
- * @li assist: A Tensor of the same type as "x" . \n
-
- *@par Outputs:
- *y: A Tensor. Has the same type as "x" . \n
-
- *@par Third-party framework compatibility
- * Compatible with the TensorFlow operator DiagPart.
- *
- * @par Restrictions:
- * Warning: THIS FUNCTION IS DEPRECATED. Please use DiagPart instead.
- */
- REG_OP(DiagPartD)
- .INPUT(x, TensorType({DT_FLOAT, DT_FLOAT16, DT_INT32}))
- .INPUT(assist, TensorType({DT_FLOAT, DT_FLOAT16, DT_INT32}))
- .OUTPUT(y, TensorType({DT_FLOAT, DT_FLOAT16, DT_INT32}))
- .OP_END_FACTORY_REG(DiagPartD)
-
- /**
- *@brief: Returns the batched diagonal part of a batched tensor . \n
-
- *@par Inputs:
- *x: A Tensor. Must be one of the following types:
- * float16, float32, int32, int64, double, complex64, complex128 . \n
-
- *@par Outputs:
- *y: A Tensor. Has the same type as "x" . \n
-
- *@par Third-party framework compatibility
- * Compatible with the TensorFlow operator DiagPart.
- */
- REG_OP(DiagPart)
- .INPUT(x, TensorType({DT_FLOAT, DT_FLOAT16, DT_INT32, DT_INT64, DT_DOUBLE,
- DT_COMPLEX64, DT_COMPLEX128}))
- .OUTPUT(y, TensorType({DT_FLOAT, DT_FLOAT16, DT_INT32, DT_INT64, DT_DOUBLE,
- DT_COMPLEX64, DT_COMPLEX128}))
- .OP_END_FACTORY_REG(DiagPart)
-
- /**
- *@brief Also known as a "fully-connected" layer, computes an inner product with a set of learned weights, and (optionally) adds biases . \n
-
- *@par Inputs:
- * Four inputs, including:
- *@li x: A Tensor of type float16, int8.
- *@li w: A weight matrix of type float16, int8.
- *@li b: An optional Tensor of type float16, int32, float32.
- *@li offset_w: An optional Tensor of type int8. Reserved. Only None Supported. \n
-
- *@par Attributes:
- *@li num_output: Required. An int, output neuron number. Reserved.
- *@li transpose: A bool, specifying weight whether to transpose input w, either "true" or "false". Defaults to "false".
- *@li axis: Optional. An int, 1 or 2, specifying which dimension the input "K" starts from. Defaults to 1.
- * The product of the subsequent dimensions starting form first dimension or the second dimension is "K".
- *@li offset_x: An optional integer for quantized FullyConnection.
- *The negative offset added to the input image for int8 type. Ensure offset_x within the
- *effective range of int8 [-128, 127]. Defaults to "0". \n
-
- *@par Outputs:
- *y: The result tensor of type float16, int32, float32 . \n
-
- *@par Third-party framework compatibility
- * Compatible with the Caffe operator InnerProduct . \n
-
- *@par Quantization supported or not
- * Yes
- */
- REG_OP(FullyConnection)
- .INPUT(x, TensorType({DT_FLOAT16, DT_INT8, DT_INT4, DT_FLOAT32, DT_BF16}))
- .INPUT(w, TensorType({DT_FLOAT16, DT_INT8, DT_INT4, DT_FLOAT32, DT_BF16}))
- .OPTIONAL_INPUT(b, TensorType({DT_FLOAT16, DT_INT32,DT_FLOAT32, DT_BF16}))
- .OPTIONAL_INPUT(offset_w, TensorType({DT_INT8, DT_INT4}))
- .OUTPUT(y, TensorType({DT_FLOAT16, DT_INT32,DT_FLOAT32, DT_BF16}))
- .REQUIRED_ATTR(num_output, Int)
- .ATTR(transpose, Bool, false)
- .ATTR(axis, Int, 1)
- .ATTR(offset_x, Int, 0)
- .OP_END_FACTORY_REG(FullyConnection)
-
- /**
- *@brief Also known as a "fully-connected-compress" layer, computes an inner
- product with a set of learned weights, and (optionally) adds biases . \n
-
- *@par Inputs:
- * Five inputs, including:
- *@li x: A Tensor of type uint8, int8.
- *@li w: A weight matrix of type int8.
- *@li compress_index: A compress index matrix of type int8.
- *@li b: A Tensor of type int32.
- *@li offset_w: A Tensor of type int8.
-
- *@par Attributes:
- *@li num_output: A int, specifying the number of outputs.
- *@li transpose: A bool, specifying whether to transpose input w, either "true"
- or "false". Defaults to "false".
- *@li axis: Optional. A int, 1 or 2, specifying which dimension the input "K"
- starts from. Defaults to "1".
- * The product of the subsequent dimensions starting form first dimension or the
- second dimension is "K".
- *@li offset_x: An optional integer for quantized FullyConnectionCompress.
- *The negative offset added to the input image for int8 type. Ensure offset_x
- within the effective range of int8 [-128, 127]. Defaults to "0". \n
-
- *@par Outputs:
- *y: The result tensor of type int32. \n
-
- *@par Third-party framework compatibility
- * Compatible with the Caffe operator InnerProduct. \n
-
- *@par Quantization supported or not
- * Yes
- */
- REG_OP(FullyConnectionCompress)
- .INPUT(x, TensorType({DT_UINT8, DT_INT8}))
- .INPUT(w, TensorType({DT_INT8}))
- .INPUT(comress_index, TensorType({DT_INT8}))
- .OPTIONAL_INPUT(b, TensorType({DT_INT32}))
- .OPTIONAL_INPUT(offset_w, TensorType({DT_INT8}))
- .OUTPUT(y, TensorType({DT_INT32}))
- .REQUIRED_ATTR(num_output, Int)
- .ATTR(transpose, Bool, false)
- .ATTR(axis, Int, 1)
- .ATTR(offset_x, Int, 0)
- .OP_END_FACTORY_REG(FullyConnectionCompress)
-
- /**
- *@brief Computes the confusion matrix from predictions and labels . \n
-
- *@par Inputs:
- * Three inputs, including:
- *@li labels: A Tensor. Must be one of the following types: float16, float32,
- * int32, int8, uint8.
- *@li predictions: A Tensor. Must be one of the following types: float16,
- * float32, int32, int8, uint8.
- *@li weights: A Tensor. Must be one of the following types: float16, float32,
- * int32, int8, uint8 . \n
-
- *@par Attributes:
- *@li num_classes: An integer for the shape of the output matrix.
- * No default value.
- *@li dtype: Data type of the confusion matrix. No default value . \n
-
- *@par Outputs:
- *y: A Tensor. Has the same type and format as input "labels"
-
- *@attention Constraints:
- *@li "weights", "labels", and "predictions" are 1D tensors.
- *@li The output is with shape (num_classes, num_classes),
- * where, 1 <= num_classes <= 4096 . \n
-
- *@see Region()
-
- *@par Third-party framework compatibility
- * Compatible with the TensorFlow operator ConfusionMatrix.
- */
- REG_OP(ConfusionMatrix)
- .INPUT(labels, TensorType({DT_FLOAT, DT_INT32, DT_FLOAT16, DT_INT8, DT_UINT8}))
- .INPUT(predictions, TensorType({DT_FLOAT, DT_INT32, DT_FLOAT16, DT_INT8, DT_UINT8}))
- .OPTIONAL_INPUT(weights, TensorType({DT_FLOAT, DT_INT32, DT_FLOAT16, DT_INT8, DT_UINT8}))
- .OUTPUT(y, TensorType({DT_FLOAT, DT_INT32, DT_FLOAT16, DT_INT8, DT_UINT8}))
- .REQUIRED_ATTR(num_classes, Int)
- .REQUIRED_ATTR(dtype, String)
- .OP_END_FACTORY_REG(ConfusionMatrix)
-
- /**
- *@brief Multiplies sparse updates into a variable reference . \n
-
- *@par Inputs:
- * Three inputs, including:
- *@li var: An ND Tensor.
- *Must be one of the following types: float16, float, int32, int8, uint8
- *@li indices: An ND Tensor.
- *Must be one of the following types: int32 or int64
- *@li updates: An ND Tensor . \n
-
- *Must be one of the following types: float16, float, int32, int8, uint8
-
- *@par Attributes:
- *use_locking: An optional bool. Defaults to "False". If "True", the operation
- * will be protected by a lock . \n
-
- *@par Outputs:
- *var: A Tensor. Has the same type and format as input "var" . \n
-
- *@par Third-party framework compatibility
- * Compatible with the TensorFlow operator ScatterMul.
- */
- REG_OP(ScatterMul)
- .INPUT(var, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .INPUT(indices, TensorType::IndexNumberType())
- .INPUT(updates, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .OUTPUT(var, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .ATTR(use_locking, Bool, false)
- .OP_END_FACTORY_REG(ScatterMul)
-
- /**
- *@brief Reduces sparse updates into a variable reference using
- * the "min" operation . \n
-
- *@par Inputs:
- * Three inputs, including:
- *@li var: An ND Tensor.
- *Must be one of the following types: float16, float, int32, int8, uint8
-
- *@li indices: An ND Tensor.
- *Must be one of the following types: int32 or int64
-
- *@li updates: An ND Tensor.
- *Must be one of the following types: float16, float, int32, int8, uint8
-
- *@par Attributes:
- *use_locking: An optional bool. Defaults to "False". If "True", the operation
- * will be protected by a lock . \n
-
- *@par Outputs:
- *var: A Tensor. Has the same type and format as input "var" . \n
-
- *@par Third-party framework compatibility
- * Compatible with the TensorFlow operator ScatterMin.
- */
- REG_OP(ScatterMin)
- .INPUT(var, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .INPUT(indices, TensorType::IndexNumberType())
- .INPUT(updates, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .OUTPUT(var, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .ATTR(use_locking, Bool, false)
- .OP_END_FACTORY_REG(ScatterMin)
-
- /**
- *@brief Reduces sparse updates into a variable reference using the "max" operation . \n
-
- *@par Inputs:
- * Three inputs, including:
- *@li var: An ND Tensor .
-
- *Must be one of the following types: float16, float, int32, int8, uint8
- *@li indices: An NCHW, NHWC, or ND Tensor . \n
-
- *Must be one of the following types: int32 or int64
- *@li updates: An NCHW, NHWC, or ND Tensor .
-
- *Must be one of the following types: float16, float, int32, int8, uint8
-
- *@par Attributes:
- *use_locking: An optional bool. Defaults to "False".
- * If "True", the operation will be protected by a lock . \n
-
- *@par Outputs:
- *var: A Tensor. Has the same type and format as input "var" . \n
-
- *@par Third-party framework compatibility
- * Compatible with the TensorFlow operator ScatterMax.
- */
- REG_OP(ScatterMax)
- .INPUT(var, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .INPUT(indices, TensorType::IndexNumberType())
- .INPUT(updates, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .OUTPUT(var, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .ATTR(use_locking, Bool, false)
- .OP_END_FACTORY_REG(ScatterMax)
-
- /**
- *@brief Applies sparse updates to a variable reference . \n
-
- *@par Inputs:
- * Three inputs, including:
- *@li var: An ND Tensor .
-
- *Must be one of the following types: float16, float, int32, int8, uint8
- *@li indices: An ND Tensor . \n
-
- *Must be one of the following types: int32 or int64
- *@li updates: An ND Tensor .
-
- *Must be one of the following types: float16, float, int32, int8, uint8
-
- *@par Attributes:
- *use_locking: An optional bool. Defaults to "False". If "True",
- * the operation will be protected by a lock . \n
-
- *@par Outputs:
- *var: A Tensor. Has the same type and format as input "var" . \n
-
- *@par Third-party framework compatibility
- * Compatible with the TensorFlow operator ScatterUpdate.
- */
- REG_OP(ScatterUpdate)
- .INPUT(var, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .INPUT(indices, TensorType::IndexNumberType())
- .INPUT(updates, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .OUTPUT(var, TensorType({DT_FLOAT16,DT_FLOAT,DT_INT32,DT_INT8,DT_UINT8}))
- .ATTR(use_locking, Bool, false)
- .OP_END_FACTORY_REG(ScatterUpdate)
-
- /**
- *@brief Returns a tensor with the `k[0]`-th to `k[1]`-th diagonals of the batched `input` . \n
-
- *@par Inputs:
- * Three inputs, including:
- *@li input: Rank `r` tensor where `r >= 2`. \n
-
- *@li k: \n
- *Diagonal offset(s). Positive value means superdiagonal, 0 refers to the main \n
- *diagonal, and negative value means subdiagonals. `k` can be a single integer \n
- *(for a single diagonal) or a pair of integers specifying the low and high ends \n
- *of a matrix band. `k[0]` must not be larger than `k[1]`. \n
-
- *@li padding_value: The value to fill the area outside the specified diagonal band with. \n
-
- *@par Outputs:
- *diagonal: The extracted diagonal(s) . \n
-
- *@par Third-party framework compatibility
- * Compatible with the TensorFlow operator ScatterUpdate.
- */
- REG_OP(MatrixDiagPartV2)
- .INPUT(input, TensorType::BasicType())
- .INPUT(k, TensorType({DT_INT32}))
- .INPUT(padding_value, TensorType::BasicType())
- .OUTPUT(diagonal, TensorType::BasicType())
- .OP_END_FACTORY_REG(MatrixDiagPartV2)
-
- /**
- *@brief Returns a batched matrix tensor with new batched diagonal values . \n
-
- *@par Inputs:
- * Three inputs, including:
- *@li input: "Rank `r+1`, where `r >= 1`. \n
-
- *@li diagonal: Rank `r` when `k` is an integer or `k[0] == k[1]`. Otherwise, it has rank `r+1`. \n
-
- *@li k:
- *Diagonal offset(s). Positive value means superdiagonal, 0 refers to the main \n
- *diagonal, and negative value means subdiagonals. `k` can be a single integer \n
- *(for a single diagonal) or a pair of integers specifying the low and high ends \n
- *of a matrix band. `k[0]` must not be larger than `k[1]`. \n
-
- *@par Outputs:
- *output: Rank `r+1`, with `output.shape = input.shape` . \n
-
- *@par Third-party framework compatibility
- * Compatible with the TensorFlow operator ScatterUpdate.
- */
- REG_OP(MatrixSetDiagV2)
- .INPUT(input, TensorType::BasicType())
- .INPUT(diagonal, TensorType::BasicType())
- .INPUT(k, TensorType({DT_INT32}))
- .OUTPUT(output, TensorType::BasicType())
- .OP_END_FACTORY_REG(MatrixSetDiagV2)
-
- /**
- *@brief Returns a batched matrix tensor with new batched diagonal values . \n
-
- *@par Inputs:
- * Three inputs, including:
- *@li input: "Rank `r+1`, where `r >= 1`. \n
-
- *@li diagonal: Rank `r` when `k` is an integer or `k[0] == k[1]`. Otherwise, it has rank `r+1`. \n
-
- *@li k:
- *Diagonal offset(s). Positive value means superdiagonal, 0 refers to the main \n
- *diagonal, and negative value means subdiagonals. `k` can be a single integer \n
- *(for a single diagonal) or a pair of integers specifying the low and high ends \n
- *of a matrix band. `k[0]` must not be larger than `k[1]`. \n
-
- *@par Attributes:
- *@li align: An optional string. Defaults to RIGHT_LEFT. It is a string specifying \n
- *how superdiagonals and subdiagonals should be aligned, respectively. \n
- *other optional: LEFT_RIGHT, LEFT_LEFT, and RIGHT_RIGHT.\n
-
- *@par Outputs:
- *output: Rank `r+1`, with `output.shape = input.shape` . \n
-
- *@par Third-party framework compatibility
- * Compatible with the TensorFlow operator ScatterUpdate.
- */
- REG_OP(MatrixSetDiagV3)
- .INPUT(input, TensorType::BasicType())
- .INPUT(diagonal, TensorType::BasicType())
- .INPUT(k, TensorType({DT_INT32}))
- .OUTPUT(output, TensorType::BasicType())
- .ATTR(align, String, "RIGHT_LEFT")
- .OP_END_FACTORY_REG(MatrixSetDiagV3)
-
- /**
- *@brief Returns a batched diagonal tensor with given batched diagonal values . \n
-
- *@par Inputs:
- * Five inputs, including:
- *@li diagonal: Rank `r`, where `r >= 1` \n
-
- *@li k:
- *Diagonal offset(s). Positive value means superdiagonal, 0 refers to the main \n
- *diagonal, and negative value means subdiagonals. `k` can be a single integer \n
- *(for a single diagonal) or a pair of integers specifying the low and high ends \n
- *of a matrix band. `k[0]` must not be larger than `k[1]`. \n
-
- *@li num_rows:
- *The number of rows of the output matrix. If it is not provided, the op assumes \n
- *the output matrix is a square matrix and infers the matrix size from k and the \n
- *innermost dimension of `diagonal`. \n
-
- *@li num_cols: An NCHW, NHWC, or ND Tensor.
- *The number of columns of the output matrix. If it is not provided, the op \n
- *assumes the output matrix is a square matrix and infers the matrix size from \n
- *k and the innermost dimension of `diagonal`. \n
-
- *@li padding_value: The number to fill the area outside the specified diagonal band with. \n
-
- *@par Outputs:
- *output: Has rank `r+1` when `k` is an integer or `k[0] == k[1]`, rank `r` otherwise . \n
-
- *@par Third-party framework compatibility
- * Compatible with the TensorFlow operator ScatterUpdate.
- */
- REG_OP(MatrixDiagV2)
- .INPUT(diagonal, TensorType::BasicType())
- .INPUT(k, TensorType({DT_INT32}))
- .INPUT(num_rows, TensorType({DT_INT32}))
- .INPUT(num_cols, TensorType({DT_INT32}))
- .INPUT(padding_value, TensorType::BasicType())
- .OUTPUT(output, TensorType::BasicType())
- .OP_END_FACTORY_REG(MatrixDiagV2)
-
- /**
- * @brief Add updates to var_out according to axis and indices.
-
- * @par Inputs:
- * Three inputs, including:
- * @li var: A Tensor. Must be one of the following types:
- * float16, float32, int32, int8, uint8.
- * @li indices: A Tensor of the indices, type should be int32.
- * @li updates: A Tensor of the same type as "var".
-
- * @par Attributes:
- * @li axis: An required int to specify the axis to perform indices add.
-
- * @par Outputs:
- * @li var_out: A Tensor. Same as input "var".
-
- * @par Third-party framework compatibility
- * Compatible with the Pytorch operator index_add.
-
- * @par Restrictions:
- * Warning:THIS FUNCTION IS EXPERIMENTAL. Please do not use.
- */
- REG_OP(IndexAdd)
- .INPUT(var, TensorType({DT_INT32, DT_INT8, DT_UINT8, DT_FLOAT32, DT_FLOAT16}))
- .INPUT(indices, TensorType({DT_INT32}))
- .INPUT(updates, TensorType({DT_INT32, DT_INT8, DT_UINT8, DT_FLOAT32, DT_FLOAT16}))
- .OUTPUT(var_out, TensorType({DT_INT32, DT_INT8, DT_UINT8, DT_FLOAT32, DT_FLOAT16}))
- .ATTR(axis, Int, 0)
- .OP_END_FACTORY_REG(IndexAdd)
-
- /**
- * @brief According to the index number of indexes, replace the value
- *corresponding to X1 with the value in x2.
-
- * @par Inputs:
- * Three inputs, including:
- * @li x1: A Tensor. Must be one of the following types:
- *float16, float32, double, int32, uint8, int16, int8, complex64, int64,
- *qint8, quint8, qint32, uint16, complex128, uint32, uint64. \n
-
- * @li x2: A Tensor of the same type as "x1".
- * @li indices: A Tensor of the indices,
-
- * @par Attributes:
- * @li accumulate: Does it support self accumulation.Defaults to 0.
-
- * @par Outputs:
- * @li y: A Tensor. Same as input "x1".
-
- * @par Third-party framework compatibility
- * Compatible with the Pytorch operator index_put.
-
- * @par Restrictions:
- * Warning:THIS FUNCTION IS EXPERIMENTAL. Please do not use.
- */
- REG_OP(IndexPut)
- .INPUT(x1, TensorType::BasicType())
- .INPUT(x2, TensorType::BasicType())
- .OUTPUT(y, TensorType::BasicType())
- .REQUIRED_ATTR(indices, ListInt)
- .ATTR(accumulate, Int, 0)
- .OP_END_FACTORY_REG(IndexPut)
-
- /**
- *@brief: Returns the upper triangular part of a matrix (2-D tensor) or batch of matrices input \n
-
- *@par Inputs:
- *x: A Tensor. Must be one of the following types:
- *float16, float32, double, int32, uint8, int16, int8, complex64, int64,
- *qint8, quint8, qint32, uint16, complex128, uint32, uint64. \n
-
- *@par Attributes:
- *diagonal: An optional attribute indicates the diagonal to consider. \n
-
- *@par Outputs:
- *y: A Tensor. Has the same type as "x" . \n
-
- *@par Third-party framework compatibility
- * Compatible with the Pytorch operator Triu.
- */
- REG_OP(Triu)
- .INPUT(x, TensorType::BasicType())
- .ATTR(diagonal, Int, 0)
- .OUTPUT(y, TensorType::BasicType())
- .OP_END_FACTORY_REG(Triu)
-
- /**
- *@brief: Returns the upper triangular part of a matrix (2-D tensor) or batch of matrices input \n
-
- *@par Inputs:
- *x: A Tensor. Must be one of the following types:
- *float16, float32, double, int32, uint8, int16, int8, complex64, int64,
- *qint8, quint8, qint32, uint16, complex128, uint32, uint64. \n
-
- *@par Attributes:
- *diagonal: An optional attribute indicates the diagonal to consider. \n
-
- *@par Outputs:
- *y: A Tensor. Has the same type as "x" . \n
-
- *@par Third-party framework compatibility
- * Compatible with the Pytorch operator Tril.
- */
- REG_OP(Tril)
- .INPUT(x, TensorType::BasicType())
- .ATTR(diagonal, Int, 0)
- .OUTPUT(y, TensorType::BasicType())
- .OP_END_FACTORY_REG(Tril)
- /**
- *@brief Concatenates a list of N tensors along the first dimension.
- *@par Inputs:
- * Two inputs, including:
- * @li values: A list of Tensors. Must be one of the following types: int32, float16, float32.
- * Tensors to be concatenated. All must have size 1 in the first dimension and same shape.
- * It's a dynamic input.
- * @li shape: A Tensor of the same type as "x".
- * The final shape of the result. Should be equal to the shapes of any input
- * but with the number of input values in the first dimension . \n
-
- *@par Attributes:
- *equation: The subscripts for the Einstein summation. \n
- *N: tensor size of input \n
-
- *@par Outputs:
- *@li y: Sums the product of the elements of the input operands along dimensions specified
- using a notation based on the Einstein summation convention. \n
-
- *@attention Constraints:
- *Input N must be Int. \n
-
- *@par Third-party framework compatibility
- *Compatible with Pytorch einsum operator.
- */
- REG_OP(Einsum)
- .DYNAMIC_INPUT(x, TensorType({DT_FLOAT16, DT_FLOAT, DT_INT32}))
- .OUTPUT(y, TensorType({DT_FLOAT16, DT_FLOAT, DT_INT32}))
- .REQUIRED_ATTR(equation, String)
- .REQUIRED_ATTR(N, Int)
- .OP_END_FACTORY_REG(Einsum)
-
- /**
- *@brief Returns a 2-D tensor with ones on the diagonal and zeros elsewhere. \n
-
- *@par Inputs:
- *No inputs
-
- *@par Attributes:
- *@li num_rows: An required int. \n
- *@li num_columns: An optional int.Defaults to 0. \n
- *@li batch_shape: An optional ListInt.Defaults to []. \n
- *@li dtype: An optional int.Defaults to 0. \n
-
- *@par Outputs:
- *y: A Tensor with targeted type and shape. \n
-
- *@par Third-party framework compatibility
- *Compatible with the Pytorch operator Eye. \n
- */
- REG_OP(Eye)
- .OUTPUT(y, TensorType::BasicType()) /* "Result, has targeted element type" */
- .REQUIRED_ATTR(num_rows, Int)
- .ATTR(num_columns, Int, 0)
- .ATTR(batch_shape, ListInt, {})
- .ATTR(dtype, Int, 0)
- .OP_END_FACTORY_REG(Eye)
-
- /**
- *@brief: Fill diagonal of at least 2 dimension tensors with value . \n
-
- *@par Inputs:
- *x: A Tensor. Must be one of the following types:
- * float32, int32, int64 . \n
-
- *@par Outputs:
- *y: A Tensor. Has the same type as "x" . \n
-
- *@par Attributes:
- *fill_value:The value to fill in
- *wrap: An optional bool. Defaults to "False". If "True", Use recursive fill. \n
-
- *@par Third-party framework compatibility
- * Compatible with the Pytorch operator FillDiagonal.
- */
- REG_OP(FillDiagonal)
- .INPUT(x, TensorType({DT_FLOAT, DT_INT32, DT_INT64}))
- .OUTPUT(y, TensorType({DT_FLOAT, DT_INT32, DT_INT64}))
- .REQUIRED_ATTR(fill_value, Float)
- .ATTR(wrap, Bool, false)
- .OP_END_FACTORY_REG(FillDiagonal)
-
- /**
- *@brief: Returns the sum of the elements of the diagonal of the input 2-D matrix. \n
-
- *@par Inputs:
- *x: A Tensor. Must be one of the following types:
- * float16, float. \n
-
- *@par Outputs:
- *y: A Tensor. Has the same type as "x" . \n
-
- *@par Third-party framework compatibility
- * Compatible with the Pytorch operator Trace.
- */
-
- REG_OP(Trace)
- .INPUT(x, TensorType({DT_FLOAT16, DT_FLOAT}))
- .OUTPUT(y, TensorType({DT_FLOAT16, DT_FLOAT}))
- .OP_END_FACTORY_REG(Trace)
-
- /**
- *@brief Computes the generalized inverse of any matrix. \n
-
- *@par Inputs:
- * @li x: input matrix. Must be one of the following types:
- * double, float. \n
-
- *@par Attributes:
- * @li rcond: An optional float >= 0 or inf. Defaults to 1e-15. \n
-
- *@par Outputs:
- * y: A Tensor with the same type and shape of x's transpose. \n
-
- */
- REG_OP(Pinverse)
- .INPUT(x, TensorType({ DT_FLOAT, DT_DOUBLE }))
- .OUTPUT(y, TensorType({ DT_FLOAT, DT_DOUBLE }))
- .ATTR(rcond, Float, 1e-15)
- .OP_END_FACTORY_REG(Pinverse)
-
- } // namespace ge
-
- #endif // OPS_BUILT_IN_OP_PROTO_INC_MATRIX_CALCULATION_OPS_H_
|