Class Backend

Inheritance Relationships

Base Type

Class Documentation

class Backend : public marian::Backend

Public Functions

Backend(DeviceId deviceId, size_t seed)
~Backend()
void setDevice()
void synchronize()
cublasHandle_t getCublasHandle()
cusparseHandle_t getCusparseHandle()
void setOptimized(bool optimize)
bool isOptimized()
void setGemmType(std::string gemmType)
GemmType getGemmType()
void setQuantizeRange(float range)
float getQuantizeRange()
CudaCompute getCudaComputeCapability()