valueOrNull

abstract fun StructureND<T>.valueOrNull(): T?(source)

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

Return

a nullable value of a potentially scalar tensor.