Home
last modified time | relevance | path

Searched defs:GenerateConv (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
H A Dconv_constants.cc60 std::string GenerateConv(int src_size, int dst_size, bool use_dot_conv, in GenerateConv() function
H A Dconv_generic.cc376 std::string ConvGeneric::GenerateConv(const GpuInfo& gpu_info, in GenerateConv() function in tflite::gpu::ConvGeneric