Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LeelaChessZero/lc0
/ functions
Functions
2,664 in github.com/LeelaChessZero/lc0
⨍
Functions
2,664
◇
Types & classes
523
↓ 1 callers
Method
DotNodeString
src/search/dag_classic/node.cc:439
↓ 1 callers
Function
EncodeHistoryFill
src/search/classic/params.cc:50
↓ 1 callers
Function
EncodeHistoryFill
src/neural/wrapper.cc:41
↓ 1 callers
Method
Enqueue
src/neural/backends/network_mux.cc:153
↓ 1 callers
Method
Enqueue
src/neural/backends/network_demux.cc:163
↓ 1 callers
Method
EnsureReady
src/engine.cc:249
↓ 1 callers
Function
EscapeJsonString
src/utils/protomessage.cc:137
↓ 1 callers
Function
EstimateAndCorrectPliesLeft
src/trainingdata/rescorer.cc:810
↓ 1 callers
Method
Eval
src/neural/backends/dx/network_dx.cc:649
↓ 1 callers
Method
EvaluateBatch
src/neural/backend.cc:37
↓ 1 callers
Method
ExecuteBlocking
src/neural/backends/xla/pjrt.cc:150
↓ 1 callers
Method
Exp
src/neural/onnx/builder.cc:402
↓ 1 callers
Method
ExponentialMinusOne
src/neural/xla/hlo_builder.cc:364
↓ 1 callers
Function
FastExp2
Fast approximate 2^x. Does only limited range checking. The approximation used here is 2^(N+f) ~ 2^N*(1+f*(1-k+k*f)) where N is the integer and f the
src/utils/fastmath.h:59
↓ 1 callers
Function
FastLog2
Fast approximate log2(x). Does no range checking. The approximation used here is log2(2^N*(1+f)) ~ N+f*(1+k-k*f) where N is the exponent and f the fra
src/utils/fastmath.h:42
↓ 1 callers
Function
FilterTransform4x4
src/neural/backends/sycl/winograd_helper.h:87
↓ 1 callers
Function
FilterTransform4x4
src/neural/backends/dx/layers_dx.cc:67
↓ 1 callers
Method
Finalize
src/trainingdata/writer.cc:77
↓ 1 callers
Method
FinalizeScoreUpdate
src/search/classic/node.cc:356
↓ 1 callers
Function
FixOlderWeightsFile
src/neural/loader.cc:108
↓ 1 callers
Function
FixRule50
src/tools/onnx2leela.cc:234
↓ 1 callers
Function
FixWdlSoftmax
src/tools/onnx2leela.cc:277
↓ 1 callers
Method
Flop
src/chess/types.h:68
↓ 1 callers
Function
FlowText
src/utils/string.cc:99
↓ 1 callers
Method
FlushCL
src/neural/backends/dx/network_dx.cc:46
↓ 1 callers
Method
Gather
src/neural/xla/hlo_builder.cc:242
↓ 1 callers
Method
Gather
src/selfplay/multigame.cc:67
↓ 1 callers
Method
Generate
(self, w)
scripts/compile_proto.py:827
↓ 1 callers
Method
GenerateCaseClause
(self, w)
scripts/compile_proto.py:320
↓ 1 callers
Method
GenerateClear
(self, w)
scripts/compile_proto.py:323
↓ 1 callers
Method
GenerateClearFunc
(self, w)
scripts/compile_proto.py:770
↓ 1 callers
Method
GenerateConversion
(self, w)
scripts/pybind/retval.py:40
↓ 1 callers
Method
GenerateDeclaration
(self, w)
scripts/pybind/retval.py:37
↓ 1 callers
Method
GenerateFieldAccessorFuncs
(self, w)
scripts/compile_proto.py:782
↓ 1 callers
Method
GenerateForwardDeclarations
(self, w)
scripts/pybind/__init__.py:70
↓ 1 callers
Method
GenerateFunctionDeclarations
(self, w)
scripts/compile_proto.py:374
↓ 1 callers
Method
GenerateHandle
(self, w, func)
scripts/pybind/exceptions.py:48
↓ 1 callers
Method
GenerateJsonOutput
(self, w)
scripts/compile_proto.py:359
↓ 1 callers
Method
GenerateOutput
(self, w)
scripts/compile_proto.py:331
↓ 1 callers
Method
GenerateOutputAsJsonFunc
(self, w)
scripts/compile_proto.py:756
↓ 1 callers
Method
GenerateOutputAsStringFunc
(self, w)
scripts/compile_proto.py:745
↓ 1 callers
Method
GenerateParseTupleSinkDeclaration
(self, w)
scripts/pybind/parameters.py:78
↓ 1 callers
Method
GenerateParserFuncs
(self, w)
scripts/compile_proto.py:778
↓ 1 callers
Method
GenerateUsingDirectives
(self, w)
scripts/compile_proto.py:538
↓ 1 callers
Method
GenerateVariable
(self, w)
scripts/compile_proto.py:462
↓ 1 callers
Method
GetAttributes
src/neural/batchsplit.cc:37
↓ 1 callers
Function
GetAvailableBackends
src/python/weights.h:87
↓ 1 callers
Method
GetBackendNames
src/neural/register.cc:42
↓ 1 callers
Method
GetBatchSize
src/neural/backends/xla/network_xla.cc:158
↓ 1 callers
Method
GetBestChildNoTemperature
Returns a child with most visits.
src/search/dag_classic/search.cc:828
↓ 1 callers
Method
GetBestEval
Return the evaluation of the actual best child, regardless of temperature settings. This differs from GetBestMove, which does obey any temperature set
src/search/classic/search.cc:649
↓ 1 callers
Method
GetBestMove
src/search/classic/search.cc:663
↓ 1 callers
Method
GetBool
src/utils/random.cc:46
↓ 1 callers
Method
GetBufferSize
src/neural/xla/xla_tensor.h:125
↓ 1 callers
Method
GetBuffers
src/neural/backends/blas/network_blas.cc:178
↓ 1 callers
Method
GetCacheHistoryLength
src/search/classic/params.h:94
↓ 1 callers
Method
GetChild
src/search/dag_classic/node.cc:143
↓ 1 callers
Function
GetContempt
src/search/classic/params.cc:57
↓ 1 callers
Method
GetDataType
src/neural/onnx/adapters.cc:59
↓ 1 callers
Method
GetDefaultMUtility
The M utility to use for unvisited nodes.
src/search/dag_classic/search.cc:131
↓ 1 callers
Method
GetDefaultMUtility
The M utility to use for unvisited nodes.
src/search/classic/search.cc:131
↓ 1 callers
Method
GetDevices
src/neural/backends/xla/pjrt.cc:230
↓ 1 callers
Method
GetDimensions
src/neural/backends/xla/pjrt.cc:280
↓ 1 callers
Method
GetDouble
src/utils/random.cc:48
↓ 1 callers
Method
GetEdges
Gets pointer to the start of the edge array.
src/search/dag_classic/node.h:454
↓ 1 callers
Function
GetErrorCode
src/neural/backends/xla/pjrt.cc:70
↓ 1 callers
Method
GetErrorMessage
src/neural/backends/xla/pjrt.cc:108
↓ 1 callers
Method
GetEstimatedNps
src/search/classic/stoppers/timemgr.cc:54
↓ 1 callers
Method
GetFileName
Gets full filename of the file being read.
src/trainingdata/reader.h:53
↓ 1 callers
Function
GetFileTime
src/utils/filesystem.posix.cc:76
↓ 1 callers
Method
GetFloatVal
src/utils/optionsdict.cc:154
↓ 1 callers
Method
GetHelp
src/utils/optionsparser.cc:317
↓ 1 callers
Method
GetInputsOutputs
src/neural/backends/sycl/network_sycl.cc.dp.cpp:930
↓ 1 callers
Method
GetInputsOutputs
src/neural/backends/dx/network_dx.cc:933
↓ 1 callers
Method
GetInputsOutputs
src/neural/backends/metal/network_metal.h:120
↓ 1 callers
Method
GetInputsOutputs
src/neural/backends/onednn/network_onednn.cc:815
↓ 1 callers
Method
GetInputsOutputs
src/neural/backends/cuda/network_cudnn.cc:938
↓ 1 callers
Method
GetInputsOutputs
src/neural/backends/cuda/network_cuda.cc:906
↓ 1 callers
Method
GetIntVal
src/utils/optionsdict.cc:153
↓ 1 callers
Function
GetLc0CacheDirectory
src/trainingdata/writer.cc:37
↓ 1 callers
Method
GetMiniBatchSize
src/neural/network.h:123
↓ 1 callers
Method
GetMiniBatchSize
src/neural/backends/network_mux.cc:147
↓ 1 callers
Method
GetMiniBatchSize
src/neural/backends/network_rr.cc:83
↓ 1 callers
Method
GetMiniBatchSize
src/neural/backends/network_demux.cc:157
↓ 1 callers
Method
GetMove
Returns move from the point of view of the player making it (if as_opponent is false) or as opponent (if as_opponent is true).
src/search/dag_classic/node.h:281
↓ 1 callers
Method
GetNInFlight
src/search/dag_classic/node.h:597
↓ 1 callers
Method
GetOptionString
src/utils/optionsparser.cc:326
↓ 1 callers
Method
GetOutputSize
src/neural/backends/sycl/layers.h:53
↓ 1 callers
Method
GetOutputSize
src/neural/backends/dx/layers_dx.h:54
↓ 1 callers
Method
GetOwnEdge
src/search/classic/node.cc:231
↓ 1 callers
Method
GetP
Edge related getters.
src/search/classic/node.h:401
↓ 1 callers
Method
GetPVal
src/neural/backends/network_check.cc:113
↓ 1 callers
Method
GetParser
(self)
scripts/compile_proto.py:294
↓ 1 callers
Function
GetPieceAt
src/chess/board.cc:1202
↓ 1 callers
Method
GetPlanes
Not exported.
src/python/weights.h:116
↓ 1 callers
Method
GetPolicySoftmaxTemp
src/search/classic/params.h:95
↓ 1 callers
Method
GetPriority
src/neural/wrapper.h:46
↓ 1 callers
Method
GetRawData
src/neural/onnx/adapters.cc:69
↓ 1 callers
Method
GetSolidTreeThreshold
src/search/classic/params.h:301
↓ 1 callers
Method
GetStartPly
Number of ply used from the given opening.
src/selfplay/game.h:86
← previous
next →
801–900 of 2,664, ranked by callers