@vladmandic/human - v3.3.6
Preparing search index...
models
Models
Class Models
Models class used by Human
models: record of all GraphModels
list: returns list of configured models with their stats
loaded: returns array of loaded models
reset: unloads all models
validate: checks loaded models for valid kernel ops vs current backend
stats: live detailed model stats that can be checked during model load phase
Index
Constructors
constructor
Properties
models
Methods
list
load
loaded
reset
stats
validate
Constructors
constructor
new
Models
(
currentInstance
:
Human
)
:
Models
Parameters
currentInstance
:
Human
Returns
Models
Properties
models
models
:
Record
<
string
,
null
|
GraphModel
>
= {}
Methods
list
list
()
:
{
loaded
:
boolean
;
name
:
string
;
size
:
number
;
url
:
any
}
[]
Returns
{
loaded
:
boolean
;
name
:
string
;
size
:
number
;
url
:
any
}
[]
load
load
(
instance
?:
Human
)
:
Promise
<
void
>
Parameters
Optional
instance
:
Human
Returns
Promise
<
void
>
loaded
loaded
()
:
string
[]
Returns
string
[]
reset
reset
()
:
void
Returns
void
stats
stats
()
:
ModelStats
Returns
ModelStats
validate
validate
()
:
{
missing
:
string
[]
;
name
:
string
}
[]
Returns
{
missing
:
string
[]
;
name
:
string
}
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
models
Methods
list
load
loaded
reset
stats
validate
@vladmandic/human - v3.3.6
Loading...
Models class used by Human