Enum TensorProto.Types.DataType | Barracuda | 0.5.0-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Enum TensorProto.Types.DataType

    Namespace: Onnx
    Syntax
    public enum DataType

    Fields

    Name Description
    Bfloat16

    Non-IEEE floating-point format based on IEEE754 single-precision floating-point number truncated to 16 bits. This format has 1 sign bit, 8 exponent bits, and 7 mantissa bits.

    Bool

    bool

    Complex128

    complex with float64 real and imaginary components

    Complex64

    complex with float32 real and imaginary components

    Double
    Float

    Basic types.

    Float16

    IEEE754 half-precision floating-point format (16 bits wide). This format has 1 sign bit, 5 exponent bits, and 10 mantissa bits.

    Int16

    int16_t

    Int32

    int32_t

    Int64

    int64_t

    Int8

    int8_t

    String

    string

    Uint16

    uint16_t

    Uint32
    Uint64
    Uint8

    uint8_t

    Undefined
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023