Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dgpu_object_desc.h157 struct GenericGPUResourcesWithValue { struct
158 std::vector<std::pair<std::string, int>> ints;
159 std::vector<std::pair<std::string, float>> floats;
161 void AddFloat(const std::string& name, float value) { in AddFloat()
164 void AddInt(const std::string& name, int value) { in AddInt()