MCPcopy Create free account

hub / github.com/Samsung/veles / functions

Functions4,158 in github.com/Samsung/veles

↓ 301 callersMethodget
Get an attribute value by name. Given an attribute 'name' it will get its value. There's always the possibility of using the
veles/external/pydot.py:638
↓ 185 callersMethodinfo
(self, msg, *args, **kwargs)
veles/logger.py:238
↓ 173 callersFunction$
(file)
web/projects/core/gulpfile.js:45
↓ 138 callersMethodend
libVeles/tests/google/gtest/internal/gtest-internal.h:982
↓ 127 callersMethodbegin
libVeles/tests/google/gtest/internal/gtest-internal.h:981
↓ 121 callersMethoddebug
(self, msg, *args, **kwargs)
veles/logger.py:233
↓ 90 callersMethoditems
Return a list of this trie's items (``(key,value)`` tuples). :param prefix: If not None, return only the items associated with keys
veles/external/pytrie.py:252
↓ 83 callersFunctionSearch
Searches the string for the pattern, caching the compiled regexp.
libVeles/cpplint.py:419
↓ 82 callersMethoddebug
(self, msg, *args, **kwargs)
veles/tests/accelerated_test.py:102
↓ 79 callersFunctiontype
Gets the outcome of the test part.
libVeles/tests/google/gtest/gtest-test-part.h:72
↓ 75 callersMethodwarning
(self, msg, *args, **kwargs)
veles/logger.py:243
↓ 74 callersMethodsize
Returns the number of TestPartResult objects in the array.
libVeles/tests/google/src/gtest-test-part.cc:83
↓ 71 callersMethodexists
Returns True if device is ready for use.
veles/backends.py:322
↓ 70 callersMethoderror
(self, msg, *args, **kwargs)
veles/logger.py:248
↓ 63 callersFunctionenumerate
(lst)
veles/external/pydev/constants.py:181
↓ 61 callersFunctionMatch
Matches the string with the pattern, caching the compiled regexp.
libVeles/cpplint.py:409
↓ 61 callersMethodwrite
Writes a graph to a file. Given a filename 'path' it will open/create and truncate such file and write on it a representation of the
veles/external/pydot.py:1856
↓ 57 callersFunctionfrom_none
Emulates raise ... from None (PEP 409) on older Python-s
veles/compat.py:77
↓ 52 callersFunctiontuple
libVeles/tests/google/gtest/internal/gtest-tuple.h:209
↓ 51 callersFunctionValuesIn
libVeles/tests/google/gtest/gtest-param-test.h:308
↓ 49 callersFunction$
(file)
web/projects/bboxer/gulpfile.js:11
↓ 48 callersMethodname
libVeles/src/main_file_loader.h:66
↓ 47 callersMethodexception
(self, msg="Exception", *args, **kwargs)
veles/logger.py:258
↓ 47 callersMethodlink_from
Adds notification link.
veles/units.py:554
↓ 42 callersMethodadd
(self, chromo)
veles/genetics/core.py:503
↓ 41 callersMethodGetString
Gets the text streamed to this object so far as an std::string. Each '\0' character in the buffer is replaced with "\\0".
libVeles/tests/google/src/gtest.cc:942
↓ 41 callersFunctionStreamableToString
libVeles/tests/google/gtest/gtest-message.h:243
↓ 41 callersMethodcopy
(self)
veles/external/pytrie.py:366
↓ 41 callersMethodget
@brief Returns shared pointer to array data. */
libVeles/inc/veles/shared_array.h:98
↓ 40 callersMethodset
Set an attribute value by name. Given an attribute 'name' it will set its value to 'value'. There's always the possibility of
veles/external/pydot.py:624
↓ 40 callersMethodupdate
(self, value)
veles/config.py:70
↓ 38 callersMethodupdate
Updates the widget to show the ETA or total time when finished.
veles/external/progressbar/widgets.py:111
↓ 35 callersMethodencode
(self, msg, errors='replace')
veles/external/kitchen/text/converters.py:212
↓ 35 callersMethodget
libVeles/tests/google/gtest/internal/gtest-port.h:899
↓ 35 callersMethodopen
Become a daemon process. :Return: ``None`` Open the daemon context, turning the current program into a daemon pr
veles/external/daemon/daemon.py:269
↓ 35 callersMethodrandint
Returns random integer(s) from [low, high).
veles/prng/random_generator.py:230
↓ 34 callersMethodreset
Sets device buffers to None and optionally release the host buffer. :param new_mem: Set "mem" property to this value.
veles/memory.py:387
↓ 32 callersMethodwarning
(self, *args, **kwargs)
veles/tests/test_units.py:72
↓ 31 callersMethodkeys
Return a list of this trie's keys. :param prefix: If not None, return only the keys prefixed by ``prefix``.
veles/external/pytrie.py:237
↓ 31 callersMethodmain
()
veles/tests/accelerated_test.py:121
↓ 31 callersMethodmax
(self, *args, **kwargs)
veles/memory.py:272
↓ 31 callersMethodreshape
(self, shape)
veles/loader/pickles.py:79
↓ 31 callersMethodvalues
Return a list of this trie's values. :param prefix: If not None, return only the values associated with keys prefixed by
veles/external/pytrie.py:244
↓ 29 callersMethodclear
(self)
veles/external/pytrie.py:363
↓ 27 callersMethodadd_row
Add a row to the table Arguments: row - row of data, should be a list with as many elements as the table has fields
veles/external/prettytable.py:808
↓ 27 callersMethodexit
Terminates the running program safely.
veles/thread_pool.py:423
↓ 27 callersMethodmap_read
(self)
veles/memory.py:371
↓ 25 callersMethoddata
(self)
veles/tests/test_network.py:147
↓ 25 callersMethodmin
(self, *args, **kwargs)
veles/memory.py:269
↓ 25 callersMethodread
(self, size)
veles/forge/forge_server.py:314
↓ 24 callersMethodevent
Records an event to MongoDB. Events can be later viewed in web status. Parameters: name: the name of the event, for examp
veles/logger.py:264
↓ 24 callersMethodrun
()
veles/tests/test_zmq_loader.py:96
↓ 23 callersFunctionColoredPrintf
Helpers for printing colored strings to stdout. Note that on Windows, we cannot simply emit special characters and have the terminal change colors. Th
libVeles/tests/google/src/gtest.cc:2617
↓ 23 callersMethod_validate_option
(self, option, val)
veles/external/prettytable.py:256
↓ 23 callersMethodanalyze
Analyze the given array, updating the internal state. :param data: numpy.ndarray
veles/normalization.py:69
↓ 23 callersMethodload
Loads object's current state from the specified file.
veles/distributable.py:214
↓ 22 callersFunctionGetUnitTestImpl
Convenience function for accessing the global UnitTest implementation object.
libVeles/tests/google/src/gtest-internal-inl.h:936
↓ 22 callersFunctionimpl
Accessors for the implementation object.
libVeles/tests/google/gtest/gtest.h:1255
↓ 21 callersFunctioneina_log_pid_get
libVeles/eina/eina_log.c:335
↓ 21 callersMethodwrite
(self, data)
veles/txzmq/connection.py:512
↓ 20 callersMethodread
(self, length=None)
veles/snapshotter.py:290
↓ 19 callersFunctionAssertionSuccess
Makes a successful assertion result.
libVeles/tests/google/src/gtest.cc:964
↓ 19 callersMethodLock
libVeles/tests/google/gtest/internal/gtest-port.h:1548
↓ 19 callersMethodnormalize
Performs the array *inplace* normalization based on the internal state. :param data: numpy.ndarray :return Either None or a d
veles/normalization.py:75
↓ 18 callersMethodclose
Exit the daemon process context. :Return: ``None`` Close the daemon context. This performs the following steps:
veles/external/daemon/daemon.py:382
↓ 18 callersFunctioncry
Fail-ignorant logging function.
veles/external/manhole.py:94
↓ 18 callersMethodinitialize
(self, **kwargs)
veles/tests/mastodon_sample.py:53
↓ 18 callersMethodstart
(self)
veles/external/manhole.py:147
↓ 18 callersMethodupdate
(self)
veles/genetics/core.py:525
↓ 17 callersMethodfinish
()
veles/forge/forge_server.py:300
↓ 17 callersFunctionnext
(iter)
veles/external/progressbar/compat.py:30
↓ 17 callersMethodsort
Sorts the population be fitness and truncates up to maximum population size.
veles/genetics/core.py:507
↓ 16 callersFunctionAssertionFailure
Makes a failed assertion result.
libVeles/tests/google/src/gtest.cc:969
↓ 16 callersFunctionFilePath
libVeles/tests/google/gtest/internal/gtest-filepath.h:62
↓ 16 callersMethoddump
(file)
veles/txzmq/connection.py:530
↓ 16 callersMethodget_name
Get the node's name.
veles/external/pydot.py:763
↓ 16 callersMethodlog
(self, level, msg, *args, **kwargs)
veles/logger.py:227
↓ 16 callersMethodstop
(self, failure=None, throw=True)
veles/forge/forge_client.py:748
↓ 15 callersMethodstart
(self)
veles/thread_pool.py:178
↓ 15 callersMethodtell
(self)
veles/snapshotter.py:272
↓ 15 callersMethodverify_interface
(self, iface)
veles/verified.py:49
↓ 15 callersMethodwalk
()
veles/scripts/bboxer.py:169
↓ 14 callersFunctionMessage
Copy constructor.
libVeles/tests/google/gtest/gtest-message.h:96
↓ 14 callersFunction_FT_ENC_TAG
(a, b, c, d)
veles/external/freetype/ft_enums/ft_encodings.py:92
↓ 14 callersMethod_iter_links
(container)
veles/units.py:726
↓ 14 callersMethod_unicode
(self, value)
veles/external/prettytable.py:177
↓ 14 callersMethodchoice
(self, a, size=None, replace=True, p=None)
veles/prng/random_generator.py:161
↓ 14 callersMethodindex
libVeles/tests/google/gtest/internal/gtest-death-test-internal.h:250
↓ 14 callersMethodrender
(self, info)
veles/publishing/pdf_backend.py:74
↓ 14 callersMethodtest
(self)
veles/tests/test_random.py:201
↓ 13 callersMethodclose
(self)
veles/client.py:516
↓ 13 callersMethoddemand
Adds attributes which must be linked before initialize(), setting each to None. :param args: The dependency attributes to add
veles/units.py:682
↓ 13 callersMethodflush
(self)
veles/loader/restful.py:125
↓ 13 callersMethodget
(self)
veles/forge/forge_server.py:284
↓ 13 callersMethodinitialize
(self, device)
veles/memory.py:347
↓ 13 callersFunctionsetArg
(key, val, arg)
web/projects/core/src/js/minimist_mod.js:54
↓ 13 callersMethodsetup_logging
(self, verbosity)
veles/__main__.py:772
↓ 12 callersMethodexecute_kernel
(self, global_size, local_size, kernel=None, need_event=False)
veles/accelerated_units.py:436
↓ 12 callersMethodfail
(self, request, message)
veles/restful_api.py:133
↓ 12 callersMethodfetch
Download the specififc workflow bundle.
veles/forge/forge_client.py:101
next →1–100 of 4,158, ranked by callers