/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
main.py | 266 rt.summarize()
|
/test/vti/dashboard/src/main/java/com/android/vts/job/ |
VtsPerformanceJobServlet.java | 96 * @param testName The name of the test whose profiling data to summarize.
|
/test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
ShowPerformanceDigestServlet.java | 80 * @param profilingPoint The name of the profiling point to summarize.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_xml_etree.py | 80 def summarize(elem):
function 86 return [summarize(elem) for elem in seq]
974 >>> summarize(next(e.iter()))
[all...] |
/external/python/cpython2/Lib/test/ |
test_xml_etree.py | 80 def summarize(elem): function 86 return [summarize(elem) for elem in seq] 988 >>> summarize(next(e.iter())) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_xml_etree.py | 80 def summarize(elem): function 86 return [summarize(elem) for elem in seq] 975 >>> summarize(next(e.iter())) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_xml_etree.py | 80 def summarize(elem): function 86 return [summarize(elem) for elem in seq] 975 >>> summarize(next(e.iter())) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_xml_etree.py | 80 def summarize(elem): function 86 return [summarize(elem) for elem in seq] 975 >>> summarize(next(e.iter())) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_xml_etree.py | 80 def summarize(elem): function 86 return [summarize(elem) for elem in seq] 975 >>> summarize(next(e.iter())) [all...] |
/external/python/cpython3/Lib/ |
doctest.py | 1491 def summarize(self, verbose=None): member in class:DocTestRunner [all...] |
/external/llvm/lib/CodeGen/ |
RegisterPressure.cpp | 277 /// Set the boundary for the top of the region and summarize live ins. 289 /// Set the boundary for the bottom of the region and summarize live outs. [all...] |
/external/tensorflow/tensorflow/python/ops/ |
control_flow_ops.py | 94 def _summarize_eager(tensor, summarize=None): 98 tensor: EagerTensor to summarize 99 summarize: Include these many first elements of `array` 104 lst = [str(x) for x in flat[:summarize]] 109 if summarize != 0: 124 def Assert(condition, data, summarize=None, name=None): 128 `summarize` determines how many entries of the tensors to print. 143 summarize: Print this many entries of each tensor. 158 data_str = [_summarize_eager(x, summarize) for x in xs] 172 return gen_logging_ops._assert(condition, data, summarize, name="Assert" [all...] |
/external/eigen/doc/ |
FunctionsTakingEigenTypes.dox | 211 - To summarize, the implementation of functions taking non-writable (const referenced) objects is not a big issue and does not lead to problematic situations in terms of compiling and running your program. However, a naive implementation is likely to introduce unnecessary temporary objects in your code. In order to avoid evaluating parameters into temporaries, pass them as (const) references to MatrixBase or ArrayBase (so templatize your function).
|
/external/jacoco/org.jacoco.doc/docroot/doc/ |
flow.html | 312 So to summarize the requirements for execution probes:
|
/external/libcups/cups/ |
testfile.c | 192 * Summarize the results and return...
|
/external/libexif/ |
configure.ac | 49 dnl To summarize. Any interface *change* increment CURRENT. If that interface
|
/external/llvm/lib/Analysis/ |
CFLSteensAliasAnalysis.cpp | 14 // Zhang Q, Lyu M R, Yuan H, and Su Z. -- to summarize the papers, we build a
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_state.h | 437 * OES_tessellation_point_size specifications. To summarize: if the last
|
/external/pcre/dist2/doc/html/ |
index.html | 85 There are also individual pages that summarize the interface for each function
|
/external/pcre/dist2/doc/ |
index.html.src | 85 There are also individual pages that summarize the interface for each function
|
/external/skia/infra/bots/recipes/ |
bookmaker.py | 95 # Fail the recipe is there are any errors and summarize results at
|
/external/swiftshader/third_party/subzero/docs/ |
LOWERING.rst | 237 To summarize, for every source ``Variable`` that is not equal to the
|
/external/tensorflow/tensorflow/core/framework/ |
node_def_util.h | 148 // If this AttrSlice has an attached NodeDef, summarize it. This is for
|
/external/tensorflow/tensorflow/docs_src/api_guides/python/ |
nn.md | 59 [these notes](#Notes_on_SAME_Convolution_Padding). Here, we summarize the
|
/external/tensorflow/tensorflow/tools/docker/ |
parameterized_docker_build.sh | 398 # Summarize result
|