valueOrNull

abstract fun StructureND<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

Link copied to clipboard