All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nd4j.jita.constant.ConstantHandler Maven / Gradle / Ivy

package org.nd4j.jita.constant;

import org.nd4j.jita.allocator.impl.AllocationPoint;
import org.nd4j.linalg.api.buffer.DataBuffer;

/**
 * @author [email protected]
 */
public interface ConstantHandler {
    long moveToConstantSpace(DataBuffer dataBuffer);

    DataBuffer getConstantBuffer(int[] array);

    DataBuffer getConstantBuffer(float[] array);

    DataBuffer getConstantBuffer(double[] array);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy