Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_metal.cc54 struct GlobalIdsParams { struct
55 std::vector<std::string> global_ids;
56 std::vector<std::string> group_ids;
57 std::vector<std::string> local_sizes;
58 std::vector<std::string> local_ids;
59 int3 block_size;
60 int3 launch_order;
61 bool linear_wh;
62 bool linear_whs;
63 std::string task_size_w; // must be filled if linear_wh or linear_whs enabled
[all …]