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