Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dserialization.h49 void AddProgram(const std::vector<Variable>& parameters,
Druntime.h47 absl::Status AddProgram(const GlShader& shader,
Dapi.cc265 RETURN_IF_ERROR(runtime->AddProgram(shaders_[program.shader_idx], in NewRun()
334 builder.AddProgram(program.parameters, program.objects, in Serialize()
Dserialization_test.cc186 builder.AddProgram(parameters, objects, workgroup_size, num_workgroups, 1); in TEST()
Druntime.cc253 absl::Status Runtime::AddProgram(const GlShader& shader, in AddProgram() function in tflite::gpu::gl::Runtime
Dserialization.cc325 void SerializedCompiledModelBuilder::AddProgram( in AddProgram() function in tflite::gpu::gl::SerializedCompiledModelBuilder
Dapi2.cc602 return runtime_ptr->AddProgram(shaders[shader_index], code.parameters, in Build()