Documentation ¶
Index ¶
- Variables
- func GetBnBpropKernel(dtype base.Dtype, threads int, computeCapability [2]int) (string, string)
- func GetBnFpropKernel(dtype base.Dtype, threads int, computeCapability [2]int) (string, string)
- func GetConvKernel(dtype base.Dtype, filterSize int, bsum bool, operation string, ...) (string, string)
- func MapStringToFunc(funcname string, dtype base.Dtype, computeCapability [2]int) (string, string)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // data InitRandFunc = initRandFunc InitRandRoundFunc = initRandRoundFunc FinishRandFunc = finishRandFunc CommonKepler = commonKepler CommonUrandGen = commonUrandGen CommonFrand = commonFrand CommonRound = commonRound CommonFp16toFp32 = commonFp16toFp32 CommonMaxAbs = commonMaxAbs EwTypes = ewTypes EwStringsRound = ewStringsRound // functions Format = format )
Functions ¶
func GetBnBpropKernel ¶
func GetBnFpropKernel ¶
func GetConvKernel ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.