Searched refs:MiniBenchmarkEventT (Results 1 – 7 of 7) sorted by relevance
344 std::vector<MiniBenchmarkEventT> MarkAndGetEventsToLog() override { in MarkAndGetEventsToLog()347 std::vector<tflite::MiniBenchmarkEventT> result; in MarkAndGetEventsToLog()365 tflite::MiniBenchmarkEventT mini_benchmark_event; in MarkAndGetEventsToLog()376 tflite::MiniBenchmarkEventT mini_benchmark_event; in MarkAndGetEventsToLog()
58 virtual std::vector<MiniBenchmarkEventT> MarkAndGetEventsToLog() = 0;
32 std::vector<MiniBenchmarkEventT> MarkAndGetEventsToLog() override { in MarkAndGetEventsToLog()
37 const MiniBenchmarkEventT& event);
107 struct MiniBenchmarkEventT;161 bool operator==(const MiniBenchmarkEventT &lhs, const MiniBenchmarkEventT &rhs);162 bool operator!=(const MiniBenchmarkEventT &lhs, const MiniBenchmarkEventT &rhs);2867 struct MiniBenchmarkEventT : public flatbuffers::NativeTable { struct2873 MiniBenchmarkEventT() = default; argument2874 MiniBenchmarkEventT(const MiniBenchmarkEventT &o);2875 MiniBenchmarkEventT(MiniBenchmarkEventT&&) FLATBUFFERS_NOEXCEPT = default;2876 MiniBenchmarkEventT &operator=(MiniBenchmarkEventT o) FLATBUFFERS_NOEXCEPT; argument2880 typedef MiniBenchmarkEventT NativeTableType;2911 MiniBenchmarkEventT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;[all …]
636 const MiniBenchmarkEventT& event) { in ConvertFromFlatbuffer()
74 MiniBenchmarkEventT event_;