Searched refs:dispatches (Results 1 – 25 of 76) sorted by relevance
1234
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/ |
D | profiling_info.cc | 25 for (const auto& dispatch : dispatches) { in GetTotalTime() 39 "Per kernel timing(" + std::to_string(dispatches.size()) + " kernels):\n"; in GetDetailedReport() 40 for (const auto& dispatch : dispatches) { in GetDetailedReport()
|
D | profiling_info.h | 33 std::vector<DispatchInfo> dispatches; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | P9InstrResources.td | 87 // single slice. However, since it is Restricted, it requires all 3 dispatches 175 // single slice. However, since it is Restricted, it requires all 3 dispatches 289 // EXECO) and all three dispatches (DISP) to the given superslice. 450 // full 4 dispatches. 466 // full 4 dispatches. 696 // dispatches. 800 // three dispatches. 830 // Full 6 dispatches are required as this is both cracked and restricted. 840 // Full 4 dispatches are required as this is a cracked instruction. 851 // Full 6 dispatches are required as this is a restricted instruction. [all …]
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | P9InstrResources.td | 87 // single slice. However, since it is Restricted, it requires all 3 dispatches 175 // single slice. However, since it is Restricted, it requires all 3 dispatches 289 // EXECO) and all three dispatches (DISP) to the given superslice. 451 // full 4 dispatches. 467 // full 4 dispatches. 697 // dispatches. 801 // three dispatches. 831 // Full 6 dispatches are required as this is both cracked and restricted. 841 // Full 4 dispatches are required as this is a cracked instruction. 852 // Full 6 dispatches are required as this is a restricted instruction. [all …]
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | cl_command_queue.cc | 210 result.dispatches.resize(events_.size()); in GetProfilingInfo() 212 result.dispatches[i].label = events_[i].GetName(); in GetProfilingInfo() 213 result.dispatches[i].duration = in GetProfilingInfo()
|
/external/clang/test/Analysis/ |
D | DynamicTypePropagation.m | 46 // TODO: myFunction currently dispatches to NSObject. Make it dispatch to
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBindPointTests.cpp | 885 DispatchOp dispatches [kTestBindPoints] = { DispatchOp::OP_COUNT, DispatchOp::OP_COUNT }; in createBindPointTests() local 894 dispatches[elemIdx] = DispatchOp::DRAW; in createBindPointTests() 901 dispatches[elemIdx] = DispatchOp::COMPUTE; in createBindPointTests() 908 dispatches[elemIdx] = DispatchOp::TRACE_RAYS; in createBindPointTests() 943 params.dispatchSequence = dispatches; in createBindPointTests()
|
/external/mesa3d/src/mapi/ |
D | mapi_abi.py | 325 dispatches = [] 355 dispatches.append(disp) 357 return '\n\n'.join(dispatches)
|
/external/llvm-project/clang/test/Analysis/ |
D | DynamicTypePropagation.m | 50 // TODO: myFunction currently dispatches to NSObject. Make it dispatch to
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.compute.indirect_dispatch.txt | 43 glBufferData(). In gen_in_compute cases a compute shader is first dispatches,
|
D | functional.synchronization.txt | 61 dispatches.
|
/external/libchrome/mojo/public/js/ |
D | README.md | 81 handle and dispatches incoming messages to a user-defined interface 135 method calls on the messsage pipe, and dispatches those calls to the `EchoImpl` 195 the connection and dispatches incoming messages to a user-defined interface
|
/external/llvm-project/mlir/include/mlir/Dialect/PDL/IR/ |
D | PDLBase.td | 35 a `pdl.rewrite` that either dispatches to an external rewriter or contains
|
/external/mesa3d/docs/relnotes/ |
D | 20.1.9.rst | 107 - radeonsi: fix indirect dispatches with variable block sizes
|
D | 17.0.2.rst | 136 dispatches
|
D | 20.2.1.rst | 121 - radeonsi: fix indirect dispatches with variable block sizes
|
D | 19.3.3.rst | 152 - radeonsi: clean up how internal compute dispatches are handled
|
D | 13.0.6.rst | 239 dispatches
|
/external/tensorflow/tensorflow/lite/objc/apps/TestApp/TestApp/ |
D | ViewController.m | 26 * Safely dispatches the given `block` on the main thread. If already on the main thread, the given 27 * block is executed immediately; otherwise, dispatches the block asynchronously on the main thread.
|
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/ |
D | inference_context.cc | 604 result->dispatches.resize(nodes_.size()); in Profile() 621 auto& dispatch_info = result->dispatches[k]; in Profile()
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | index.md | 20 precompiled GPU kernel implementation that the executor dispatches to.
|
/external/llvm-project/mlir/docs/ |
D | Interfaces.md | 154 /// The interface dispatches to 'getImpl()', an instance of the concept.
|
/external/zstd/lib/ |
D | README.md | 109 a time or two symbols at a time. Zstd normally includes both (and dispatches
|
/external/python/cpython2/Doc/library/ |
D | framework.rst | 188 method simply dispatches the event to the relevant dialog (not through the
|
/external/mesa3d/docs/ |
D | faq.rst | 80 GLX protocol and dispatches the commands to a rendering module. For
|
1234