MCPcopy Create free account

hub / github.com/antmachineintelligence/mtgbmcode / functions

Functions4,583 in github.com/antmachineintelligence/mtgbmcode

↓ 1 callersMethodrank
src/network/linkers.h:190
↓ 1 callersFunctionreduce_by_key_on_gpu
compute/include/boost/compute/algorithm/detail/reduce_by_key.hpp:32
↓ 1 callersFunctionreduce_by_key_on_gpu_requirements_met
compute/include/boost/compute/algorithm/detail/reduce_by_key.hpp:48
↓ 1 callersFunctionreduce_by_key_with_scan
compute/include/boost/compute/algorithm/detail/reduce_by_key_with_scan.hpp:432
↓ 1 callersFunctionreduce_by_key_with_scan_requirements_met
compute/include/boost/compute/algorithm/detail/reduce_by_key_with_scan.hpp:495
↓ 1 callersFunctionreduce_on_gpu
compute/include/boost/compute/algorithm/detail/reduce_on_gpu.hpp:170
↓ 1 callersMethodreference_count
Returns the reference count for the memory object.
compute/include/boost/compute/memory_object.hpp:94
↓ 1 callersMethodrefit
Refit the existing Booster by new data. Parameters ---------- data : string, numpy array, pandas DataFrame, H2O DataTable's F
python-package/lightgbmmt/basic.py:2486
↓ 1 callersFunctionreplace_copy
compute/include/boost/compute/algorithm/replace_copy.hpp:35
↓ 1 callersFunctionreverse_string
reverse the string [start, end).
compute/example/fizz_buzz.cpp:68
↓ 1 callersMethodrun
(self)
python-package/setup.py:280
↓ 1 callersMethodsave_binary
Save Dataset to a binary file. Parameters ---------- filename : string Name of the output file. Returns
python-package/lightgbmmt/basic.py:1155
↓ 1 callersFunctionsave_to_binary
(handle, filename)
tests/c_api_test/test_.py:83
↓ 1 callersFunctionscan_on_cpu
compute/include/boost/compute/algorithm/detail/scan_on_cpu.hpp:29
↓ 1 callersFunctionscan_on_gpu
compute/include/boost/compute/algorithm/detail/scan_on_gpu.hpp:311
↓ 1 callersFunctionserial_accumulate
compute/include/boost/compute/algorithm/detail/serial_accumulate.hpp:23
↓ 1 callersFunctionserial_adjacent_find
compute/include/boost/compute/algorithm/adjacent_find.hpp:33
↓ 1 callersFunctionserial_cartesian_to_polar
compute/perf/perf_cart_to_polar.cpp:33
↓ 1 callersFunctionserial_merge
compute/include/boost/compute/algorithm/detail/serial_merge.hpp:28
↓ 1 callersFunctionserial_reduce
compute/include/boost/compute/algorithm/detail/serial_reduce.hpp:25
↓ 1 callersFunctionserial_reduce_by_key
compute/include/boost/compute/algorithm/detail/serial_reduce_by_key.hpp:31
↓ 1 callersFunctionserial_saxpy
y <- alpha * x + y
compute/perf/perf_stl_saxpy.cpp:23
↓ 1 callersFunctionserial_scan
compute/include/boost/compute/algorithm/detail/serial_scan.hpp:27
↓ 1 callersFunctionserial_unique_copy
compute/include/boost/compute/algorithm/unique_copy.hpp:33
↓ 1 callersMethodset_args
compute/include/boost/compute/algorithm/detail/count_if_with_threads.hpp:36
↓ 1 callersMethodset_as_default_device_queue
Replaces the default device command queue for the underlying device with this command queue. Command queue must have been created with CL_QUEUE_ON_DEV
compute/include/boost/compute/command_queue.hpp:279
↓ 1 callersMethodset_network
Set the network configuration. Parameters ---------- machines : list, set or string Names of machines. lo
python-package/lightgbmmt/basic.py:1835
↓ 1 callersMethodset_new_value
compute/include/boost/compute/algorithm/replace.hpp:51
↓ 1 callersMethodset_old_value
compute/include/boost/compute/algorithm/replace.hpp:46
↓ 1 callersFunctionset_one_var_from_string
Construct code for auto config file for one param value. Parameters ---------- name : string Name of the parameter. param_typ
helpers/parameter_generator.py:123
↓ 1 callersMethodset_range
compute/include/boost/compute/algorithm/scatter_if.hpp:37
↓ 1 callersMethodset_range
compute/include/boost/compute/algorithm/search_n.hpp:43
↓ 1 callersMethodset_range
compute/include/boost/compute/algorithm/replace.hpp:36
↓ 1 callersMethodset_range
compute/include/boost/compute/algorithm/scatter.hpp:37
↓ 1 callersMethodset_reference
Set reference Dataset. Parameters ---------- reference : Dataset Reference that is used as a template to construc
python-package/lightgbmmt/basic.py:1325
↓ 1 callersMethodset_status
Sets the execution status for the user-event. \see_opencl_ref{clSetUserEventStatus}
compute/include/boost/compute/user_event.hpp:75
↓ 1 callersMethodset_train_data_name
Set the name to the training Dataset. Parameters ---------- name : string Name for the training Dataset.
python-package/lightgbmmt/basic.py:1874
↓ 1 callersMethodset_value
compute/include/boost/compute/detail/meta_kernel.hpp:161
↓ 1 callersFunctionsetup
Add new elements at Sphinx initialization time. Parameters ---------- app : object The application object representing the Sphinx
docs/conf.py:263
↓ 1 callersFunctionshowHistogramWindow
compute/example/opencv_histogram.cpp:71
↓ 1 callersMethodsize
Returns the number of elements in the mapped_view.
compute/include/boost/compute/container/mapped_view.hpp:143
↓ 1 callersMethodsize
Returns the size (i.e. dimensionality) of the extents array.
compute/include/boost/compute/utility/extents.hpp:74
↓ 1 callersMethodsize
Returns the number of elements in the local buffer.
compute/include/boost/compute/memory/local_buffer.hpp:66
↓ 1 callersFunctiontabulate
compute/include/boost/compute/experimental/tabulate.hpp:24
↓ 1 callersFunctiontesselate_sphere
tesselates a sphere with radius, phi_slices, and theta_slices. returns a shared opencl/opengl buffer containing the vertex data.
compute/example/opengl_sphere.cpp:41
↓ 1 callersFunctiontest_copy_if_odd
compute/perf/perf_copy_if.cpp:23
↓ 1 callersFunctionthrow_no_device_found
compute/test/test_no_device_found.cpp:16
↓ 1 callersFunctiontrain
Perform the training with given parameters. Parameters ---------- params : dict Parameters for training. train_set : Dataset
python-package/lightgbmmt/engine.py:18
↓ 1 callersFunctiontune_accumulate
compute/perf/perf_accumulate.cpp:48
↓ 1 callersFunctiontune_saxpy
compute/perf/perf_saxpy.cpp:65
↓ 1 callersFunctiontune_sort
compute/perf/perf_sort.cpp:50
↓ 1 callersFunctiontype_name
compute/include/boost/compute/type_traits/type_name.hpp:96
↓ 1 callersMethodversion
Returns the device version string.
compute/include/boost/compute/device.hpp:188
↓ 1 callersFunctionvtk_compute_bounds
compute/include/boost/compute/interop/vtk/bounds.hpp:32
↓ 1 callersFunctionvtk_copy_buffer_to_data_array
compute/include/boost/compute/interop/vtk/data_array.hpp:53
↓ 1 callersFunctionvtk_copy_points_to_buffer
compute/include/boost/compute/interop/vtk/points.hpp:35
MethodAUCMetric
python-package/compile/src/metric/binary_metric.hpp:161
MethodAUCMetric
src/metric/binary_metric.hpp:161
MethodAddPredictionToScore
python-package/compile/src/treelearner/serial_tree_learner2.h:71
MethodAddPredictionToScore
python-package/compile/src/treelearner/serial_tree_learner.h:65
MethodAddPredictionToScore
src/treelearner/serial_tree_learner2.h:71
MethodAddPredictionToScore
src/treelearner/serial_tree_learner.h:65
MethodAddValidDataset
python-package/compile/src/boosting/rf.hpp:196
MethodAddValidDataset
src/boosting/rf.hpp:196
MethodAllgather
python-package/compile/src/network/network.cpp:121
MethodAllgather
src/network/network.cpp:121
MethodAllgatherBruck
python-package/compile/src/network/network.cpp:156
MethodAllgatherBruck
src/network/network.cpp:156
MethodAllgatherRecursiveDoubling
python-package/compile/src/network/network.cpp:188
MethodAllgatherRecursiveDoubling
src/network/network.cpp:188
MethodAllgatherRing
python-package/compile/src/network/network.cpp:216
MethodAllgatherRing
src/network/network.cpp:216
MethodAllocateGPUMemory
python-package/compile/src/treelearner/gpu_tree_learner.cpp:233
MethodAllocateGPUMemory
src/treelearner/gpu_tree_learner.cpp:233
MethodAllreduce
python-package/compile/src/network/network.cpp:68
MethodAllreduce
src/network/network.cpp:68
MethodAllreduceByAllGather
python-package/compile/src/network/network.cpp:95
MethodAllreduceByAllGather
src/network/network.cpp:95
MethodApplication
python-package/compile/src/application/application.cpp:30
MethodApplication
src/application/application.cpp:30
MethodArgMax
python-package/compile/include/LightGBM/utils/array_args.h:52
MethodArgMax
include/LightGBM/utils/array_args.h:52
MethodArgMaxAtK
Note: k refer to index here. e.g. k=0 means get the max number.
python-package/compile/include/LightGBM/utils/array_args.h:136
MethodArgMaxAtK
Note: k refer to index here. e.g. k=0 means get the max number.
include/LightGBM/utils/array_args.h:136
MethodArgMaxMT
python-package/compile/include/LightGBM/utils/array_args.h:22
MethodArgMaxMT
include/LightGBM/utils/array_args.h:22
MethodArgMin
python-package/compile/include/LightGBM/utils/array_args.h:69
MethodArgMin
include/LightGBM/utils/array_args.h:69
FunctionArrayCast
python-package/compile/include/LightGBM/utils/common.h:393
FunctionArrayCast
include/LightGBM/utils/common.h:393
MethodAssign
python-package/compile/include/LightGBM/utils/array_args.h:169
MethodAssign
include/LightGBM/utils/array_args.h:169
MethodAtom
compute/test/test_struct.cpp:33
MethodAverageLoss
python-package/compile/src/metric/regression_metric.hpp:97
MethodAverageLoss
python-package/compile/src/metric/regression_metric.hpp:127
MethodAverageLoss
python-package/compile/src/metric/regression_metric.hpp:292
MethodAverageLoss
src/metric/regression_metric.hpp:97
MethodAverageLoss
src/metric/regression_metric.hpp:127
MethodAverageLoss
src/metric/regression_metric.hpp:292
FunctionBOOST_AUTO_TEST_CASE
copies a vector of complex<float>'s on the host to the device
compute/test/test_complex.cpp:24
← previousnext →1,501–1,600 of 4,583, ranked by callers