lineSpace

internal fun lineSpace(start: Double, end: Double, steps: Int): DoubleArray(source)

Executes the lineSpace step in the SDAI ONNX local diffusion feature layer.

Return

Result produced by lineSpace.

Author

Dmitriy Moroz

Parameters

start

start value consumed by the API.

end

end value consumed by the API.

steps

steps value consumed by the API.