Table of Contents

Enum TensorRtUnaryOperation

Namespace
JYPPX.TensorRtSharp
Assembly
JYPPX.TensorRtSharp.dll

Represents TensorRT TensorRtUnaryOperation values. 表示 TensorRT TensorRtUnaryOperation 枚举值。

public enum TensorRtUnaryOperation

Fields

Abs = 4

Represents the Abs value of TensorRtUnaryOperation. 表示 TensorRtUnaryOperation 的 Abs 取值。

Acos = 12

Represents the Acos value of TensorRtUnaryOperation. 表示 TensorRtUnaryOperation 的 Acos 取值。

Acosh = 15

Represents the Acosh value of TensorRtUnaryOperation. 表示 TensorRtUnaryOperation 的 Acosh 取值。

Asin = 11

Represents the Asin value of TensorRtUnaryOperation. 表示 TensorRtUnaryOperation 的 Asin 取值。

Asinh = 14

Represents the Asinh value of TensorRtUnaryOperation. 表示 TensorRtUnaryOperation 的 Asinh 取值。

Atan = 13

Represents the Atan value of TensorRtUnaryOperation. 表示 TensorRtUnaryOperation 的 Atan 取值。

Atanh = 16

Represents the Atanh value of TensorRtUnaryOperation. 表示 TensorRtUnaryOperation 的 Atanh 取值。

Ceil = 17

Represents the Ceil value of TensorRtUnaryOperation. 表示 TensorRtUnaryOperation 的 Ceil 取值。

Cos = 7

Represents the Cos value of TensorRtUnaryOperation. 表示 TensorRtUnaryOperation 的 Cos 取值。

Cosh = 10

Represents the Cosh value of TensorRtUnaryOperation. 表示 TensorRtUnaryOperation 的 Cosh 取值。

Erf = 19

Represents the Erf value of TensorRtUnaryOperation. 表示 TensorRtUnaryOperation 的 Erf 取值。

Exp = 0

Represents the Exp value of TensorRtUnaryOperation. 表示 TensorRtUnaryOperation 的 Exp 取值。

Floor = 18

Represents the Floor value of TensorRtUnaryOperation. 表示 TensorRtUnaryOperation 的 Floor 取值。

IsInf = 23

Represents the IsInf value of TensorRtUnaryOperation. 表示 TensorRtUnaryOperation 的 IsInf 取值。

IsNaN = 24

Represents the IsNaN value of TensorRtUnaryOperation. 表示 TensorRtUnaryOperation 的 IsNaN 取值。

Log = 1

Represents the Log value of TensorRtUnaryOperation. 表示 TensorRtUnaryOperation 的 Log 取值。

Neg = 5

Represents the Neg value of TensorRtUnaryOperation. 表示 TensorRtUnaryOperation 的 Neg 取值。

Not = 20

Represents the Not value of TensorRtUnaryOperation. 表示 TensorRtUnaryOperation 的 Not 取值。

Recip = 3

Represents the Recip value of TensorRtUnaryOperation. 表示 TensorRtUnaryOperation 的 Recip 取值。

Round = 22

Represents the Round value of TensorRtUnaryOperation. 表示 TensorRtUnaryOperation 的 Round 取值。

Sign = 21

Represents the Sign value of TensorRtUnaryOperation. 表示 TensorRtUnaryOperation 的 Sign 取值。

Sin = 6

Represents the Sin value of TensorRtUnaryOperation. 表示 TensorRtUnaryOperation 的 Sin 取值。

Sinh = 9

Represents the Sinh value of TensorRtUnaryOperation. 表示 TensorRtUnaryOperation 的 Sinh 取值。

Sqrt = 2

Represents the Sqrt value of TensorRtUnaryOperation. 表示 TensorRtUnaryOperation 的 Sqrt 取值。

Tan = 8

Represents the Tan value of TensorRtUnaryOperation. 表示 TensorRtUnaryOperation 的 Tan 取值。