Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/dmlc-core
/ functions
Functions
1,057 in github.com/dmlc/dmlc-core
⨍
Functions
1,057
◇
Types & classes
297
Method
check_type_by_name
include/dmlc/any.h:329
Function
create
include/dmlc/concurrentqueue.h:3606
Method
create
include/dmlc/blockingconcurrentqueue.h:953
Function
create_array
include/dmlc/concurrentqueue.h:3581
Method
create_from_data
include/dmlc/any.h:389
Method
deallocate
! * \brief deallocate memory * \param p a memory to be returned. * \param n number of blocks */
include/dmlc/memory.h:119
Function
demangle
include/dmlc/logging.h:104
Method
dequeue
include/dmlc/concurrentqueue.h:1659
Function
dequeue_bulk
include/dmlc/concurrentqueue.h:2765
Method
dequeue_bulk
include/dmlc/concurrentqueue.h:1668
Method
destroy
include/dmlc/blockingconcurrentqueue.h:967
Method
destroy
include/dmlc/any.h:392
Method
enqueue
Enqueues a single item (by copying it). Allocates memory if required. Only fails if memory allocation fails (or implicit production is disabled becaus
include/dmlc/blockingconcurrentqueue.h:525
Method
enqueue
include/dmlc/concurrentqueue.h:1799
Method
enqueue
include/dmlc/concurrentqueue.h:2461
Function
enqueue_bulk
include/dmlc/concurrentqueue.h:2598
Method
enqueue_bulk
include/dmlc/blockingconcurrentqueue.h:581
Method
enqueue_bulk
include/dmlc/concurrentqueue.h:966
Method
entry_and_exit_f
include/dmlc/thread_group.h:726
Method
eval
include/dmlc/concurrentqueue.h:478
Function
exec_cmd
Execute the command line command.
tracker/dmlc_tracker/local.py:12
Method
free
include/dmlc/concurrentqueue.h:339
Function
generate_doxygen_xml
Run the doxygen make commands if we're on the ReadTheDocs server
doc/conf.py:155
Method
get
! * \brief Convert a string into signed 32-bit integer * \param begin Beginning of the string to convert * \param end End of the string to co
include/dmlc/strtonum.h:554
Method
get
! * \brief Convert a string into unsigned 32-bit integer * \param begin Beginning of the string to convert * \param end End of the string to
include/dmlc/strtonum.h:571
Method
get
! * \brief Convert a string into signed 64-bit integer * \param begin Beginning of the string to convert * \param end End of the string to co
include/dmlc/strtonum.h:588
Method
get
! * \brief Convert a string into unsigned 64-bit integer * \param begin Beginning of the string to convert * \param end End of the string to
include/dmlc/strtonum.h:605
Method
get
! * \brief Convert a string into double * \param begin Beginning of the string to convert * \param end End of the string to convert * \ret
include/dmlc/strtonum.h:639
Method
get
! * \return get the pointer content. */
include/dmlc/memory.h:194
Method
getFor
include/dmlc/concurrentqueue.h:3120
Function
getMemStats
For debugging only. Not thread-safe.
include/dmlc/concurrentqueue.h:3198
Method
getProgress
()
tracker/yarn/src/main/java/org/apache/hadoop/yarn/dmlc/ApplicationMaster.java:620
Method
getTail
include/dmlc/concurrentqueue.h:1684
Function
get_cache_file_set
Get the list of files to be cached. Parameters ---------- args: ArgumentParser.Argument The arguments returned by the parser.
tracker/dmlc_tracker/opts.py:6
Method
get_field
! * \param i the input index * \return field for i-th feature */
include/dmlc/data.h:101
Function
get_header_guard_dmlc
Get Header Guard Convention for DMLC Projects. For headers in include, directly use the path For headers in src, use project name plus path
scripts/lint.py:120
Method
get_index
! * \param i the input index * \return i-th feature */
include/dmlc/data.h:108
Function
get_opts
Get options to launch the job. Returns ------- args: ArgumentParser.Argument The arguments returned by the parser. cache_fil
tracker/dmlc_tracker/opts.py:60
Method
get_ptr
include/dmlc/any.h:366
Method
get_ptr
include/dmlc/any.h:383
Method
get_type
include/dmlc/any.h:404
Method
get_value
! * \param i the input index * \return i-th feature value, this function is always * safe even when value == NULL */
include/dmlc/data.h:116
Method
hash
include/dmlc/concurrentqueue.h:380
Method
hash
include/dmlc/concurrentqueue.h:394
Function
implicit_producer_thread_exited
include/dmlc/concurrentqueue.h:3534
Function
implicit_producer_thread_exited_callback
include/dmlc/concurrentqueue.h:3568
Method
inner_enqueue
include/dmlc/concurrentqueue.h:1289
Method
inner_enqueue_bulk
include/dmlc/concurrentqueue.h:1303
Function
insert_block_index_entry
include/dmlc/concurrentqueue.h:2896
Method
internal_join
! * \brief Internal join function * \param auto_remove_ok Whether to allow join on an auto-remove thread */
include/dmlc/thread_group.h:254
Method
is_current_thread
! * \brief Check if this class represents the currently running thread (self) * \return true if the current running thread belongs to this c
include/dmlc/thread_group.h:177
Method
is_empty
include/dmlc/concurrentqueue.h:1502
Method
is_lock_free
Returns true if the underlying atomic variables used by the queue are lock-free (they should be on most platforms). Thread-safe.
include/dmlc/blockingconcurrentqueue.h:945
Method
is_lock_free
Returns true if the underlying atomic variables used by the queue are lock-free (they should be on most platforms). Thread-safe.
include/dmlc/concurrentqueue.h:1260
Method
is_this_thread_in
! * \brief Check if the current thread a member if this ThreadGroup * \return true if the current thread is a member of this thread group * \
include/dmlc/thread_group.h:330
Method
is_thread_in
! * \brief Check if the current thread is a member of this ThreadGroup * \param thrd The thread to search for * \return true if the given thr
include/dmlc/thread_group.h:346
Method
istream
! * \brief construct std::ostream type * \param stream the Stream output to be used * \param buffer_size internal buffer size */
include/dmlc/io.h:396
Function
kubernetes_submit
(nworker, nserver, pass_envs)
tracker/dmlc_tracker/kubernetes.py:103
Method
launch
include/dmlc/thread_group.h:757
Method
launch_run
include/dmlc/thread_group.h:598
Method
launch_run
include/dmlc/thread_group.h:674
Method
lock
include/dmlc/concurrency.h:147
Method
log_stream_
include/dmlc/logging.h:330
Function
main
example/parameter.cc:39
Function
main
test/stream_read_test.cc:7
Function
main
test/libfm_parser_test.cc:7
Function
main
test/libsvm_parser_test.cc:8
Function
main
test/filesys_test.cc:8
Function
main
test/split_test.cc:8
Function
main
test/strtonum_test.cc:5
Function
main
test/csv_parser_test.cc:8
Function
main
test/logging_test.cc:3
Function
main
test/iostream_test.cc:4
Function
main
test/parameter_test.cc:35
Function
main
test/split_repeat_read_test.cc:8
Function
main
test/split_read_test.cc:7
Function
main
test/recordio_test.cc:6
Function
main
test/registry_test.cc:51
Function
main
test/dataiter_test.cc:4
Function
main
test/unittest/unittest_main.cc:4
Function
main
Main submission function.
tracker/dmlc_tracker/submit.py:38
Method
main
(String[] args)
tracker/yarn/src/main/java/org/apache/hadoop/yarn/dmlc/Client.java:347
Method
main
(String[] args)
tracker/yarn/src/main/java/org/apache/hadoop/yarn/dmlc/ApplicationMaster.java:116
Method
malloc
include/dmlc/concurrentqueue.h:338
Function
mesos_submit
customized submit script
tracker/dmlc_tracker/mesos.py:67
Function
mpi_submit
Internal closure for job submission.
tracker/dmlc_tracker/slurm.py:22
Function
mpi_submit
Internal closure for job submission.
tracker/dmlc_tracker/mpi.py:41
Function
mthread_submit
customized submit script, that submit nslave jobs, each must contain args as parameter note this can be a lambda function containing
tracker/dmlc_tracker/local.py:54
Method
new_block_index
include/dmlc/concurrentqueue.h:2329
Method
nullopt_t
! \brief dummy constructor */
include/dmlc/optional.h:25
Function
omp_get_num_threads
include/dmlc/omp.h:30
Function
omp_get_thread_num
include/dmlc/omp.h:29
Function
omp_in_parallel
include/dmlc/omp.h:34
Function
omp_set_num_threads
include/dmlc/omp.h:33
Method
onContainerStarted
(ContainerId cid, Map<String, ByteBuffer> services)
tracker/yarn/src/main/java/org/apache/hadoop/yarn/dmlc/ApplicationMaster.java:653
Method
onContainerStatusReceived
(ContainerId cid, ContainerStatus status)
tracker/yarn/src/main/java/org/apache/hadoop/yarn/dmlc/ApplicationMaster.java:659
Method
onContainerStopped
(ContainerId cid)
tracker/yarn/src/main/java/org/apache/hadoop/yarn/dmlc/ApplicationMaster.java:665
Method
onContainersAllocated
handle method for AMRMClientAsync.CallbackHandler container allocation @param containers
tracker/yarn/src/main/java/org/apache/hadoop/yarn/dmlc/ApplicationMaster.java:481
Method
onContainersAllocated
(List<Container> containers)
tracker/yarn/src/main/java/org/apache/hadoop/yarn/dmlc/ApplicationMaster.java:625
Method
onContainersCompleted
handle method for AMRMClientAsync.CallbackHandler container allocation @param status list of status
tracker/yarn/src/main/java/org/apache/hadoop/yarn/dmlc/ApplicationMaster.java:578
← previous
next →
801–900 of 1,057, ranked by callers