Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dprogram_cache.cc125 std::vector<flatbuffers::Offset<data::Program>> serialized_programs; in GetSerializedCache() local
133 serialized_programs.push_back(program_builder.Finish()); in GetSerializedCache()
136 auto programs_s = builder.CreateVector(serialized_programs); in GetSerializedCache()