multipleTensorsByFloat
internal fun multipleTensorsByFloat(data: FloatArray, value: Float, dimensions: LongArray?): LocalDiffusionTensor<*>(source)
Executes the multipleTensorsByFloat step in the SDAI ONNX local diffusion feature layer.
Return
Result produced by multipleTensorsByFloat.
Author
Dmitriy Moroz
Parameters
data
data value consumed by the API.
value
value value consumed by the API.
dimensions
dimensions value consumed by the API.