Class ONNXModelImporter
Inheritance
ONNXModelImporter
Syntax
public class ONNXModelImporter : ScriptedImporter
Constructors
ONNXModelImporter()
Declaration
public ONNXModelImporter()
Fields
forceArbitraryBatchSize
Declaration
public bool forceArbitraryBatchSize
Field Value
treatErrorsAsWarnings
Declaration
public bool treatErrorsAsWarnings
Field Value
Methods
OnImportAsset(AssetImportContext)
Declaration
public override void OnImportAsset(AssetImportContext ctx)
Parameters
Type |
Name |
Description |
AssetImportContext |
ctx |
|