fullLike

fun fullLike(structureND: StructureND<*>, value: Double): DoubleTensor(source)

Returns a tensor with the same shape as input filled with value.

Return

tensor with the input tensor shape and filled with value.

Parameters

value

the value to fill the output tensor with.