Toggle navigation
Home
org.nd4j.autodiff.opstate.NDArrayInformation to int
No. of Instances - 2
No. of Commits - 2
No. of Projects - {'nd4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Cascading Type Change (Similar)
NDArrayInformation
to
int[]
Rename Method invocation
getOutput
to
getInputsIds
Rename Variable
out
to
ins
arr
to
shape
Other
new int[]{ndArrayVertex.getIdx()}
to
shape
Add or Remove Method invocation
arr.getShape()
to
shape
SDVariable.builder().sameDiff(this).info(arr).vertexId(shape).shape(shape).varName(name)
to
SDVariable.builder().sameDiff(this).vertexId(vertexId).shape(shape).weightInitScheme(new ZeroInitScheme('f')).varName(name)