Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dconfiguration_generated.h74 struct BenchmarkEventT;
2033 struct BenchmarkEventT : public flatbuffers::NativeTable { struct
2039 BenchmarkEventT() in BenchmarkEventT() argument
2045 typedef BenchmarkEventT NativeTableType;
2075 BenchmarkEventT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;
2076 …void UnPackTo(BenchmarkEventT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) co…
2077 …set<BenchmarkEvent> Pack(flatbuffers::FlatBufferBuilder &_fbb, const BenchmarkEventT* _o, const fl…
2121 …nt> CreateBenchmarkEvent(flatbuffers::FlatBufferBuilder &_fbb, const BenchmarkEventT *_o, const fl…
2680 inline BenchmarkEventT *BenchmarkEvent::UnPack(const flatbuffers::resolver_function_t *_resolver) c… in UnPack()
2681 auto _o = new BenchmarkEventT(); in UnPack()
[all …]