Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dconfiguration_generated.h62 struct BenchmarkMetricT;
1649 struct BenchmarkMetricT : public flatbuffers::NativeTable { struct
1653 BenchmarkMetricT() { in BenchmarkMetricT() argument
1658 typedef BenchmarkMetricT NativeTableType;
1677 BenchmarkMetricT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;
1678 …void UnPackTo(BenchmarkMetricT *_o, const flatbuffers::resolver_function_t *_resolver = nullptr) c…
1679 …t<BenchmarkMetric> Pack(flatbuffers::FlatBufferBuilder &_fbb, const BenchmarkMetricT* _o, const fl…
1725 …> CreateBenchmarkMetric(flatbuffers::FlatBufferBuilder &_fbb, const BenchmarkMetricT *_o, const fl…
1733 std::vector<std::unique_ptr<tflite::BenchmarkMetricT>> metrics;
2546 inline BenchmarkMetricT *BenchmarkMetric::UnPack(const flatbuffers::resolver_function_t *_resolver)… in UnPack()
[all …]