Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
NNHandler
C# Class NNHandler, Unity-Barracuda-TinyYoloV2-WebGL-Sample
Inheritance:
System.IDisposable
Show file
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 property
public
Model,
model
return
Model,
worker
public property
public
IWorker,
worker
return
IWorker,