MCPcopy Create free account

hub / github.com/Samsung/veles / types & classes

Types & classes1,067 in github.com/Samsung/veles

↓ 35 callersClassArray
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 callersClassFT_Exception
veles/external/freetype/ft_errors.py:12
↓ 26 callersClassBool
A mutable boolean value. Supported operations: a | b <=> a or b a & b <=> a and b a ^ b <=> a !
veles/mutable.py:44
↓ 20 callersClassDummyWorkflow
Dummy standalone workflow for tests and benchmarks.
veles/dummy.py:101
↓ 17 callersClassNumpyDevice
Python numpy pseudo device class.
veles/backends.py:918
↓ 16 callersClassNumpyArrayLoadingFailedException
libVeles/inc/veles/numpy_array_loader.h:52
↓ 15 callersClassLinkableAttribute
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 callersClassForgeClient
veles/forge/forge_client.py:91
↓ 14 callersClassZmqEndpoint
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 callersClassForgeClientArgs
veles/tests/test_forge_client.py:67
↓ 13 callersClassPrettyTable
veles/external/prettytable.py:82
↓ 10 callersClassDummyLauncher
veles/tests/test_zmq_loader.py:60
↓ 9 callersClassConfig
Config service class.
veles/config.py:60
↓ 8 callersClassProgressBar
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 callersClassWorkflow
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 callersClassB
veles/tests/test_mutable.py:46
↓ 6 callersClassDaemonOSEnvironmentError
Exception raised when daemon OS environment setup receives error.
veles/external/daemon/daemon.py:38
↓ 6 callersClassDot
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 callersClassEdge
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 callersClassNode
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 callersClassSharedIO
A version of BytesIO which is shared between multiple processes, suitable for IPC.
veles/txzmq/sharedio.py:44
↓ 6 callersClassTrivialUnit
veles/units.py:917
↓ 5 callersClassA
veles/tests/test_mutable.py:42
↓ 5 callersClassNumpyArrayLoader
libVeles/inc/veles/numpy_array_loader.h:66
↓ 5 callersClassPermissionError
veles/compat.py:52
↓ 5 callersClassRepeater
Completes a typical control flow cycle, usually joining the first unit with the last one.
veles/plumbing.py:17
↓ 5 callersClassSnappyFile
veles/snapshotter.py:249
↓ 5 callersClassSubgraph
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 callersClassC
veles/tests/test_mutable.py:50
↓ 4 callersClassDeviceNotFoundError
veles/backends.py:162
↓ 4 callersClassFT_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 callersClassInlineObject
veles/genetics/core.py:129
↓ 4 callersClassInvocationException
To indicate that a ploblem occurred while running any of the GraphViz executables.
veles/external/pydot.py:692
↓ 4 callersClassLoaderError
veles/loader/base.py:96
↓ 4 callersClassMain
Entry point of any VELES engine executions.
veles/__main__.py:136
↓ 4 callersClassTestUnit
veles/tests/test_units.py:64
↓ 4 callersClasslibsndfile
Loads the libsndfile.so shared library and wraps the handle.
veles/loader/libsndfile.py:91
↓ 3 callersClassAccumulatingPlotter
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 callersClassBBox
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 callersClassBar
A progress bar which stretches to fill the line.
veles/external/progressbar/widgets.py:279
↓ 3 callersClassDeviceInfo
Info about device. Attributes: desc: Description of the device. memsize: "available" size of the memory on the device. me
veles/backends.py:63
↓ 3 callersClassFileInfo
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 callersClassFileNotFoundError
veles/compat.py:43
↓ 3 callersClassLauncher
Workflow launcher. Parameters: parser A custom argparse.ArgumentParser instance. master_address The server'
veles/launcher.py:100
↓ 3 callersClassMemoryOptimizer
libVeles/src/memory_optimizer.h:43
↓ 3 callersClassMock
docs/source/conf.py:298
↓ 3 callersClassPercentage
Displays the current percentage as a number with a percent sign.
veles/external/progressbar/widgets.py:228
↓ 3 callersClassRandomGenerator
Random generator with exact reproducibility property. Attributes: state: the random generator state.
veles/prng/random_generator.py:64
↓ 3 callersClassUnitMock
veles/tests/test_units.py:46
↓ 2 callersClassAutoHistogramPlotter
Plots histograms of 1D data series with automatically determined number of bins.
veles/plotting_units.py:629
↓ 2 callersClassBitmap
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 callersClassCharmap
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 callersClassCounter
Displays the current count.
veles/external/progressbar/widgets.py:216
↓ 2 callersClassDaemonProcessDetachError
Exception raised when process detach fails.
veles/external/daemon/daemon.py:42
↓ 2 callersClassDeviceBenchmark
Executes an OpenCL benchmark to estimate the computing power of the device.
veles/accelerated_units.py:706
↓ 2 callersClassDummyLoader
veles/tests/test_publisher.py:56
↓ 2 callersClassDummyLoader
veles/tests/test_restful.py:59
↓ 2 callersClassDummyUnit
Dummy unit.
veles/dummy.py:123
↓ 2 callersClassEnvironment
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 callersClassError
General error handling class.
veles/external/pydot.py:683
↓ 2 callersClassEvaluationError
veles/genetics/optimization_workflow.py:64
↓ 2 callersClassForgeServer
veles/forge/forge_server.py:462
↓ 2 callersClassFysomError
veles/external/fysom/__init__.py:42
↓ 2 callersClassGlyphSlot
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 callersClassIncludeError
veles/accelerated_units.py:67
↓ 2 callersClassManhole
Thread that runs the infamous "Manhole".
veles/external/manhole.py:123
↓ 2 callersClassMyUnit
veles/tests/test_workflow.py:227
↓ 2 callersClassMyWorkflow
veles/tests/test_workflow.py:231
↓ 2 callersClassNotInitializedError
veles/units.py:99
↓ 2 callersClassOCLBLAS
Class with BLAS functionality similar to CUBLAS. It uses CLBLAS when available or custom kernels otherwise.
veles/ocl_blas.py:77
↓ 2 callersClassPublisher
veles/publishing/publisher.py:57
↓ 2 callersClassRESTfulAPI
veles/restful_api.py:78
↓ 2 callersClassRange
Class for a tunable range.
veles/genetics/config.py:110
↓ 2 callersClassRestfulLoader
veles/loader/restful.py:52
↓ 2 callersClassStartPoint
Workflow execution normally starts from this unit.
veles/plumbing.py:44
↓ 2 callersClassTestWorkflow
veles/tests/test_network.py:52
↓ 2 callersClassTestWorkflow
veles/tests/test_launcher.py:48
↓ 2 callersClassTrivialAcceleratedUnit
veles/accelerated_units.py:688
↓ 2 callersClassUniform
Generates random numbers from uniform distribution. Attributes: num_states: number of random states for parallel generation. stat
veles/prng/uniform.py:49
↓ 2 callersClassUnitsKeywordArgumentsGenerator
docs/generate_units_args.py:25
↓ 2 callersClassVelesException
Base class for Veles exceptions.
veles/error.py:38
↓ 2 callersClassWebServer
Operates a web server based on Tornado to show various runtime information.
veles/web_status.py:113
↓ 2 callersClassZeroMQLoader
Listens to incoming ZeroMQ sockets.
veles/zmq_loader.py:74
↓ 2 callersClassfrozendict
veles/external/pydot.py:92
↓ 2 callersClasssigaction
libVeles/tests/google/src/gtest-death-test.cc:1041
↓ 1 callersClassAC
veles/tests/test_mutable.py:195
↓ 1 callersClassAPIResource
veles/restful_api.py:54
↓ 1 callersClassAppender
veles/tests/manual_auto_histogram_plotter.py:52
↓ 1 callersClassAssertHelper
libVeles/tests/google/gtest/gtest.h:151
↓ 1 callersClassBC
veles/tests/test_mutable.py:198
↓ 1 callersClassBitmapGlyph
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 callersClassBitmapSize
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 callersClassBuilder
Dummy unit for building OpenCL kernels.
veles/ocl_blas.py:53
↓ 1 callersClassBytesMeasurer
veles/loader/saver.py:231
↓ 1 callersClassCalculatorTester
veles/tests/test_units.py:50
↓ 1 callersClassClassUniqueToAlwaysTrue
libVeles/tests/google/src/gtest.cc:4587
↓ 1 callersClassCleansedLines
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 callersClassClient
Twisted factory which operates on a TCP socket for commands and a ZeroMQ endpoint for data exchange.
veles/client.py:405
↓ 1 callersClassConfigChromosome
Chromosome, based on Config tree's Tuneable elements.
veles/genetics/config.py:184
↓ 1 callersClassConfigPopulation
veles/genetics/config.py:223
next →1–100 of 1,067, ranked by callers