Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Druntime.h98 struct CompiledProgramDescriptor { struct
106 std::vector<CompiledProgramDescriptor> programs_; argument
Druntime.cc265 CompiledProgramDescriptor{std::move(program), num_workgroups, {}}); in AddProgram()