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

Method Compile

tensorflow/lite/delegates/gpu/cl/kernels/depth_wise_conv.cc:219–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219Status DepthWiseConvolution::Compile(const CreationContext& creation_context) {
220 const auto code = GenerateDepthWiseConvolutionCode(
221 definition_.src_tensors[0], definition_.dst_tensors[0],
222 definition_.precision, biases_, channel_multiplier_, linked_operations_,
223 *creation_context.device);
224 return creation_context.cache->GetOrCreateCLKernel(
225 code, "main_function", *creation_context.context,
226 *creation_context.device, &kernel_);
227}
228
229Status DepthWiseConvolution::BindArguments() {
230 kernel_.ResetBindingCounter();

Callers

nothing calls this directly

Calls 2

GetOrCreateCLKernelMethod · 0.80

Tested by

no test coverage detected