MCPcopy Create free account

hub / github.com/antmachineintelligence/mtgbmcode / functions

Functions4,583 in github.com/antmachineintelligence/mtgbmcode

↓ 27 callersFunctionstable_sort
compute/include/boost/compute/algorithm/stable_sort.hpp:82
↓ 25 callersFunctioncount_if
compute/include/boost/compute/algorithm/count_if.hpp:35
↓ 25 callersFunctionradix_sort
compute/include/boost/compute/algorithm/detail/radix_sort.hpp:429
↓ 25 callersMethodsum_gradients
! \brief Get sum of gradients of current leaf */
python-package/compile/src/treelearner/leaf_splits.hpp:135
↓ 25 callersMethodsum_gradients
! \brief Get sum of gradients of current leaf */
src/treelearner/leaf_splits.hpp:135
↓ 25 callersMethodsum_hessians
! \brief Get sum of hessians of current leaf */
python-package/compile/src/treelearner/leaf_splits.hpp:138
↓ 25 callersMethodsum_hessians
! \brief Get sum of hessians of current leaf */
src/treelearner/leaf_splits.hpp:138
↓ 24 callersMethodInnerFeatureIndex
python-package/compile/include/LightGBM/dataset.h:355
↓ 24 callersMethodInnerFeatureIndex
include/LightGBM/dataset.h:355
↓ 24 callersMethodenqueue_nd_range_kernel
Enqueues a kernel for execution. \see_opencl_ref{clEnqueueNDRangeKernel}
compute/include/boost/compute/command_queue.hpp:1403
↓ 24 callersFunctionmake_constant_iterator
compute/include/boost/compute/iterator/constant_iterator.hpp:158
↓ 23 callersMethodGetDefaultBin
! * \brief Get the default bin when value is 0 * \return default bin */
python-package/compile/include/LightGBM/bin.h:135
↓ 23 callersMethodGetDefaultBin
! * \brief Get the default bin when value is 0 * \return default bin */
include/LightGBM/bin.h:135
↓ 23 callersMethoddefault_queue
compute/include/boost/compute/container/array.hpp:276
↓ 23 callersFunctionexclusive_scan
compute/include/boost/compute/algorithm/exclusive_scan.hpp:56
↓ 23 callersMethodid
Returns the ID of the device.
compute/include/boost/compute/device.hpp:145
↓ 23 callersFunctioninclusive_scan
compute/include/boost/compute/algorithm/inclusive_scan.hpp:54
↓ 23 callersFunctionomp_get_thread_num
python-package/compile/include/LightGBM/utils/openmp_wrapper.h:67
↓ 23 callersFunctionomp_get_thread_num
include/LightGBM/utils/openmp_wrapper.h:67
↓ 23 callersFunctionsvm_free
compute/include/boost/compute/svm.hpp:55
↓ 22 callersMethodAddScore
python-package/compile/src/boosting/score_updater.hpp:85
↓ 22 callersMethodAddScore
src/boosting/score_updater.hpp:85
↓ 22 callersFunctionbind
compute/include/boost/compute/functional/bind.hpp:222
↓ 21 callersMethodRawData
python-package/compile/src/treelearner/feature_histogram.hpp:68
↓ 21 callersMethodRawData
src/treelearner/feature_histogram.hpp:68
↓ 21 callersMethodenqueue_unmap_buffer
Enqueues a command to unmap \p buffer from the host memory space. \see_opencl_ref{clEnqueueUnmapMemObject}
compute/include/boost/compute/command_queue.hpp:854
↓ 20 callersMethodSetValueConstraint
python-package/compile/src/treelearner/leaf_splits.hpp:50
↓ 20 callersMethodSetValueConstraint
src/treelearner/leaf_splits.hpp:50
↓ 20 callersMethodenqueue_svm_map
Enqueues a command to map \p svm_ptr to the host memory space. \opencl_version_warning{2,0} \see_opencl2_ref{clEnqueueSVMMap}
compute/include/boost/compute/command_queue.hpp:1798
↓ 20 callersMethodenqueue_svm_unmap
Enqueues a command to unmap \p svm_ptr from the host memory space. \opencl_version_warning{2,0} \see_opencl2_ref{clEnqueueSVMUnmap}
compute/include/boost/compute/command_queue.hpp:1828
↓ 20 callersFunctionlower_bound
compute/include/boost/compute/algorithm/lower_bound.hpp:32
↓ 20 callersFunctionmin_element
compute/include/boost/compute/algorithm/min_element.hpp:54
↓ 20 callersFunctionreverse
compute/include/boost/compute/algorithm/reverse.hpp:62
↓ 20 callersMethodtype
compute/include/boost/compute/detail/meta_kernel.hpp:466
↓ 20 callersFunctionupper_bound
compute/include/boost/compute/algorithm/upper_bound.hpp:31
↓ 19 callersFunctionJoin
python-package/compile/include/LightGBM/utils/common.h:541
↓ 19 callersFunctionJoin
include/LightGBM/utils/common.h:541
↓ 19 callersFunctionTrim
python-package/compile/include/LightGBM/utils/common.h:40
↓ 19 callersFunctionTrim
include/LightGBM/utils/common.h:40
↓ 19 callersMethodlength
compute/include/boost/compute/container/basic_string.hpp:219
↓ 19 callersMethodsupports_extension
Returns \c true if the device supports the extension with \p name.
compute/include/boost/compute/device.hpp:214
↓ 19 callersMethodwidth
Returns the width of the image.
compute/include/boost/compute/image/image_object.hpp:101
↓ 18 callersMethodSet
python-package/compile/src/io/config.cpp:158
↓ 18 callersMethodSet
src/io/config.cpp:158
↓ 18 callersMethodheight
Returns the height of the image. For 1D images, this function will return \c 1.
compute/include/boost/compute/image/image_object.hpp:109
↓ 18 callersMethodpush
compute/include/boost/compute/container/stack.hpp:64
↓ 18 callersMethodseed
Seeds the random number generator with \p value. \param value seed value for the random-number generator \param queue command queue to perform the op
compute/include/boost/compute/random/threefry_engine.hpp:84
↓ 17 callersMethodlabel
! * \brief Get pointer of label * \return Pointer of label */
python-package/compile/include/LightGBM/dataset.h:118
↓ 17 callersMethodlabel
! * \brief Get pointer of label * \return Pointer of label */
include/LightGBM/dataset.h:118
↓ 17 callersMethodleaf_count
! * \brief Get number of data on one leaf * \param leaf index of leaf * \return number of data of this leaf */
python-package/compile/src/treelearner/data_partition.hpp:187
↓ 17 callersMethodleaf_count
! * \brief Get number of data on one leaf * \param leaf index of leaf * \return number of data of this leaf */
src/treelearner/data_partition.hpp:187
↓ 17 callersFunctionmax_element
compute/include/boost/compute/algorithm/max_element.hpp:54
↓ 17 callersFunctionomp_set_num_threads
Fall here if no OPENMP support, so just simulate a single thread running. All #pragma omp should be ignored by the compiler **/
python-package/compile/include/LightGBM/utils/openmp_wrapper.h:64
↓ 17 callersFunctionomp_set_num_threads
Fall here if no OPENMP support, so just simulate a single thread running. All #pragma omp should be ignored by the compiler **/
include/LightGBM/utils/openmp_wrapper.h:64
↓ 16 callersFunctionBOOST_COMPUTE_FUNCTION
compute/test/test_extrema.cpp:176
↓ 16 callersMethodFeatureNumBin
python-package/compile/include/LightGBM/dataset.h:440
↓ 16 callersMethodFeatureNumBin
include/LightGBM/dataset.h:440
↓ 16 callersMethodInit
python-package/compile/src/treelearner/serial_tree_learner.cpp:51
↓ 16 callersMethodInit
python-package/compile/src/treelearner/serial_tree_learner2.cpp:52
↓ 16 callersMethodInit
src/treelearner/serial_tree_learner.cpp:51
↓ 16 callersMethodInit
src/treelearner/serial_tree_learner2.cpp:52
↓ 16 callersMethodadd
Recursively add thresholds.
python-package/lightgbmmt/basic.py:2667
↓ 16 callersFunctionc_str
(string)
tests/c_api_test/test_.py:60
↓ 16 callersMethodcheck_version
Returns \c true if the device OpenCL version is major.minor or newer; otherwise returns \c false.
compute/include/boost/compute/device.hpp:492
↓ 16 callersMethoddefine
\internal_
compute/include/boost/compute/closure.hpp:132
↓ 16 callersMethodenqueue_map_buffer
Enqueues a command to map \p buffer into the host address space. Event associated with map operation is returned through \p map_buffer_event parameter
compute/include/boost/compute/command_queue.hpp:768
↓ 16 callersMethodenqueue_task
Enqueues a kernel to execute using a single work-item. \see_opencl_ref{clEnqueueTask}
compute/include/boost/compute/command_queue.hpp:1473
↓ 16 callersFunctionmerge
compute/include/boost/compute/algorithm/merge.hpp:50
↓ 16 callersMethodupdate
Update Booster for one iteration. Parameters ---------- train_set : Dataset or None, optional (default=None) Trai
python-package/lightgbmmt/basic.py:1944
↓ 15 callersFunctionAtoi
python-package/compile/include/LightGBM/utils/common.h:142
↓ 15 callersFunctionAtoi
include/LightGBM/utils/common.h:142
↓ 15 callersMethodConvertOutput
python-package/compile/src/objective/binary_objective.hpp:173
↓ 15 callersMethodConvertOutput
src/objective/binary_objective.hpp:173
↓ 15 callersMethodcompute_units
Returns the number of compute units in the device.
compute/include/boost/compute/device.hpp:247
↓ 15 callersFunctionequal
compute/include/boost/compute/algorithm/equal.hpp:29
↓ 15 callersMethodfit
Docstring is inherited from the LGBMModel.
python-package/lightgbmmt/sklearn.py:760
↓ 15 callersMethodfront
compute/include/boost/compute/container/array.hpp:224
↓ 14 callersFunctionCHECK_RANGE_EQUAL
compute/test/test_radix_sort.cpp:223
↓ 14 callersMethodGetIndexOnLeaf
! * \brief Get the data indices of one leaf * \param leaf index of leaf * \param indices output data indices * \return number of data on this
python-package/compile/src/treelearner/data_partition.hpp:97
↓ 14 callersMethodGetIndexOnLeaf
! * \brief Get the data indices of one leaf * \param leaf index of leaf * \param indices output data indices * \return number of data on this
src/treelearner/data_partition.hpp:97
↓ 14 callersMethodRawGet
python-package/compile/src/io/dense_bin.hpp:344
↓ 14 callersMethodRawGet
src/io/dense_bin.hpp:344
↓ 14 callersFunctioncopy_if
compute/include/boost/compute/algorithm/copy_if.hpp:49
↓ 14 callersFunctionmake_strided_iterator
compute/include/boost/compute/iterator/strided_iterator.hpp:233
↓ 14 callersMethodmap
Maps the buffer into the host address space. \see_opencl_ref{clEnqueueMapBuffer}
compute/include/boost/compute/container/mapped_view.hpp:183
↓ 14 callersFunctionmerge_sort_on_gpu
compute/include/boost/compute/algorithm/detail/merge_sort_on_gpu.hpp:524
↓ 14 callersFunctionserial_insertion_sort
compute/include/boost/compute/algorithm/detail/insertion_sort.hpp:26
↓ 14 callersMethodsize
compute/include/boost/compute/detail/lru_cache.hpp:46
↓ 14 callersMethodweights
! * \brief Get weights, if not exists, will return nullptr * \return Pointer of weights */
python-package/compile/include/LightGBM/dataset.h:151
↓ 14 callersMethodweights
! * \brief Get weights, if not exists, will return nullptr * \return Pointer of weights */
include/LightGBM/dataset.h:151
↓ 13 callersMethodenqueue_write_buffer
Enqueues a command to write data from host memory to \p buffer. \see_opencl_ref{clEnqueueWriteBuffer} \see copy()
compute/include/boost/compute/command_queue.hpp:468
↓ 13 callersFunctionin_range
python-package/compile/src/io/json11.cpp:339
↓ 13 callersFunctionin_range
src/io/json11.cpp:339
↓ 13 callersFunctionpartition
compute/include/boost/compute/algorithm/partition.hpp:33
↓ 13 callersMethodplatform
compute/include/boost/compute/platform.hpp:250
↓ 13 callersFunctionreduce_by_key
compute/include/boost/compute/algorithm/reduce_by_key.hpp:64
↓ 13 callersMethodset_args
compute/include/boost/compute/kernel.hpp:404
↓ 13 callersFunctionsilent_call
(cmd, raise_error=False, error_msg='')
python-package/setup.py:74
↓ 13 callersMethodwhat
Returns a C-string description of the error.
compute/include/boost/compute/exception/opencl_error.hpp:58
↓ 12 callersFunctionAtof
python-package/compile/include/LightGBM/utils/common.h:180
← previousnext →101–200 of 4,583, ranked by callers