MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / CreateKernel

Function CreateKernel

tensorflow/lite/delegates/gpu/cl/environment.cc:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225Status CreateKernel(const std::string& code, const std::string& function_name,
226 Environment* env, CLKernel* result) {
227 return CreateKernel(code, function_name, {}, env, result);
228}
229
230Status CreateKernel(const std::string& code, const std::string& function_name,
231 const std::vector<CompilerOptions>& compiler_options,

Callers 3

InitMethod · 0.50
InitMethod · 0.50

Calls 4

GetOrCreateCLKernelMethod · 0.80
program_cacheMethod · 0.80
contextMethod · 0.45
deviceMethod · 0.45

Tested by

no test coverage detected