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

Function NewCompiler

tensorflow/lite/delegates/gpu/gl/compiler.cc:289–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287} // namespace
288
289std::unique_ptr<Compiler> NewCompiler(const NodeShader* node_shader,
290 const GpuInfo* gpu_info,
291 const CompilationOptions& options) {
292 return absl::make_unique<CompilerImpl>(node_shader, gpu_info, options);
293}
294
295} // namespace gl
296} // namespace gpu

Callers 1

CompileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected