Searched defs:DispatchInfo (Results 1 – 2 of 2) sorted by relevance
28 struct DispatchInfo { struct29 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;
131 struct DispatchInfo { struct137 std::vector<DispatchInfo>* dispatches) const; argument