Home
last modified time | relevance | path

Searched refs:MiniBenchmarkEventT (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
Dmini_benchmark_implementation.cc344 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()
Dmini_benchmark.h58 virtual std::vector<MiniBenchmarkEventT> MarkAndGetEventsToLog() = 0;
Dmini_benchmark.cc32 std::vector<MiniBenchmarkEventT> MarkAndGetEventsToLog() override { in MarkAndGetEventsToLog()
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dflatbuffer_to_proto.h37 const MiniBenchmarkEventT& event);
Dconfiguration_generated.h107 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 { struct
2873 MiniBenchmarkEventT() = default; argument
2874 MiniBenchmarkEventT(const MiniBenchmarkEventT &o);
2875 MiniBenchmarkEventT(MiniBenchmarkEventT&&) FLATBUFFERS_NOEXCEPT = default;
2876 MiniBenchmarkEventT &operator=(MiniBenchmarkEventT o) FLATBUFFERS_NOEXCEPT; argument
2880 typedef MiniBenchmarkEventT NativeTableType;
2911 MiniBenchmarkEventT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;
[all …]
Dflatbuffer_to_proto.cc636 const MiniBenchmarkEventT& event) { in ConvertFromFlatbuffer()
Dflatbuffer_to_proto_test.cc74 MiniBenchmarkEventT event_;