MCPcopy Create free account

hub / github.com/Samsung/veles / functions

Functions4,158 in github.com/Samsung/veles

↓ 4 callersFunctioneina_log_timing
libVeles/eina/eina_log.c:2197
↓ 4 callersMethodfail
(self, msg=None)
veles/tests/test_forge_client.py:126
↓ 4 callersFunctionfinalizeFetch
(node, no_install, callback)
web/projects/core/src/js/logs_fetch.js:49
↓ 4 callersMethodget_kernel
(self, name)
veles/accelerated_units.py:430
↓ 4 callersMethodget_page
Returns a page object as a dictionary. If it does not exist, raises xmlrpclib.Fault. :param page: Page title. :param
veles/publishing/confluence.py:101
↓ 4 callersMethodget_top_graph_type
(self)
veles/external/pydot.py:1091
↓ 4 callersFunctionhas_colors
()
veles/compat.py:154
↓ 4 callersMethodinitialize
initialize() with "device" obligatory argument.
veles/accelerated_units.py:115
↓ 4 callersMethodinitialize
Performs the object initialization before execution of the workflow. E.g., allocate buffers here. Returns True if you need it to be called
veles/units.py:63
↓ 4 callersMethodis_immutable
(value)
veles/units.py:677
↓ 4 callersMethodkey
Gets the user supplied key.
libVeles/tests/google/gtest/gtest.h:473
↓ 4 callersFunctionloadCanvasImageAsync
(index)
web/projects/bboxer/src/js/bboxer.js:172
↓ 4 callersMethodnormal
numpy.normal() with saving the random state.
veles/prng/random_generator.py:144
↓ 4 callersFunctionnotify_error
(*args)
veles/external/pydev/reload.py:145
↓ 4 callersMethodon_workflow_finished
(self)
veles/workflow.py:373
↓ 4 callersFunctionrandom
Gets the random number generator.
libVeles/tests/google/src/gtest-internal-inl.h:801
↓ 4 callersMethodrandom
(self, size=None)
veles/prng/random_generator.py:156
↓ 4 callersFunctionredirect_stream
Redirect a system stream to a specified file. `system_stream` is a standard system stream such as ``sys.stdout``. `target_stream` is
veles/external/daemon/daemon.py:748
↓ 4 callersMethodrepeater
Returns repeater that broadcasts the TestEventListener events to all subscribers.
libVeles/tests/google/src/gtest.cc:3555
↓ 4 callersMethodreturn_error
(self, code, message)
veles/forge/forge_server.py:94
↓ 4 callersMethodrun_module
(self, module, **kwargs)
veles/__main__.py:799
↓ 4 callersMethodseed
(self, seed, dtype=None, count=None)
veles/prng/random_generator.py:106
↓ 4 callersMethodsend
(self, message)
veles/graphics_server.py:68
↓ 4 callersFunctionsetKey
(obj, keys, value)
web/projects/core/src/js/minimist_mod.js:195
↓ 4 callersFunctionshow_file
(file_name)
veles/portable.py:41
↓ 4 callersMethodshuffle
Randomly shuffles the TRAIN dataset.
veles/loader/base.py:711
↓ 4 callersMethodstop
()
veles/tests/test_web_status.py:57
↓ 4 callersMethodtest_to_run_count
Gets the number of tests that should run.
libVeles/tests/google/src/gtest.cc:756
↓ 4 callersMethoduuid_str
libVeles/src/main_file_loader.cc:52
↓ 4 callersFunctionversion
Return the version of the FreeType library being used as a tuple of ( major version number, minor version number, patch version number )
veles/external/freetype/__init__.py:105
↓ 4 callersFunctionwrite
(*args)
veles/external/pydev/reload.py:118
↓ 3 callersMethodAddTestPartResult
Adds a test part result to the list.
libVeles/tests/google/src/gtest.cc:1723
↓ 3 callersFunctionArrayAsVector
libVeles/tests/google/src/gtest.cc:1781
↓ 3 callersFunctionAssertionResult
Used in the EXPECT_TRUE/FALSE(bool_expression).
libVeles/tests/google/gtest/gtest.h:262
↓ 3 callersFunctionCaptureStderr
Starts capturing stderr.
libVeles/tests/google/src/gtest-port.cc:659
↓ 3 callersFunctionCheckCStyleCast
Checks for a C-style cast by looking for the pattern. This also handles sizeof(type) warnings, due to similarity of content. Args: filename:
libVeles/cpplint.py:3449
↓ 3 callersFunctionCleanseComments
Removes //-comments and single-line C-style /* */ comments. Args: line: A line of C++ source. Returns: The line with single-line comment
libVeles/cpplint.py:972
↓ 3 callersMethodClear
Clears the object.
libVeles/tests/google/src/gtest.cc:1835
↓ 3 callersMethodClone
libVeles/tests/google/gtest/internal/gtest-param-util.h:212
↓ 3 callersFunctionFOpen
libVeles/tests/google/gtest/internal/gtest-port.h:1772
↓ 3 callersFunctionFlagToEnvVar
Returns the name of the environment variable corresponding to the given flag. For example, FlagToEnvVar("foo") will return "GTEST_FOO" in the open-so
libVeles/tests/google/src/gtest-port.cc:709
↓ 3 callersFunctionFlushInfoLog
libVeles/tests/google/gtest/internal/gtest-port.h:1044
↓ 3 callersFunctionFormatTimeInMillisAsSeconds
Formats the given time in milliseconds as seconds.
libVeles/tests/google/src/gtest.cc:3209
↓ 3 callersMethodGetTestCase
Gets the i-th test case among all the test cases. i can range from 0 to total_test_case_count() - 1. If i is not in that range, returns NULL.
libVeles/tests/google/src/gtest.cc:3699
↓ 3 callersMethodGetTestInfo
Returns the i-th test among all the tests. i can range from 0 to total_test_count() - 1. If i is not in that range, returns NULL.
libVeles/tests/google/src/gtest.cc:2405
↓ 3 callersMethodGetTestPartResultReporterForCurrentThread
Returns the test part result reporter for the current thread.
libVeles/tests/google/src/gtest.cc:692
↓ 3 callersFunctionGetTestTypeId
Returns the type ID of ::testing::Test. We should always call this instead of GetTypeId< ::testing::Test>() to get the type ID of testing::Test. Thi
libVeles/tests/google/src/gtest.cc:594
↓ 3 callersFunctionInt32FromGTestEnv
Reads and returns a 32-bit integer stored in the environment variable corresponding to the given flag; if it isn't set or doesn't represent a valid 32
libVeles/tests/google/src/gtest-port.cc:776
↓ 3 callersFunctionIsBlankLine
Returns true if the given line is blank. We consider a line to be blank if the line is empty or consists of only white spaces. Args: line:
libVeles/cpplint.py:1926
↓ 3 callersFunctionIsSpace
libVeles/tests/google/gtest/internal/gtest-port.h:1671
↓ 3 callersFunctionIsTrue
libVeles/tests/google/src/gtest.cc:4590
↓ 3 callersFunctionMatchRegexAtHead
Returns true iff regex matches a prefix of str. regex must be a valid simple regular expression and not start with "^", or the result is undefined.
libVeles/tests/google/src/gtest-port.cc:347
↓ 3 callersMethodOptimize
libVeles/src/memory_optimizer.cc:38
↓ 3 callersFunctionParseFlagValue
Parses a string as a command line flag. The string should have the format "--flag=value". When def_optional is true, the "=value" part can be omitte
libVeles/tests/google/src/gtest.cc:4619
↓ 3 callersFunctionParseInt32
Parses 'str' for a 32-bit signed integer. If successful, writes the result to *value and returns true; otherwise leaves *value unchanged and returns
libVeles/tests/google/src/gtest-port.cc:724
↓ 3 callersFunctionParseInt32Flag
Parses a string for an Int32 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:4674
↓ 3 callersFunctionParseNolintSuppressions
Updates the global list of error-suppressions. Parses any NOLINT comments on the current line, updating the global error_suppressions store. Rep
libVeles/cpplint.py:360
↓ 3 callersFunctionPrintByteSegmentInObjectTo
Prints a segment of bytes in the given object.
libVeles/tests/google/src/gtest-printers.cc:59
↓ 3 callersFunctionPrintRawArrayTo
libVeles/tests/google/gtest/gtest-printers.h:447
↓ 3 callersMethodRemoveTrailingPathSeparator
If input name has a trailing separator character, remove it and return the name, otherwise return the name string unmodified. On Windows platform, use
libVeles/tests/google/src/gtest-filepath.cc:341
↓ 3 callersFunctionReportFailureInUnknownLocation
libVeles/tests/google/src/gtest.cc:1922
↓ 3 callersMethodRepositoryName
FullName after removing the local path to the repository. If we have a real absolute path name here we can try to do something smart: detecti
libVeles/cpplint.py:749
↓ 3 callersMethodSeenOpenBrace
Check if we have seen the opening brace for the innermost block. Returns: True if we have seen the opening brace, False if the innermost
libVeles/cpplint.py:1512
↓ 3 callersFunctionShuffleRange
libVeles/tests/google/src/gtest-internal-inl.h:311
↓ 3 callersMethodSizeInElements
libVeles/src/numpy_array_loader.cc:219
↓ 3 callersMethodSplit
Splits the file into the directory, basename, and extension. For 'chrome/browser/browser.cc', Split() would return ('chrome/browser', 'browse
libVeles/cpplint.py:796
↓ 3 callersFunctionValues
libVeles/tests/google/gtest/gtest-param-test.h:348
↓ 3 callersMethod__init__
(self, file_name_or_obj, file_mode, buffer_size=snappy._CHUNK_MAX)
veles/snapshotter.py:250
↓ 3 callersMethod__init__
(self, workflow, **kwargs)
veles/loader/file_loader.py:61
↓ 3 callersMethod__init__
(self, filename)
libVeles/cpplint.py:742
↓ 3 callersMethod__is_reference__
(value)
veles/mutable.py:348
↓ 3 callersMethod__unicode__
(self)
veles/external/prettytable.py:242
↓ 3 callersMethod_check_deps
(self, metadata)
veles/forge/forge_client.py:759
↓ 3 callersFunction_eina_inlist_sorted_state_insert
libVeles/eina/eina_inlist.c:510
↓ 3 callersMethod_exec
(self, argv, fin, action)
veles/ensemble/base_workflow.py:135
↓ 3 callersMethod_find
(self, key)
veles/external/pytrie.py:376
↓ 3 callersMethod_format_rows
(self, rows, options)
veles/external/prettytable.py:941
↓ 3 callersMethod_get_include_dirs
(self, engine)
veles/accelerated_units.py:484
↓ 3 callersMethod_get_rows
Return only those data rows that should be printed, based on slicing and sorting. Arguments: options - dictionary of option settings
veles/external/prettytable.py:918
↓ 3 callersMethod_gpu_init
(self)
veles/loader/fullbatch.py:197
↓ 3 callersMethod_import_fobj
(fobj)
veles/snapshotter.py:237
↓ 3 callersMethod_include_file
(self, include_dirs, file, lines)
veles/accelerated_units.py:496
↓ 3 callersMethod_iterate_class
(self, class_index, fn)
veles/loader/base.py:911
↓ 3 callersMethod_read_tokens
(file)
veles/forge/forge_server.py:609
↓ 3 callersMethod_remove_callback
(self, cont, func, warn)
veles/thread_pool.py:285
↓ 3 callersMethod_requestJob
(self)
veles/server.py:596
↓ 3 callersMethod_reset
:param new_mem: mem will be set to this value. Can be None. :return: Nothing.
veles/memory.py:393
↓ 3 callersMethod_search_include
(self, file_name)
veles/accelerated_units.py:567
↓ 3 callersMethod_seed_random
(self, rndvals)
veles/__main__.py:483
↓ 3 callersMethod_stop
(self, execute_remaining, force, timeout)
veles/thread_pool.py:320
↓ 3 callersMethod_test_fetch_case
(self, query, files)
veles/tests/test_forge_server.py:139
↓ 3 callersMethod_write_tokens
(file, tokens)
veles/forge/forge_server.py:628
↓ 3 callersFunctionadd_defaults
(element, defaults)
veles/external/dot_parser.py:153
↓ 3 callersMethodadd_name_arg
(parser, intent)
veles/forge/forge_client.py:674
↓ 3 callersMethodassert_exit
(self)
veles/tests/test_thread_pool.py:53
↓ 3 callersMethodattach_file
(self, page, space, files, comments=None)
veles/publishing/confluence.py:125
↓ 3 callersFunctionbin_to_num
Convert gray codes of chromosomes to arrays of floats. TODO(a.kazantsev): examine for correctness and possible optimizations.
veles/genetics/core.py:86
↓ 3 callersMethodcurrent_test_result
Returns the TestResult for the test that's currently running, or the TestResult for the ad hoc test if no test is running.
libVeles/tests/google/src/gtest.cc:4536
↓ 3 callersMethoddisconnect
(self, msg, *args, **kwargs)
veles/client.py:398
↓ 3 callersMethoddistort
(self, data, mirror, rot)
veles/loader/image.py:532
← previousnext →301–400 of 4,158, ranked by callers