/third_party/vk-gl-cts/scripts/log/ |
D | bottleneck_report.py | 65 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/ |
D | minddata_analyzer.py | 690 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/ |
D | boykov_kolmogorov_max_flow.hpp | 426 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/ |
D | graph_parallel.py | 22 def __init__(self, fusion_type, bottleneck, gain, block_assign, type_info): argument 24 self.bottleneck = bottleneck
|
/third_party/mindspore/mindspore/_extends/graph_kernel/ |
D | parallel_estimate.py | 46 return estimation.bottleneck
|
/third_party/mindspore/tests/st/graph_kernel/model/ |
D | test_graph_parallel.py | 38 …print("fusion = {}, bottleneck = {}, gain = {}".format(gain.fusion_type, gain.bottleneck, gain.gai…
|
/third_party/skia/site/docs/user/ |
D | tips.md | 60 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/ |
D | tips.md | 88 1. Custom bottleneck routines 90 There are sets of bottleneck routines inside the blits of Skia
|
/third_party/nghttp2/doc/sources/ |
D | h2load-howto.rst | 103 Sometimes benchmarking client itself becomes a bottleneck. To remedy
|
/third_party/boost/libs/histogram/doc/ |
D | benchmarks.qbk | 12 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/ |
D | BlitResolve.frag | 206 // instructions, which would have otherwise been a likely bottleneck.
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/ |
D | BlitResolve.frag | 203 // instructions, which would have otherwise been a likely bottleneck.
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_bali_r_instruments.txt | 42 the user do about a bottleneck caused by texture cache misses?
|
/third_party/boost/libs/compute/doc/ |
D | advanced_topics.qbk | 148 A major performance bottleneck in GPGPU applications is memory transfer. This
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_bali_r_instruments.txt | 42 the user do about a bottleneck caused by texture cache misses?
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/ |
D | ALLOCATION.rst | 120 If locked access to constant pools becomes a bottleneck, we can investigate
|
D | DESIGN.rst | 1037 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/ |
D | connected_components.rst | 63 The single largest performance bottleneck in the distributed connected
|
/third_party/boost/libs/mpi/doc/ |
D | mpi.qbk | 125 fundamental data types, but the bottleneck is in the underlying MPI
|
/third_party/boost/libs/math/doc/sf/ |
D | legendre.qbk | 103 …the assumption that calculating zeros of these functions will not be a bottleneck for any workflow.
|
/third_party/mesa3d/docs/drivers/ |
D | lima.rst | 232 seems to be the bottleneck would also be helpful).
|
/third_party/openGLES/extensions/NV/ |
D | NV_vertex_program1_1.txt | 111 is your bottleneck and your vertex program is relatively short.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_vertex_program1_1.txt | 111 is your bottleneck and your vertex program is relatively short.
|
/third_party/python/Doc/whatsnew/ |
D | 3.1.rst | 421 Python and quickly proved to be a problematic bottleneck in Python 3.0.
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/ |
D | DESIGN.rst | 1037 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.
|