Home
last modified time | relevance | path

Searched refs:BenchmarkErrorT (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dconfiguration_generated.h91 struct BenchmarkErrorT;
153 bool operator==(const BenchmarkErrorT &lhs, const BenchmarkErrorT &rhs);
154 bool operator!=(const BenchmarkErrorT &lhs, const BenchmarkErrorT &rhs);
2503 struct BenchmarkErrorT : public flatbuffers::NativeTable { struct
2510 BenchmarkErrorT() = default; argument
2511 BenchmarkErrorT(const BenchmarkErrorT &o);
2512 BenchmarkErrorT(BenchmarkErrorT&&) FLATBUFFERS_NOEXCEPT = default;
2513 BenchmarkErrorT &operator=(BenchmarkErrorT o) FLATBUFFERS_NOEXCEPT; argument
2517 typedef BenchmarkErrorT NativeTableType;
2552 BenchmarkErrorT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;
[all …]
Dflatbuffer_to_proto_test.cc625 event_.benchmark_event->error = std::make_unique<BenchmarkErrorT>(); in TEST_F()