valueOrNull

abstract fun Tensor<T>.valueOrNull(): T?

Returns a single tensor value of unit dimension if tensor shape equals to 1.

Return

a nullable value of a potentially scalar tensor.

Sources

common source
Link copied to clipboard