Class ONNXModelImporter | Barracuda | 0.5.0-preview
docs.unity.cn
    Show / Hide Table of Contents

    Class ONNXModelImporter

    Asset Importer for Open Neural Network Exchange (ONNX) files. For more information about ONNX file format see: https://github.com/onnx/onnx

    Inheritance
    Object
    ONNXModelImporter
    Namespace: Barracuda
    Syntax
    public class ONNXModelImporter : ScriptedImporter

    Constructors

    ONNXModelImporter()

    Declaration
    public ONNXModelImporter()

    Fields

    patchRemoveTrailingTFExportCharacters

    Declaration
    public bool patchRemoveTrailingTFExportCharacters
    Field Value
    Type Description
    Boolean

    patchReshapeToSupportBatchSize

    Declaration
    public bool patchReshapeToSupportBatchSize
    Field Value
    Type Description
    Boolean

    Methods

    OnImportAsset(AssetImportContext)

    Declaration
    public override void OnImportAsset(AssetImportContext ctx)
    Parameters
    Type Name Description
    AssetImportContext ctx
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX