Home
last modified time | relevance | path

Searched refs:dispatches (Results 1 – 25 of 76) sorted by relevance

1234

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dprofiling_info.cc25 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()
Dprofiling_info.h33 std::vector<DispatchInfo> dispatches; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DP9InstrResources.td87 // 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/
DP9InstrResources.td87 // 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/
Dcl_command_queue.cc210 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/
DDynamicTypePropagation.m46 // TODO: myFunction currently dispatches to NSObject. Make it dispatch to
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBindPointTests.cpp885 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/
Dmapi_abi.py325 dispatches = []
355 dispatches.append(disp)
357 return '\n\n'.join(dispatches)
/external/llvm-project/clang/test/Analysis/
DDynamicTypePropagation.m50 // TODO: myFunction currently dispatches to NSObject. Make it dispatch to
/external/deqp/doc/testspecs/GLES31/
Dfunctional.compute.indirect_dispatch.txt43 glBufferData(). In gen_in_compute cases a compute shader is first dispatches,
Dfunctional.synchronization.txt61 dispatches.
/external/libchrome/mojo/public/js/
DREADME.md81 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/
DPDLBase.td35 a `pdl.rewrite` that either dispatches to an external rewriter or contains
/external/mesa3d/docs/relnotes/
D20.1.9.rst107 - radeonsi: fix indirect dispatches with variable block sizes
D17.0.2.rst136 dispatches
D20.2.1.rst121 - radeonsi: fix indirect dispatches with variable block sizes
D19.3.3.rst152 - radeonsi: clean up how internal compute dispatches are handled
D13.0.6.rst239 dispatches
/external/tensorflow/tensorflow/lite/objc/apps/TestApp/TestApp/
DViewController.m26 * 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/
Dinference_context.cc604 result->dispatches.resize(nodes_.size()); in Profile()
621 auto& dispatch_info = result->dispatches[k]; in Profile()
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Dindex.md20 precompiled GPU kernel implementation that the executor dispatches to.
/external/llvm-project/mlir/docs/
DInterfaces.md154 /// The interface dispatches to 'getImpl()', an instance of the concept.
/external/zstd/lib/
DREADME.md109 a time or two symbols at a time. Zstd normally includes both (and dispatches
/external/python/cpython2/Doc/library/
Dframework.rst188 method simply dispatches the event to the relevant dialog (not through the
/external/mesa3d/docs/
Dfaq.rst80 GLX protocol and dispatches the commands to a rendering module. For

1234