Searched defs:programs_ (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ | ||
H A D | serialization.h | 60 std::vector<flatbuffers::Offset<data::Program>> programs_; variable |
H A D | runtime.h | 107 std::vector<CompiledProgramDescriptor> programs_; variable |
H A D | api.cc | 373 std::deque<ProgramParameters> programs_; member in tflite::gpu::gl::__anon655d0df00111::CompiledModelImpl |
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ | ||
H A D | program_cache.h | 94 programs_; variable |
/aosp_15_r20/external/executorch/runtime/executor/test/ | ||
H A D | method_test.cpp | 73 std::unordered_map<std::string, std::unique_ptr<Program>> programs_; member in MethodTest |