step
open override fun step(modelOutput: LocalDiffusionTensor<*>, stepIndex: Int, sample: LocalDiffusionTensor<*>): LocalDiffusionTensor<*>(source)
Executes the step step in the SDAI ONNX local diffusion feature layer.
Return
Result produced by step.
Author
Dmitriy Moroz
Parameters
modelOutput
model output value consumed by the API.
stepIndex
step index value consumed by the API.
sample
sample value consumed by the API.