Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/veles
/ functions
Functions
4,158 in github.com/Samsung/veles
⨍
Functions
4,158
◇
Types & classes
1,067
↳
Endpoints
11
↓ 12 callers
Method
link_attrs
Assigns attributes from other to self, respecting whether each is mutable or immutable. In the latter case, an attribute link is crea
veles/units.py:638
↓ 11 callers
Function
CountIf
libVeles/tests/google/src/gtest-internal-inl.h:282
↓ 11 callers
Function
PrintTupleTo
libVeles/tests/google/gtest/gtest-printers.h:825
↓ 11 callers
Method
_sendError
Sends the line with the specified error message. Parameters: err: The error message.
veles/server.py:586
↓ 11 callers
Function
any
(iterator)
veles/external/progressbar/compat.py:43
↓ 11 callers
Method
get_parent_graph
(self)
veles/external/pydot.py:619
↓ 11 callers
Method
init_vectors
(self, *vecs)
veles/accelerated_units.py:475
↓ 11 callers
Method
rand
(self, *args)
veles/prng/random_generator.py:244
↓ 11 callers
Method
scramble
(value)
veles/forge/forge_server.py:595
↓ 10 callers
Function
DeathTestAbort
Routine for aborting the program which is safe to call from an exec-style death test child process, in which case the error message is propagated back
libVeles/tests/google/src/gtest-death-test.cc:251
↓ 10 callers
Method
NumLines
Returns the number of lines represented.
libVeles/cpplint.py:1007
↓ 10 callers
Function
PrintToString
libVeles/tests/google/gtest/gtest-printers.h:847
↓ 10 callers
Method
add_method_to_storage
Convenience method to backup functions before wrapping them into decorators at runtime.
veles/distributable.py:69
↓ 10 callers
Function
eina_inlist_append
libVeles/eina/eina_inlist.c:227
↓ 10 callers
Method
fileno
Implementation of :class:`IFileDescriptor <twisted.internet.interfaces.IFileDescriptor>`. Returns ZeroMQ polling file descri
veles/txzmq/connection.py:218
↓ 10 callers
Method
flush
(self)
veles/snapshotter.py:336
↓ 10 callers
Method
iteritems
Return an iterator over this trie's items (``(key,value)`` tuples). :param prefix: If not None, yield only the items associated with
veles/external/pytrie.py:287
↓ 10 callers
Method
set_args
(self, *args, **kwargs)
veles/accelerated_units.py:465
↓ 10 callers
Method
shutdown
(self, execute_remaining=True, force=False, timeout=1.0)
veles/thread_pool.py:250
↓ 10 callers
Method
uri
(self, *args)
veles/forge/forge_server.py:847
↓ 9 callers
Method
AtEnd
libVeles/tests/google/gtest/internal/gtest-param-util-generated.h:3242
↓ 9 callers
Method
BaseGenerator
libVeles/tests/google/gtest/internal/gtest-param-util-generated.h:3191
↓ 9 callers
Method
Get
libVeles/tests/google/src/gtest-internal-inl.h:980
↓ 9 callers
Method
Passed
Returns true iff the unit test passed (i.e. all test cases passed).
libVeles/tests/google/src/gtest.cc:3691
↓ 9 callers
Method
critical
(self, msg, *args, **kwargs)
veles/logger.py:253
↓ 9 callers
Method
denormalize
Inverses the result of applying normalize(), that is, returns the original denormalized data. Warning: it may modify the input array
veles/normalization.py:83
↓ 9 callers
Method
elapsed_time
Gets the elapsed time, in milliseconds.
libVeles/tests/google/src/gtest.cc:3686
↓ 9 callers
Method
fill
(self, nbytes)
veles/prng/uniform.py:165
↓ 9 callers
Method
get_destination
Get the edge's destination node name.
veles/external/pydot.py:889
↓ 9 callers
Method
get_source
Get the edges source node name.
veles/external/pydot.py:883
↓ 9 callers
Method
inc
(self)
veles/external/progressbar/progressbar.py:270
↓ 9 callers
Function
make_tuple
libVeles/tests/google/gtest/internal/gtest-tuple.h:667
↓ 9 callers
Method
map_write
(self)
veles/memory.py:375
↓ 9 callers
Function
quote_if_necessary
(s)
veles/external/pydot.py:175
↓ 9 callers
Method
save
Stores object's current state in the specified file.
veles/distributable.py:207
↓ 9 callers
Method
start
libVeles/src/main_file_loader.h:99
↓ 9 callers
Method
stop
If run() blocks, interrupt it here. By default, do nothing and consider run() to always finish in time.
veles/units.py:472
↓ 8 callers
Function
GetTimeInMillis
Returns the current time in milliseconds.
libVeles/tests/google/src/gtest.cc:776
↓ 8 callers
Function
HandleExceptionsInMethodIfSupported
libVeles/tests/google/src/gtest.cc:2082
↓ 8 callers
Function
IsSubstringImpl
libVeles/tests/google/src/gtest.cc:1256
↓ 8 callers
Function
ParseBoolFlag
Parses a string for a bool flag, in the form of either "--flag=value" or "--flag". In the former case, the value is taken as true as long as it does
libVeles/tests/google/src/gtest.cc:4657
↓ 8 callers
Function
ParseNaturalNumber
libVeles/tests/google/src/gtest-internal-inl.h:1002
↓ 8 callers
Function
PrintCharsAsStringTo
libVeles/tests/google/src/gtest-printers.cc:255
↓ 8 callers
Function
UniversalPrint
libVeles/tests/google/gtest/gtest-printers.h:752
↓ 8 callers
Method
__get__
(self, instance, owner)
veles/cmdline.py:57
↓ 8 callers
Method
__init__
(self, workflow, **kwargs)
veles/plotting_units.py:544
↓ 8 callers
Method
add_edge
Adds an edge object to the graph. It takes a edge object as its only argument and returns None.
veles/external/pydot.py:1355
↓ 8 callers
Method
add_node
Adds a node object to the graph. It takes a node object as its only argument and returns None.
veles/external/pydot.py:1252
↓ 8 callers
Method
build_program
(self, defines=None, cache_file_name=None, dtype=None, **kwargs)
veles/accelerated_units.py:298
↓ 8 callers
Function
json_file
(file)
veles/scripts/bboxer.py:61
↓ 8 callers
Function
load
(self)
veles/pickle2.py:97
↓ 8 callers
Method
new
(self, binary=None, numeric=None, size=None)
veles/genetics/core.py:497
↓ 8 callers
Method
print_
(self, indent=1, width=80, file=sys.stdout)
veles/config.py:86
↓ 8 callers
Method
reply
(self, node_id, channel, message)
veles/server.py:141
↓ 8 callers
Method
set_parent_graph
(self, parent_graph)
veles/external/pydot.py:1547
↓ 8 callers
Method
show_figure
(self, figure)
veles/graphics_client.py:254
↓ 8 callers
Method
size
@brief Returns number of elements in shared array. */
libVeles/inc/veles/shared_array.h:106
↓ 8 callers
Method
start
Starts measuring time, and prints the bar at 0%. It returns self so you can use it like this: >>> pbar = ProgressBar().start()
veles/external/progressbar/progressbar.py:273
↓ 8 callers
Function
timeit
(function, *args, **kwargs)
veles/timeit2.py:43
↓ 8 callers
Method
unmap
(self)
veles/memory.py:383
↓ 7 callers
Function
BoolFromGTestEnv
Reads and returns the Boolean environment variable corresponding to the given flag; if it's not set, returns default_value. The value is considered t
libVeles/tests/google/src/gtest-port.cc:766
↓ 7 callers
Function
ForEach
libVeles/tests/google/src/gtest-internal-inl.h:295
↓ 7 callers
Function
GTEST_LOCK_EXCLUDED_
libVeles/tests/google/src/gtest.cc:3510
↓ 7 callers
Function
GetEnv
libVeles/tests/google/gtest/internal/gtest-port.h:1792
↓ 7 callers
Method
Reset
libVeles/tests/google/src/gtest-internal-inl.h:981
↓ 7 callers
Function
StringStreamToString
Converts the buffer in a stringstream to an std::string, converting NUL bytes to "\\0" along the way.
libVeles/tests/google/src/gtest.cc:1655
↓ 7 callers
Function
SumOverTestCaseList
Iterates over a vector of TestCases, keeping a running sum of the results of calling a given int-returning method on each. Returns the sum.
libVeles/tests/google/src/gtest.cc:317
↓ 7 callers
Function
_get_original
(qual_name)
veles/external/manhole.py:36
↓ 7 callers
Method
assign_kernel
(self, name)
veles/accelerated_units.py:433
↓ 7 callers
Method
begin
libVeles/tests/google/gtest/internal/gtest-param-util.h:171
↓ 7 callers
Function
dirname
(path)
veles/forge/forge_server.py:72
↓ 7 callers
Function
eina_log_win32_color_get
libVeles/eina/eina_log.c:328
↓ 7 callers
Method
end
libVeles/tests/google/gtest/internal/gtest-param-util.h:172
↓ 7 callers
Method
finish
Puts the ProgressBar bar in the finished state.
veles/external/progressbar/progressbar.py:301
↓ 7 callers
Function
install_dot_pip
(dirname=root.common.dependencies.dirname)
veles/dot_pip.py:45
↓ 7 callers
Function
main
()
veles/scripts/bboxer.py:228
↓ 7 callers
Method
map_invalidate
(self)
veles/memory.py:379
↓ 7 callers
Method
os_stack_trace_getter
Returns the current OS stack trace getter if it is not NULL; otherwise, creates an OsStackTraceGetter, makes it the current getter, and returns it.
libVeles/tests/google/src/gtest.cc:4526
↓ 7 callers
Method
reset
libVeles/inc/veles/shared_array.h:158
↓ 7 callers
Method
run
Entry point for the VELES execution engine.
veles/__main__.py:820
↓ 7 callers
Method
write
(self, data)
veles/forge/forge_server.py:251
↓ 7 callers
Method
write
(self, *args, **kwargs)
veles/external/pydev/constants.py:254
↓ 6 callers
Function
Abort
libVeles/tests/google/src/gtest-port.cc:699
↓ 6 callers
Function
ChopLowBits
Chops off the n lowest bits from a bit pattern. Returns the n lowest bits. As a side effect, the original bit pattern will be shifted to the right b
libVeles/tests/google/src/gtest.cc:1420
↓ 6 callers
Function
FormatFileLocation
Formats a source file path and a line number as they would appear in an error message from the compiler used to compile this code.
libVeles/tests/google/src/gtest-port.cc:456
↓ 6 callers
Function
FormatRegexSyntaxError
Helper function used by ValidateRegex() to format error messages.
libVeles/tests/google/src/gtest-port.cc:250
↓ 6 callers
Function
IsInSet
Returns true iff ch appears anywhere in str (excluding the terminating '\0' character).
libVeles/tests/google/src/gtest-port.cc:203
↓ 6 callers
Function
IsPathSeparator
Returns whether the given character is a valid path separator.
libVeles/tests/google/src/gtest-filepath.cc:92
↓ 6 callers
Function
ParseStringFlag
Parses a string for a string flag, in the form of "--flag=value". On success, stores the value of the flag in *value, and returns true. On failure,
libVeles/tests/google/src/gtest.cc:4691
↓ 6 callers
Function
SkipPrefix
If *pstr starts with the given prefix, modifies *pstr to be right past the prefix and returns true; otherwise leaves *pstr unchanged and returns false
libVeles/tests/google/src/gtest.cc:4605
↓ 6 callers
Method
__init__
(self, *argsl, **argsd)
veles/external/pydot.py:1768
↓ 6 callers
Method
_exit
()
veles/thread_pool.py:417
↓ 6 callers
Method
_setup_labels_mapping
(self, diff_labels)
veles/loader/base.py:925
↓ 6 callers
Method
_stop_graphics
(self, interactive_stop=False)
veles/launcher.py:729
↓ 6 callers
Method
_test_random
(self, blas, a_size, b_size, common_size)
veles/tests/test_ocl_blas.py:68
↓ 6 callers
Method
_update
Update oldobj, if possible in place, with newobj. If oldobj is immutable, this simply returns newobj. Args: oldobj: the ob
veles/external/pydev/reload.py:297
↓ 6 callers
Method
add_server_arg
(parser)
veles/forge/forge_client.py:680
↓ 6 callers
Function
assert_addr
Raises an exception if addresses of the supplied arrays differ.
veles/numpy_ext.py:51
↓ 6 callers
Method
del_ref
Removes a unit from this workflow. This is needed for complete unit deletion.
veles/workflow.py:410
↓ 6 callers
Method
failed_test_count
Gets the number of failed tests.
libVeles/tests/google/src/gtest.cc:730
← previous
next →
101–200 of 4,158, ranked by callers