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
↓ 4 callers
Method
try_dequeue
include/dmlc/blockingconcurrentqueue.h:696
↓ 4 callers
Method
waitMany
Acquires at least one, and (greedily) at most max
include/dmlc/blockingconcurrentqueue.h:386
↓ 3 callers
Function
AddDefaultCanonicalHeaders
src/io/s3_filesys.cc:121
↓ 3 callers
Function
BuildRequestHeaders
! * \brief Builds HTTP request headers for SIG4 auth requests to AWS * \param sauth stream for auth header * \param sdate stream for date * \param
src/io/s3_filesys.cc:286
↓ 3 callers
Method
Cleanup
cleanup the previous sessions for restart
src/io/s3_filesys.cc:550
↓ 3 callers
Method
ExtractNextChunk
src/io/input_split_base.cc:300
↓ 3 callers
Method
ExtractNextRecord
src/io/line_split.cc:36
↓ 3 callers
Function
GetDateISO8601
! * \brief Returns datetime in ISO8601 format * Example: 20131222T043039Z * \param time * \return datetime in above format as string */
src/io/s3_filesys.cc:103
↓ 3 callers
Method
GetNextToken
NOLINT(*)
src/config.cc:33
↓ 3 callers
Method
GetPathInfo
src/io/s3_filesys.cc:1241
↓ 3 callers
Function
GetQueryMultipart
! * \brief creates query string from keys and values in params * \param params query keys and values * \param is_canonical whether or not to produc
src/io/s3_filesys.cc:191
↓ 3 callers
Method
HumanDate
include/dmlc/logging.h:296
↓ 3 callers
Method
NextChunk
src/io/indexed_recordio_split.cc:155
↓ 3 callers
Function
Now
test/unittest/unittest_thread_group.cc:157
↓ 3 callers
Method
ResetPartition
implement ResetPartition.
include/dmlc/input_split_shuffle.h:79
↓ 3 callers
Function
SignSig4
! * \brief Signs the request as per SIG4 Auth scheme * https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-auth-using-authorization-header.html *
src/io/s3_filesys.cc:319
↓ 3 callers
Method
Size
! \brief size of the data */
src/data/row_block.h:71
↓ 3 callers
Method
WriteObjectKeyValue
include/dmlc/json.h:880
↓ 3 callers
Method
_print_summary_map
Print summary of certain result map.
scripts/lint.py:37
↓ 3 callers
Function
atof
! * \brief A faster implementation of atof(). Unlike std::atof(), this function * returns float type. Note that this function does not check
include/dmlc/strtonum.h:448
↓ 3 callers
Method
construct
include/dmlc/any.h:241
↓ 3 callers
Function
create_env
(root_uri, root_port, sv_num, wk_num )
tracker/dmlc_tracker/kubernetes.py:93
↓ 3 callers
Function
create_job_manifest
(envs, commands, name, image, template_file)
tracker/dmlc_tracker/kubernetes.py:40
↓ 3 callers
Function
delay
test/unittest/unittest_threaditer_exc_handling.cc:14
↓ 3 callers
Function
delay
test/unittest/unittest_threaditer.cc:9
↓ 3 callers
Function
destroy
include/dmlc/concurrentqueue.h:3618
↓ 3 callers
Method
handleFailure
handle non fatal failures @param cid
tracker/yarn/src/main/java/org/apache/hadoop/yarn/dmlc/ApplicationMaster.java:537
↓ 3 callers
Method
head
! \return Get head pointer of child structure */
include/dmlc/parameter.h:261
↓ 3 callers
Method
join
! * \brief Thread join * \note join() may not be called on auto-remove threads */
include/dmlc/thread_group.h:237
↓ 3 callers
Method
joinable
! * \brief Check whether the thread is joinable * \return true if the thread is joinable */
include/dmlc/thread_group.h:224
↓ 3 callers
Function
populate_initial_implicit_producer_hash
include/dmlc/concurrentqueue.h:3323
↓ 3 callers
Function
py_str
convert c string back to python string
tracker/dmlc_tracker/util.py:7
↓ 3 callers
Method
recvstr
(self)
tracker/dmlc_tracker/tracker.py:45
↓ 3 callers
Method
request_shutdown_all
! * \brief Call request_shutdown() on all threads in this ThreadGroup * \param make_all_joinable If true, remove all auto_remove flags from chil
include/dmlc/thread_group.h:441
↓ 3 callers
Method
swap
! \brief swap two optional */
include/dmlc/optional.h:76
↓ 3 callers
Method
swap
Swaps this queue's state with the other's. Not thread-safe. Swapping two queues does not invalidate their tokens, however the tokens that were created
include/dmlc/blockingconcurrentqueue.h:502
↓ 3 callers
Method
swap
include/dmlc/any.h:291
↓ 2 callers
Function
ArrayViewTest
test/unittest/unittest_array_view.cc:5
↓ 2 callers
Method
BeforeFirst
src/io/single_threaded_input_split.h:35
↓ 2 callers
Method
BeforeFirst
src/io/threaded_input_split.h:49
↓ 2 callers
Function
ByteSwap
! * \brief A generic inplace byte swapping function. * \param data The data pointer. * \param elem_bytes The number of bytes of the data elements
include/dmlc/endian.h:51
↓ 2 callers
Function
ConvertPathInfo
src/io/hdfs_filesys.cc:138
↓ 2 callers
Method
ConvertToURIs
src/io/input_split_base.cc:96
↓ 2 callers
Function
DebugLoggingEnabled
get debug option from env variable.
include/dmlc/logging.h:157
↓ 2 callers
Function
FindHttpError
find the error field of the header
src/io/s3_filesys.cc:358
↓ 2 callers
Function
FindNextRecordIOHead
helper function to find next recordio head
src/recordio.cc:85
↓ 2 callers
Function
GetCredentialScope
! * \brief Returns credential scope as per AWS SIG4 authentication for S3 requests * \param time * \param region s3 region * \return credential sc
src/io/s3_filesys.cc:218
↓ 2 callers
Function
GetDateYYYYMMDD
! * \brief Returns datetime in YYYYMMDD format * Example: 20131222T043039Z * \param time * \return datetime in above format as string */
src/io/s3_filesys.cc:115
↓ 2 callers
Function
GetDurationInMilliseconds
test/unittest/unittest_thread_group.cc:171
↓ 2 callers
Method
GetFieldInfo
! * \brief get field information of each field. * \return field information */
include/dmlc/parameter.h:530
↓ 2 callers
Function
GetSignedHeaders
! * \brief Returns keys of canonical_headers separated with semicolon * as per AWS SIG4 authentication * \param canonical_headers * \return signed
src/io/s3_filesys.cc:142
↓ 2 callers
Function
IgnoreCommentAndBlank
src/data/libsvm_parser.h:68
↓ 2 callers
Method
InitCachedIter
src/io/cached_input_split.h:166
↓ 2 callers
Method
IsTextParser
src/io/line_split.h:30
↓ 2 callers
Method
Load
! * \brief Load the parameters from JSON. * \param reader JSONReader used for loading. * \throw ParamError when something go wrong. */
include/dmlc/parameter.h:219
↓ 2 callers
Function
LogStackTraceLevel
get stack trace logging depth from env variable.
include/dmlc/logging.h:39
↓ 2 callers
Function
MakeDirectory
test/unittest/unittest_tempdir.cc:14
↓ 2 callers
Method
Next
test/unittest/unittest_threaditer_exc_handling.cc:35
↓ 2 callers
Method
NextBatchEx
src/io/indexed_recordio_split.cc:159
↓ 2 callers
Method
Open
src/io/s3_filesys.cc:1279
↓ 2 callers
Method
Print
test/registry_test.cc:18
↓ 2 callers
Method
Push
src/data/row_block.h:90
↓ 2 callers
Method
Read
include/dmlc/json.h:810
↓ 2 callers
Method
ReadChunk
src/io/input_split_base.cc:221
↓ 2 callers
Method
ResetPartition
src/io/input_split_base.cc:30
↓ 2 callers
Method
RunInit
include/dmlc/parameter.h:423
↓ 2 callers
Function
SHA256HashToHex
! * \brief Converts hash to hex representation * \param hash unsigned char array with hash * \param size size of hash * \return string in hex repr
src/io/s3_filesys.cc:73
↓ 2 callers
Method
Save
src/data/row_block.h:190
↓ 2 callers
Method
Save
! * \brief Write the parameters in JSON format. * \param writer JSONWriter used for writing. */
include/dmlc/parameter.h:211
↓ 2 callers
Method
Set
implement set value
include/dmlc/parameter.h:609
↓ 2 callers
Method
SetDefault
implement set head to default value
include/dmlc/parameter.h:654
↓ 2 callers
Method
SetParam
include/dmlc/config.h:178
↓ 2 callers
Function
StackTrace
By default skip the first frame because that belongs to ~LogMessageFatal
include/dmlc/logging.h:76
↓ 2 callers
Method
Upload
src/io/s3_filesys.cc:978
↓ 2 callers
Method
allocate
! \brief allocate a new memory of size */
include/dmlc/memory.h:33
↓ 2 callers
Method
assign_rank
(self, rank, wait_conn, tree_map, parent_map, ring_map)
tracker/dmlc_tracker/tracker.py:80
↓ 2 callers
Function
circular_less_than
include/dmlc/concurrentqueue.h:413
↓ 2 callers
Method
deallocate
! * \brief deallocate a piece of memory * \param p The pointer to the memory to be de-allocated. */
include/dmlc/memory.h:53
↓ 2 callers
Method
empty
! * \brief Check if the ThreadGroup is empty * \return true if the ThreadGroup is empty */
include/dmlc/thread_group.h:465
↓ 2 callers
Method
freeUnusedContainers
free the containers that have not yet been launched @param containers
tracker/yarn/src/main/java/org/apache/hadoop/yarn/dmlc/ApplicationMaster.java:468
↓ 2 callers
Function
get_block_index_index_for_index
include/dmlc/concurrentqueue.h:2939
↓ 2 callers
Function
get_family
(addr)
tracker/dmlc_tracker/tracker.py:55
↓ 2 callers
Function
get_host_ip
(hostIP=None)
tracker/dmlc_tracker/tracker.py:389
↓ 2 callers
Function
get_memory_mb
Get the memory in MB from memory string. mem_str: str String representation of memory requirement. Returns ------- mem_mb: i
tracker/dmlc_tracker/opts.py:39
↓ 2 callers
Function
get_mpi_env
get the slurm command for setting the environment
tracker/dmlc_tracker/slurm.py:11
↓ 2 callers
Function
get_or_add_implicit_producer
Only fails (returns nullptr) if memory allocation fails
include/dmlc/concurrentqueue.h:3375
↓ 2 callers
Function
hash_thread_id
include/dmlc/concurrentqueue.h:405
↓ 2 callers
Method
head_unsafe
Useful for traversing the list when there's no contention (e.g. to destroy remaining nodes)
include/dmlc/concurrentqueue.h:1443
↓ 2 callers
Method
is_auto_remove
! * \brief Check whether the thread is set to auto-remove itself from the ThreadGroup owner * when exiting * \return true if the
include/dmlc/thread_group.h:207
↓ 2 callers
Method
is_nil
include/dmlc/lua.h:601
↓ 2 callers
Method
join
(self)
tracker/dmlc_tracker/tracker.py:329
↓ 2 callers
Method
launchDummyTask
(Container container)
tracker/yarn/src/main/java/org/apache/hadoop/yarn/dmlc/ApplicationMaster.java:331
↓ 2 callers
Function
lua_abs_index
include/dmlc/lua.h:305
↓ 2 callers
Function
populate_initial_block_list
include/dmlc/concurrentqueue.h:3035
↓ 2 callers
Function
process
Process a file.
scripts/lint.py:152
↓ 2 callers
Method
recvall
(self, nbytes)
tracker/dmlc_tracker/tracker.py:30
↓ 2 callers
Function
reown_producers
include/dmlc/concurrentqueue.h:3273
↓ 2 callers
Method
request_shutdown
! * \brief Signal to this thread that a thread shutdown/exit is requested. * \note This is a candidate for overrise in a derived class which
include/dmlc/thread_group.h:187
↓ 2 callers
Method
reset
! * \brief reset the pointer to nullptr. */
include/dmlc/memory.h:201
↓ 2 callers
Function
run
(prog)
tracker/dmlc_tracker/ssh.py:68
← previous
next →
101–200 of 1,057, ranked by callers