return new One<>(sameDiff,i_v.getResultShape()); | return Collections.singletonList(new One<>(sameDiff,i_v.get(0).getResultShape())); | new One<>(sameDiff,i_v.getResultShape()) | Collections.singletonList(new One<>(sameDiff,i_v.get(0).getResultShape())) | nd4j | b6097deba7380f6a1ead89c56571640769f87603 | org.nd4j.autodiff.functions.impl.unary.transform.ValueArrayOf | | | | - org.nd4j.autodiff.functions.One
- java.util.Collections
| | Returns | True |