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
↓ 1 callers
Function
dmlc_usleep
test/unittest/unittest_thread_group.cc:11
↓ 1 callers
Method
doneAllJobs
check if the job finishes @return whether we finished all the jobs
tracker/yarn/src/main/java/org/apache/hadoop/yarn/dmlc/ApplicationMaster.java:299
↓ 1 callers
Method
enqueue
! * \brief Enqueue and item * \param item The item to enqueue */
include/dmlc/thread_group.h:575
↓ 1 callers
Method
except_counter
! * \return number of exceptions(occurance of magic number) * during the writing process */
include/dmlc/recordio.h:97
↓ 1 callers
Function
filepath_enumerate
Enumerate the file paths of all subfiles of the list of paths
scripts/lint.py:20
↓ 1 callers
Method
find_share_ring
get a ring structure that tends to share nodes with the tree return a list starting from r
tracker/dmlc_tracker/tracker.py:193
↓ 1 callers
Function
for_each
include/dmlc/lua.h:669
↓ 1 callers
Method
getEnvironment
get the environment variables for container @return the env variable for child class
tracker/yarn/src/main/java/org/apache/hadoop/yarn/dmlc/Client.java:173
↓ 1 callers
Function
get_env
(pass_envs)
tracker/dmlc_tracker/ssh.py:24
↓ 1 callers
Function
get_env
()
tracker/dmlc_tracker/mesos.py:60
↓ 1 callers
Method
get_label
! * \return the label of the instance */
include/dmlc/data.h:122
↓ 1 callers
Method
get_link_map
get the link map, this is a bit hacky, call for better algorithm to place similar nodes together
tracker/dmlc_tracker/tracker.py:227
↓ 1 callers
Method
get_neighbor
(rank, nslave)
tracker/dmlc_tracker/tracker.py:166
↓ 1 callers
Method
get_qid
! * \return the qid of the instance, this function is always * safe even when qid == NULL */
include/dmlc/data.h:136
↓ 1 callers
Method
get_ring
get a ring connection used to recover local data
tracker/dmlc_tracker/tracker.py:212
↓ 1 callers
Function
get_some_ip
(host)
tracker/dmlc_tracker/tracker.py:52
↓ 1 callers
Method
get_tree
(self, nslave)
tracker/dmlc_tracker/tracker.py:185
↓ 1 callers
Method
get_weight
! * \return the weight of the instance, this function is always * safe even when weight == NULL */
include/dmlc/data.h:129
↓ 1 callers
Method
handle
(Signal signal)
tracker/yarn/src/main/java/org/apache/hadoop/yarn/dmlc/Client.java:339
↓ 1 callers
Method
initArgs
initialize the settings @param args
tracker/yarn/src/main/java/org/apache/hadoop/yarn/dmlc/Client.java:217
↓ 1 callers
Method
initArgs
initialize from arguments and command lines @param args
tracker/yarn/src/main/java/org/apache/hadoop/yarn/dmlc/ApplicationMaster.java:173
↓ 1 callers
Method
is_shutdown_requested
! * \brief Check whether shutdown has been requested (request_shutdown() was called) * \return true if shutdown was requested. * \note
include/dmlc/thread_group.h:197
↓ 1 callers
Function
isalpha
! * \brief Inline implementation of isalpha(). Tests whether the given character * is an alphabet letter * \param c Character to test * \re
include/dmlc/strtonum.h:56
↓ 1 callers
Method
launchTask
launch the task on container @param container container to run the task @param task the task
tracker/yarn/src/main/java/org/apache/hadoop/yarn/dmlc/ApplicationMaster.java:353
↓ 1 callers
Function
main
Main function if tracker is executed in standalone mode.
tracker/dmlc_tracker/tracker.py:456
↓ 1 callers
Function
main
Main moduke of the launcher.
tracker/dmlc_tracker/launcher.py:21
↓ 1 callers
Function
main
Main entry function.
scripts/lint.py:163
↓ 1 callers
Method
make_joinable
! * \brief Make the thread joinable (by removing the auto_remove flag) * \warning Care should be taken not to cause a race condition between
include/dmlc/thread_group.h:216
↓ 1 callers
Function
omp_get_max_threads
include/dmlc/omp.h:31
↓ 1 callers
Function
omp_get_num_procs
include/dmlc/omp.h:32
↓ 1 callers
Method
print_summary
Print summary of lint.
scripts/lint.py:105
↓ 1 callers
Method
process_cpp
Process a cpp file.
scripts/lint.py:74
↓ 1 callers
Method
process_python
Process a python file.
scripts/lint.py:86
↓ 1 callers
Function
recycle_or_create_producer
include/dmlc/concurrentqueue.h:3211
↓ 1 callers
Method
remove_thread
! * \brief Remove a Thread object from this thread group * \param thrd The thread to remove from this ThreadGroup object * \return true if th
include/dmlc/thread_group.h:385
↓ 1 callers
Method
run
(String[] args)
tracker/yarn/src/main/java/org/apache/hadoop/yarn/dmlc/Client.java:251
↓ 1 callers
Method
run
called to start the application
tracker/yarn/src/main/java/org/apache/hadoop/yarn/dmlc/ApplicationMaster.java:220
↓ 1 callers
Function
run_doxygen
Run the doxygen make command in the designated folder.
doc/conf.py:141
↓ 1 callers
Method
sendstr
(self, s)
tracker/dmlc_tracker/tracker.py:42
↓ 1 callers
Method
set_name
! * \brief set the name of parameter manager * \param name the name to set */
include/dmlc/parameter.h:523
↓ 1 callers
Method
set_stream
! * \brief set internal stream to be stream, reset states * \param stream new stream as output */
include/dmlc/io.h:338
↓ 1 callers
Method
set_stream
! * \brief set internal stream to be stream, reset states * \param stream new stream as output */
include/dmlc/io.h:406
↓ 1 callers
Method
setupCacheFiles
setup all the cached files @param fmaps the file maps @return the resource map @throws IOException
tracker/yarn/src/main/java/org/apache/hadoop/yarn/dmlc/Client.java:122
↓ 1 callers
Method
setupTokens
setup security token given current user @return the ByeBuffer containing the security tokens @throws IOException
tracker/yarn/src/main/java/org/apache/hadoop/yarn/dmlc/Client.java:87
↓ 1 callers
Method
size_approx
! * \brief Get the approximate size of the queue * \return The approximate size of the queue */
include/dmlc/thread_group.h:585
↓ 1 callers
Method
slave_envs
(self)
tracker/dmlc_tracker/tracker.py:375
↓ 1 callers
Function
start_rabit_tracker
Standalone function to start rabit tracker. Parameters ---------- args: arguments to start the rabit tracker.
tracker/dmlc_tracker/tracker.py:435
↓ 1 callers
Function
stod
! * \brief A faster implementation of stod(). See documentation of std::stod() * for more information. This function will test for overflow a
include/dmlc/strtonum.h:497
↓ 1 callers
Function
stof
! * \brief A faster implementation of stof(). See documentation of std::stof() * for more information. This function will test for overflow a
include/dmlc/strtonum.h:467
↓ 1 callers
Function
strtod
! * \brief A faster implementation of strtod(). See documentation of * std::strtof() for more information. Note that this function does not
include/dmlc/strtonum.h:303
↓ 1 callers
Function
strtod_check_range
! * \brief A faster implementation of strtod(). See documentation of * std::strtod() for more information. This function will check for *
include/dmlc/strtonum.h:321
↓ 1 callers
Function
strtof_check_range
! * \brief A faster implementation of strtof(). See documentation of * std::strtof() for more information. This function will check for *
include/dmlc/strtonum.h:286
↓ 1 callers
Method
try_dequeue
include/dmlc/concurrentqueue.h:1045
↓ 1 callers
Method
try_get
include/dmlc/concurrentqueue.h:1401
↓ 1 callers
Function
try_get_block_from_free_list
include/dmlc/concurrentqueue.h:3076
↓ 1 callers
Function
try_get_block_from_initial_pool
include/dmlc/concurrentqueue.h:3051
↓ 1 callers
Method
unique
! \return if use_count == 1*/
include/dmlc/memory.h:206
↓ 1 callers
Function
unlikely
include/dmlc/concurrentqueue.h:228
↓ 1 callers
Function
unzip_archives
(ar_list, env)
tracker/dmlc_tracker/launcher.py:12
↓ 1 callers
Function
yarn_submit
Submission function for YARN.
tracker/dmlc_tracker/yarn.py:18
Method
BuildCache
src/data/disk_row_iter.h:111
Method
DeclareFieldInternal
include/dmlc/json.h:970
Method
Init
include/dmlc/threadediter.h:315
Method
ParseBlock
src/data/csv_parser.h:75
Method
ParseBlock
src/data/libfm_parser.h:68
Method
ParseBlock
src/data/libsvm_parser.h:87
Method
InitPreprocIter
src/io/cached_input_split.h:148
Method
(malloc)
include/dmlc/concurrentqueue.h:335
Method
AddAlias
! * \brief internal function to add entry to manager, * The manager will take ownership of the entry. * \param key the key to the parameters
include/dmlc/parameter.h:510
Method
AddAlias
! * \brief Add alias to the key_name * \param key_name The original entry key * \param alias The alias key. */
include/dmlc/registry.h:62
Method
AnyJSONManager
include/dmlc/json.h:558
Method
ApplicationMaster
()
tracker/yarn/src/main/java/org/apache/hadoop/yarn/dmlc/ApplicationMaster.java:120
Method
AtEnd
src/io/s3_filesys.cc:430
Method
AtEnd
src/io/local_filesys.cc:55
Method
AzureFileSystem
src/io/azure_filesys.cc:31
Method
BackFindEndLine
! * \brief start from bptr, go backward and find first endof line * \param bptr end position to go backward * \param begin the beginning p
src/data/text_parser.h:69
Method
BasicRowIter
src/data/basic_row_iter.h:26
Method
BeforeFirst
test/unittest/unittest_threaditer_exc_handling.cc:62
Method
BeforeFirst
src/data/text_parser.h:39
Method
BeforeFirst
src/data/basic_row_iter.h:32
Method
BeforeFirst
src/data/disk_row_iter.h:59
Method
BeforeFirst
src/io/cached_input_split.h:63
Method
BeforeFirst
! \brief reset the producer to beginning */
include/dmlc/threadediter.h:90
Method
BeforeFirst
implement BeforeFirst
include/dmlc/input_split_shuffle.h:24
Method
BeforeFirstProducer
src/io/single_threaded_input_split.h:30
Method
Block
include/dmlc/concurrentqueue.h:1493
Method
BlockingConcurrentQueue
Creates a queue with at least `capacity` element slots; note that the actual number of elements that can be inserted without additional memory allocat
include/dmlc/blockingconcurrentqueue.h:460
Function
BlockingPullThread
test/unittest/unittest_lockfree.cc:41
Method
BlockingQueueThread
! * \brief Constructor * \param name Name for the blockin g queue thread. Must be unique for a specific ThreadGroup * \param owner ThreadGrou
include/dmlc/thread_group.h:538
Method
BytesRead
src/data/text_parser.h:42
Method
CSVParser
src/data/csv_parser.h:54
Method
CSVParserTest
test/unittest/unittest_parser.cc:16
Method
CURLGlobal
src/io/s3_filesys.cc:653
Method
CURLReadStreamBase
src/io/s3_filesys.cc:446
Method
CachedInputSplit
! * \brief constructor * \param base source input split * \param cache_file the path to cache file * \param reuse_exist_cache whether reus
src/io/cached_input_split.h:36
Method
CallParseBlock
test/unittest/unittest_parser.cc:33
Method
CallParseBlock
test/unittest/unittest_parser.cc:46
Method
Callback
curl callback to write sstream
src/io/s3_filesys.cc:409
Method
Check
consistency check for numeric ranges
include/dmlc/parameter.h:728
Method
Chunk
src/io/input_split_base.h:31
← previous
next →
301–400 of 1,057, ranked by callers