OnnxTensorView

data class OnnxTensorView(val name: String, val shape: List<Long>, val dtype: String, val proto: TensorProto)(source)

Constructors

Link copied to clipboard
constructor(name: String, shape: List<Long>, dtype: String, proto: TensorProto)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Convenience to decode through the OnnxTensorView wrapper.