C# Class NNHandler, Unity-Barracuda-TinyYoloV2-WebGL-Sample

Inheritance: System.IDisposable
ファイルを表示 Open project: Kazuhito00/Unity-Barracuda-TinyYoloV2-WebGL-Sample Class Usage Examples

Public Properties

Property Type Description
model Model,
worker IWorker,

Public Methods

Method Description
Dispose ( ) : void
NNHandler ( NNModel nnmodel ) : UnityEngine

Method Details

Dispose() public method

public Dispose ( ) : void
return void

NNHandler() public method

public NNHandler ( NNModel nnmodel ) : UnityEngine
nnmodel NNModel
return UnityEngine

Property Details

model public_oe property

public Model, model
return Model,

worker public_oe property

public IWorker, worker
return IWorker,