Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/veles
/ types & classes
Types & classes
1,067 in github.com/Samsung/veles
⨍
Functions
4,158
◇
Types & classes
1,067
↳
Endpoints
11
↓ 35 callers
Class
Array
Container class for a numpy array backed with a backend (e.g. GPU) buffer. Arguments: data(:class:`numpy.ndarray`): `mem` attribute w
veles/memory.py:110
↓ 30 callers
Class
FT_Exception
veles/external/freetype/ft_errors.py:12
↓ 26 callers
Class
Bool
A mutable boolean value. Supported operations: a | b <=> a or b a & b <=> a and b a ^ b <=> a !
veles/mutable.py:44
↓ 20 callers
Class
DummyWorkflow
Dummy standalone workflow for tests and benchmarks.
veles/dummy.py:101
↓ 17 callers
Class
NumpyDevice
Python numpy pseudo device class.
veles/backends.py:918
↓ 16 callers
Class
NumpyArrayLoadingFailedException
libVeles/inc/veles/numpy_array_loader.h:52
↓ 15 callers
Class
LinkableAttribute
Data descriptor which allows referencing an attribute belonging to an other class instance. Internally, it operates with "pointers" modeled wi
veles/mutable.py:219
↓ 14 callers
Class
ForgeClient
veles/forge/forge_client.py:91
↓ 14 callers
Class
ZmqEndpoint
ZeroMQ endpoint used when connecting or listening for connections. Consists of two members: `type` and `address`. :var type: Could be e
veles/txzmq/connection.py:82
↓ 13 callers
Class
ForgeClientArgs
veles/tests/test_forge_client.py:67
↓ 13 callers
Class
PrettyTable
veles/external/prettytable.py:82
↓ 10 callers
Class
DummyLauncher
veles/tests/test_zmq_loader.py:60
↓ 9 callers
Class
Config
Config service class.
veles/config.py:60
↓ 8 callers
Class
ProgressBar
The ProgressBar class which updates and prints the bar. A common way of using it is like: >>> pbar = ProgressBar().start() >>> for i in r
veles/external/progressbar/progressbar.py:47
↓ 8 callers
Class
Workflow
Base class for unit sets which are logically connected and belong to the same host. Attributes: start_point: start point. end
veles/workflow.py:83
↓ 6 callers
Class
B
veles/tests/test_mutable.py:46
↓ 6 callers
Class
DaemonOSEnvironmentError
Exception raised when daemon OS environment setup receives error.
veles/external/daemon/daemon.py:38
↓ 6 callers
Class
Dot
A container for handling a dot language file. This class implements methods to write and process a dot language file. It is a derived class o
veles/external/pydot.py:1758
↓ 6 callers
Class
Edge
A graph edge. This class represents a graph's edge with all its attributes. edge(src, dst, attribute=value, ...) src: sourc
veles/external/pydot.py:820
↓ 6 callers
Class
Node
A graph node. This class represents a graph's node with all its attributes. node(name, attribute=value, ...) name: node's n
veles/external/pydot.py:702
↓ 6 callers
Class
SharedIO
A version of BytesIO which is shared between multiple processes, suitable for IPC.
veles/txzmq/sharedio.py:44
↓ 6 callers
Class
TrivialUnit
veles/units.py:917
↓ 5 callers
Class
A
veles/tests/test_mutable.py:42
↓ 5 callers
Class
NumpyArrayLoader
libVeles/inc/veles/numpy_array_loader.h:66
↓ 5 callers
Class
PermissionError
veles/compat.py:52
↓ 5 callers
Class
Repeater
Completes a typical control flow cycle, usually joining the first unit with the last one.
veles/plumbing.py:17
↓ 5 callers
Class
SnappyFile
veles/snapshotter.py:249
↓ 5 callers
Class
Subgraph
Class representing a subgraph in Graphviz's dot language. This class implements the methods to work on a representation of a subgraph in Grap
veles/external/pydot.py:1663
↓ 4 callers
Class
C
veles/tests/test_mutable.py:50
↓ 4 callers
Class
DeviceNotFoundError
veles/backends.py:162
↓ 4 callers
Class
FT_BBox
A structure used to hold an outline's bounding box, i.e., the coordinates of its extrema in the horizontal and vertical directions. The
veles/external/freetype/ft_structs.py:110
↓ 4 callers
Class
InlineObject
veles/genetics/core.py:129
↓ 4 callers
Class
InvocationException
To indicate that a ploblem occurred while running any of the GraphViz executables.
veles/external/pydot.py:692
↓ 4 callers
Class
LoaderError
veles/loader/base.py:96
↓ 4 callers
Class
Main
Entry point of any VELES engine executions.
veles/__main__.py:136
↓ 4 callers
Class
TestUnit
veles/tests/test_units.py:64
↓ 4 callers
Class
libsndfile
Loads the libsndfile.so shared library and wraps the handle.
veles/loader/libsndfile.py:91
↓ 3 callers
Class
AccumulatingPlotter
Accumulates supplied values and draws the plot of the last "last" points, as well as the whole picture in miniature. Optionally, approximates
veles/plotting_units.py:52
↓ 3 callers
Class
BBox
FT_BBox wrapper. A structure used to hold an outline's bounding box, i.e., the coordinates of its extrema in the horizontal and vertical
veles/external/freetype/__init__.py:268
↓ 3 callers
Class
Bar
A progress bar which stretches to fill the line.
veles/external/progressbar/widgets.py:279
↓ 3 callers
Class
DeviceInfo
Info about device. Attributes: desc: Description of the device. memsize: "available" size of the memory on the device. me
veles/backends.py:63
↓ 3 callers
Class
FileInfo
Provides utility functions for filenames. FileInfo provides easy access to the components of a file's path relative to the project root.
libVeles/cpplint.py:735
↓ 3 callers
Class
FileNotFoundError
veles/compat.py:43
↓ 3 callers
Class
Launcher
Workflow launcher. Parameters: parser A custom argparse.ArgumentParser instance. master_address The server'
veles/launcher.py:100
↓ 3 callers
Class
MemoryOptimizer
libVeles/src/memory_optimizer.h:43
↓ 3 callers
Class
Mock
docs/source/conf.py:298
↓ 3 callers
Class
Percentage
Displays the current percentage as a number with a percent sign.
veles/external/progressbar/widgets.py:228
↓ 3 callers
Class
RandomGenerator
Random generator with exact reproducibility property. Attributes: state: the random generator state.
veles/prng/random_generator.py:64
↓ 3 callers
Class
UnitMock
veles/tests/test_units.py:46
↓ 2 callers
Class
AutoHistogramPlotter
Plots histograms of 1D data series with automatically determined number of bins.
veles/plotting_units.py:629
↓ 2 callers
Class
Bitmap
FT_Bitmap wrapper A structure used to describe a bitmap or pixmap to the raster. Note that we now manage pixmaps of various depths throu
veles/external/freetype/__init__.py:488
↓ 2 callers
Class
Charmap
FT_Charmap wrapper. A handle to a given character map. A charmap is used to translate character codes in a given encoding into glyph ind
veles/external/freetype/__init__.py:560
↓ 2 callers
Class
Counter
Displays the current count.
veles/external/progressbar/widgets.py:216
↓ 2 callers
Class
DaemonProcessDetachError
Exception raised when process detach fails.
veles/external/daemon/daemon.py:42
↓ 2 callers
Class
DeviceBenchmark
Executes an OpenCL benchmark to estimate the computing power of the device.
veles/accelerated_units.py:706
↓ 2 callers
Class
DummyLoader
veles/tests/test_publisher.py:56
↓ 2 callers
Class
DummyLoader
veles/tests/test_restful.py:59
↓ 2 callers
Class
DummyUnit
Dummy unit.
veles/dummy.py:123
↓ 2 callers
Class
Environment
An Environment object is capable of setting up and tearing down an environment. The user should subclass this to define his own environment(s). An E
libVeles/tests/google/gtest/gtest.h:940
↓ 2 callers
Class
Error
General error handling class.
veles/external/pydot.py:683
↓ 2 callers
Class
EvaluationError
veles/genetics/optimization_workflow.py:64
↓ 2 callers
Class
ForgeServer
veles/forge/forge_server.py:462
↓ 2 callers
Class
FysomError
veles/external/fysom/__init__.py:42
↓ 2 callers
Class
GlyphSlot
FT_GlyphSlot wrapper. FreeType root glyph slot class structure. A glyph slot is a container where individual glyphs can be loaded, be th
veles/external/freetype/__init__.py:941
↓ 2 callers
Class
IncludeError
veles/accelerated_units.py:67
↓ 2 callers
Class
Manhole
Thread that runs the infamous "Manhole".
veles/external/manhole.py:123
↓ 2 callers
Class
MyUnit
veles/tests/test_workflow.py:227
↓ 2 callers
Class
MyWorkflow
veles/tests/test_workflow.py:231
↓ 2 callers
Class
NotInitializedError
veles/units.py:99
↓ 2 callers
Class
OCLBLAS
Class with BLAS functionality similar to CUBLAS. It uses CLBLAS when available or custom kernels otherwise.
veles/ocl_blas.py:77
↓ 2 callers
Class
Publisher
veles/publishing/publisher.py:57
↓ 2 callers
Class
RESTfulAPI
veles/restful_api.py:78
↓ 2 callers
Class
Range
Class for a tunable range.
veles/genetics/config.py:110
↓ 2 callers
Class
RestfulLoader
veles/loader/restful.py:52
↓ 2 callers
Class
StartPoint
Workflow execution normally starts from this unit.
veles/plumbing.py:44
↓ 2 callers
Class
TestWorkflow
veles/tests/test_network.py:52
↓ 2 callers
Class
TestWorkflow
veles/tests/test_launcher.py:48
↓ 2 callers
Class
TrivialAcceleratedUnit
veles/accelerated_units.py:688
↓ 2 callers
Class
Uniform
Generates random numbers from uniform distribution. Attributes: num_states: number of random states for parallel generation. stat
veles/prng/uniform.py:49
↓ 2 callers
Class
UnitsKeywordArgumentsGenerator
docs/generate_units_args.py:25
↓ 2 callers
Class
VelesException
Base class for Veles exceptions.
veles/error.py:38
↓ 2 callers
Class
WebServer
Operates a web server based on Tornado to show various runtime information.
veles/web_status.py:113
↓ 2 callers
Class
ZeroMQLoader
Listens to incoming ZeroMQ sockets.
veles/zmq_loader.py:74
↓ 2 callers
Class
frozendict
veles/external/pydot.py:92
↓ 2 callers
Class
sigaction
libVeles/tests/google/src/gtest-death-test.cc:1041
↓ 1 callers
Class
AC
veles/tests/test_mutable.py:195
↓ 1 callers
Class
APIResource
veles/restful_api.py:54
↓ 1 callers
Class
Appender
veles/tests/manual_auto_histogram_plotter.py:52
↓ 1 callers
Class
AssertHelper
libVeles/tests/google/gtest/gtest.h:151
↓ 1 callers
Class
BC
veles/tests/test_mutable.py:198
↓ 1 callers
Class
BitmapGlyph
FT_BitmapGlyph wrapper. A structure used for bitmap glyph images. This really is a 'sub-class' of FT_GlyphRec.
veles/external/freetype/__init__.py:889
↓ 1 callers
Class
BitmapSize
FT_Bitmap_Size wrapper This structure models the metrics of a bitmap strike (i.e., a set of glyphs for a given point size and resolution
veles/external/freetype/__init__.py:440
↓ 1 callers
Class
Builder
Dummy unit for building OpenCL kernels.
veles/ocl_blas.py:53
↓ 1 callers
Class
BytesMeasurer
veles/loader/saver.py:231
↓ 1 callers
Class
CalculatorTester
veles/tests/test_units.py:50
↓ 1 callers
Class
ClassUniqueToAlwaysTrue
libVeles/tests/google/src/gtest.cc:4587
↓ 1 callers
Class
CleansedLines
Holds 3 copies of all lines with different preprocessing applied to them. 1) elided member contains lines without strings and comments, 2) lines
libVeles/cpplint.py:988
↓ 1 callers
Class
Client
Twisted factory which operates on a TCP socket for commands and a ZeroMQ endpoint for data exchange.
veles/client.py:405
↓ 1 callers
Class
ConfigChromosome
Chromosome, based on Config tree's Tuneable elements.
veles/genetics/config.py:184
↓ 1 callers
Class
ConfigPopulation
veles/genetics/config.py:223
next →
1–100 of 1,067, ranked by callers