Searched refs:BenchmarkStoragePathsT (Results 1 – 2 of 2) sorted by relevance
115 struct BenchmarkStoragePathsT;165 bool operator==(const BenchmarkStoragePathsT &lhs, const BenchmarkStoragePathsT &rhs);166 bool operator!=(const BenchmarkStoragePathsT &lhs, const BenchmarkStoragePathsT &rhs);3060 struct BenchmarkStoragePathsT : public flatbuffers::NativeTable { struct3067 typedef BenchmarkStoragePathsT NativeTableType; argument3087 BenchmarkStoragePathsT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;3088 …void UnPackTo(BenchmarkStoragePathsT *_o, const flatbuffers::resolver_function_t *_resolver = null…3089 …rkStoragePaths> Pack(flatbuffers::FlatBufferBuilder &_fbb, const BenchmarkStoragePathsT* _o, const…3135 …enchmarkStoragePaths(flatbuffers::FlatBufferBuilder &_fbb, const BenchmarkStoragePathsT *_o, const…3141 std::unique_ptr<tflite::BenchmarkStoragePathsT> storage_paths{};[all …]
498 mini_settings->storage_paths = std::make_unique<BenchmarkStoragePathsT>(); in TEST_F()