Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dtranspose_conv.cc171 TfLiteTensor* col2im) { in ResizeCol2ImTensor()
311 TfLiteTensor* col2im = nullptr; in Prepare() local
398 const TfLiteTensor* transposed_weights, TfLiteTensor* col2im, in EvalFloat()
438 const TfLiteTensor* bias, TfLiteTensor* col2im, in EvalQuantized()
490 TfLiteTensor* col2im, TfLiteTensor* output, TfLiteTensor* scratch_buffer) { in EvalQuantizedPerChannel()
537 TfLiteTensor* col2im, TfLiteTensor* output, TfLiteTensor* scratch_buffer) { in EvalQuantizedPerChannel16x8()
584 TfLiteTensor* col2im = data->has_col2im in Eval() local