Home
last modified time | relevance | path

Searched refs:bottleneck (Results 1 – 25 of 43) sorted by relevance

12

/third_party/vk-gl-cts/scripts/log/
Dbottleneck_report.py65 def bottleneck (self, resultCount) : member in XMLLogHandlerTests
102 def bottleneck (self, resultCount) : member in XMLLogHandlerGroups
162 handler.bottleneck(resultCount)
178 handlerGroups.bottleneck(resultCount)
/third_party/mindspore/mindspore/profiler/parser/
Dminddata_analyzer.py690 bottleneck, suggestion = self.analyze_bottleneck()
692 if bottleneck[0]:
693 detailed_analysis["bottleneck_warning"] = bottleneck
773 bottleneck, suggestion = "", ""
784 bottleneck = self.pipeline_ops[op_id]
794 bottleneck = self.pipeline_ops[op_id]
799 return [bottleneck], [suggestion]
/third_party/boost/boost/graph/
Dboykov_kolmogorov_max_flow.hpp426 const tEdgeVal bottleneck = find_bottleneck(e); in augment() local
431 put(m_res_cap_map, e, get(m_res_cap_map, e) - bottleneck); in augment()
434 get(m_res_cap_map, get(m_rev_edge_map, e)) + bottleneck); in augment()
441 put(m_res_cap_map, pred, get(m_res_cap_map, pred) - bottleneck); in augment()
444 get(m_res_cap_map, get(m_rev_edge_map, pred)) + bottleneck); in augment()
457 put(m_res_cap_map, pred, get(m_res_cap_map, pred) - bottleneck); in augment()
460 get(m_res_cap_map, get(m_rev_edge_map, pred)) + bottleneck); in augment()
469 m_flow += bottleneck; in augment()
/third_party/mindspore/mindspore/_extends/graph_kernel/model/
Dgraph_parallel.py22 def __init__(self, fusion_type, bottleneck, gain, block_assign, type_info): argument
24 self.bottleneck = bottleneck
/third_party/mindspore/mindspore/_extends/graph_kernel/
Dparallel_estimate.py46 return estimation.bottleneck
/third_party/mindspore/tests/st/graph_kernel/model/
Dtest_graph_parallel.py38 …print("fusion = {}, bottleneck = {}, gain = {}".format(gain.fusion_type, gain.bottleneck, gain.gai…
/third_party/skia/site/docs/user/
Dtips.md60 1. Custom bottleneck routines
62 There are sets of bottleneck routines inside the blits of Skia that can be
/third_party/flutter/skia/site/user/
Dtips.md88 1. Custom bottleneck routines
90 There are sets of bottleneck routines inside the blits of Skia
/third_party/nghttp2/doc/sources/
Dh2load-howto.rst103 Sometimes benchmarking client itself becomes a bottleneck. To remedy
/third_party/boost/libs/histogram/doc/
Dbenchmarks.qbk12 That being said, the time spend in filling the histogram is usually not the bottleneck of an applic…
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/
DBlitResolve.frag206 // instructions, which would have otherwise been a likely bottleneck.
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/
DBlitResolve.frag203 // instructions, which would have otherwise been a likely bottleneck.
/third_party/openGLES/extensions/SGIX/
DSGIX_bali_r_instruments.txt42 the user do about a bottleneck caused by texture cache misses?
/third_party/boost/libs/compute/doc/
Dadvanced_topics.qbk148 A major performance bottleneck in GPGPU applications is memory transfer. This
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_bali_r_instruments.txt42 the user do about a bottleneck caused by texture cache misses?
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/
DALLOCATION.rst120 If locked access to constant pools becomes a bottleneck, we can investigate
DDESIGN.rst1037 bottleneck, or ``N+2`` exceeds the number of CPU cores. In reality, memory
1038 performance would become a bottleneck and efficiency might peak at, say, 75%.
1042 bottleneck, it should be possible to make parsing multithreaded as well.
/third_party/boost/libs/graph_parallel/doc/
Dconnected_components.rst63 The single largest performance bottleneck in the distributed connected
/third_party/boost/libs/mpi/doc/
Dmpi.qbk125 fundamental data types, but the bottleneck is in the underlying MPI
/third_party/boost/libs/math/doc/sf/
Dlegendre.qbk103 …the assumption that calculating zeros of these functions will not be a bottleneck for any workflow.
/third_party/mesa3d/docs/drivers/
Dlima.rst232 seems to be the bottleneck would also be helpful).
/third_party/openGLES/extensions/NV/
DNV_vertex_program1_1.txt111 is your bottleneck and your vertex program is relatively short.
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_vertex_program1_1.txt111 is your bottleneck and your vertex program is relatively short.
/third_party/python/Doc/whatsnew/
D3.1.rst421 Python and quickly proved to be a problematic bottleneck in Python 3.0.
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/
DDESIGN.rst1037 bottleneck, or ``N+2`` exceeds the number of CPU cores. In reality, memory
1038 performance would become a bottleneck and efficiency might peak at, say, 75%.
1042 bottleneck, it should be possible to make parsing multithreaded as well.

12