LocalDiffusionTensor

internal data class LocalDiffusionTensor<T>(var tensor: OnnxTensor, var buffer: T?, var shape: LongArray?)(source)

Carries LocalDiffusionTensor data through the SDAI ONNX local diffusion feature layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(tensor: OnnxTensor, buffer: T?, shape: LongArray?)

Properties

Link copied to clipboard
var buffer: T?

Exposes the buffer value used by the SDAI ONNX local diffusion feature layer.

Link copied to clipboard

Exposes the shape value used by the SDAI ONNX local diffusion feature layer.

Link copied to clipboard
var tensor: OnnxTensor

Exposes the tensor value used by the SDAI ONNX local diffusion feature layer.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

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

Link copied to clipboard
open override fun hashCode(): Int

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