CLEANUP #5261 : Remove unused references to ComplexNDArray (#8987)

Signed-off-by: hosuaby <alexei.klenin@gmail.com>
master
Alexei KLENIN 2020-07-25 13:32:45 +02:00 committed by GitHub
parent 026ebabf77
commit d6d8fc592d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View File

@ -15,10 +15,7 @@
################################################################################ ################################################################################
real.class.double = org.nd4j.linalg.jcublas.JCublasNDArray real.class.double = org.nd4j.linalg.jcublas.JCublasNDArray
complex.class.double = org.nd4j.linalg.jcublas.complex.JCublasComplexNDArray
dtype = float dtype = float
complex.double.class = org.nd4j.linalg.jcublas.complex.ComplexDouble
complex.float.class = org.nd4j.linalg.jcublas.complex.ComplexFloat
blas.ops= org.nd4j.linalg.jcublas.JCublasWrapper blas.ops= org.nd4j.linalg.jcublas.JCublasWrapper
native.ops= org.nd4j.nativeblas.Nd4jCuda native.ops= org.nd4j.nativeblas.Nd4jCuda
ndarrayfactory.class = org.nd4j.linalg.jcublas.JCublasNDArrayFactory ndarrayfactory.class = org.nd4j.linalg.jcublas.JCublasNDArrayFactory

View File

@ -15,13 +15,11 @@
################################################################################ ################################################################################
real.class.double = org.nd4j.linalg.cpu.NDArray real.class.double = org.nd4j.linalg.cpu.NDArray
complex.class.double = org.nd4j.linalg.cpu.nativecpu.complex.ComplexNDArray
shapeinfoprovider = org.nd4j.linalg.cpu.nativecpu.DirectShapeInfoProvider shapeinfoprovider = org.nd4j.linalg.cpu.nativecpu.DirectShapeInfoProvider
constantsprovider = org.nd4j.linalg.cpu.nativecpu.cache.ConstantBuffersCache constantsprovider = org.nd4j.linalg.cpu.nativecpu.cache.ConstantBuffersCache
affinitymanager = org.nd4j.linalg.cpu.nativecpu.CpuAffinityManager affinitymanager = org.nd4j.linalg.cpu.nativecpu.CpuAffinityManager
memorymanager = org.nd4j.linalg.cpu.nativecpu.CpuMemoryManager memorymanager = org.nd4j.linalg.cpu.nativecpu.CpuMemoryManager
dtype = float dtype = float
complex.double.class = org.nd4j.linalg.cpu.nativecpu.complex.ComplexDouble
blas.ops = org.nd4j.linalg.cpu.nativecpu.BlasWrapper blas.ops = org.nd4j.linalg.cpu.nativecpu.BlasWrapper
native.ops= org.nd4j.nativeblas.Nd4jCpu native.ops= org.nd4j.nativeblas.Nd4jCpu
@ -31,7 +29,6 @@ resourcemanager_state = false
databufferfactory = org.nd4j.linalg.cpu.nativecpu.buffer.DefaultDataBufferFactory databufferfactory = org.nd4j.linalg.cpu.nativecpu.buffer.DefaultDataBufferFactory
workspacemanager = org.nd4j.linalg.cpu.nativecpu.workspace.CpuWorkspaceManager workspacemanager = org.nd4j.linalg.cpu.nativecpu.workspace.CpuWorkspaceManager
alloc = javacpp alloc = javacpp
fft = org.nd4j.linalg.fft.DefaultFFTInstance
opexec= org.nd4j.linalg.cpu.nativecpu.ops.NativeOpExecutioner opexec= org.nd4j.linalg.cpu.nativecpu.ops.NativeOpExecutioner
opexec.mode= native opexec.mode= native
random=org.nd4j.linalg.cpu.nativecpu.rng.CpuNativeRandom random=org.nd4j.linalg.cpu.nativecpu.rng.CpuNativeRandom