Home
last modified time | relevance | path

Searched defs:exec_context (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/frontends/clover/core/
Dkernel.hpp42 struct exec_context { struct in clover::kernel
54 kernel &kern;
55 intrusive_ptr<command_queue> q;
57 std::vector<uint8_t> input;
58 std::vector<void *> samplers;
59 std::vector<pipe_sampler_view *> sviews;
60 std::vector<pipe_image_view> iviews;
61 std::vector<pipe_surface *> resources;
62 std::vector<pipe_resource *> g_buffers;
63 std::vector<size_t> g_handles;
[all …]
Dkernel.cpp175 kernel::exec_context::exec_context(kernel &kern) : in exec_context() function in kernel::exec_context
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_shape_optimization_profiles.cc234 nvinfer1::ICudaEngine* engine, std::vector<ExecutionContext>& exec_context, in CreateExecutionContexts()