Home
last modified time | relevance | path

Searched defs:programs_ (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
H A Dserialization.h60 std::vector<flatbuffers::Offset<data::Program>> programs_; variable
H A Druntime.h107 std::vector<CompiledProgramDescriptor> programs_; variable
H A Dapi.cc373 std::deque<ProgramParameters> programs_; member in tflite::gpu::gl::__anon655d0df00111::CompiledModelImpl
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dprogram_cache.h94 programs_; variable
/aosp_15_r20/external/executorch/runtime/executor/test/
H A Dmethod_test.cpp73 std::unordered_map<std::string, std::unique_ptr<Program>> programs_; member in MethodTest