Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dprofiling_info.h28 struct DispatchInfo { struct
29 std::string label;
30 absl::Duration duration;
31 uint64_t read_mem_size = 0;
32 uint64_t write_mem_size = 0;
33 uint64_t flops = 0;
Dgpu_operation.h131 struct DispatchInfo { struct
137 std::vector<DispatchInfo>* dispatches) const; argument