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

Method Compile

tensorflow/lite/delegates/gpu/cl/kernels/concat_z.cc:176–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176Status ConcatZ::Compile(const CreationContext& creation_context) {
177 const auto code =
178 GetConcatKernelCode(definition_, channels_, linked_operations_);
179 return creation_context.cache->GetOrCreateCLKernel(
180 code, "main_function", *creation_context.context,
181 *creation_context.device, &kernel_);
182}
183
184Status ConcatZ::BindArguments() {
185 kernel_.ResetBindingCounter();

Callers

nothing calls this directly

Calls 2

GetOrCreateCLKernelMethod · 0.80
GetConcatKernelCodeFunction · 0.70

Tested by

no test coverage detected