DescriptorRunner
constructor
new DescriptorRunner(option?: DescriptorRunnerOptions
): DescriptorRunner
[descriptor_runner/descriptor_runner.ts:28]
backendName:BackendName
[descriptor_runner/descriptor_runner.ts:69]
The backend name
input arrays
outputs arrays
transformUrlDelegate: function
[descriptor_runner/descriptor_runner.ts:71]
run
run(): Promise<void
>
[descriptor_runner/descriptor_runner.ts:195]
Run descriptor. You must call getInputViews
and
getOutputViews
before calling this function.
Promise<void
>
checkAvailability
checkAvailability(): boolean
[descriptor_runner/descriptor_runner.ts:97]
Return true
if this backend is available in this environment.
boolean
-
Constructors -
Properties -
Methods
DescriptorRunner
provides interface to execute DNN model and access input and output buffers.