HomeSort by relevance Sort by last modified time
    Searched refs:ResizeOutputTensor (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/contrib/lite/kernels/
batch_to_space_nd.cc 56 TfLiteStatus ResizeOutputTensor(TfLiteContext* context,
109 return ResizeOutputTensor(context, &op_context);
118 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, &op_context));
pad.cc 52 TfLiteStatus ResizeOutputTensor(TfLiteContext* context,
94 return ResizeOutputTensor(context, &op_context);
103 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, &op_context));
resize_bilinear.cc 39 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, TfLiteTensor* input,
73 return ResizeOutputTensor(context, input, size, output);
87 ResizeOutputTensor(context, input, size, output));
space_to_batch_nd.cc 56 TfLiteStatus ResizeOutputTensor(TfLiteContext* context,
104 return ResizeOutputTensor(context, &op_context);
113 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, &op_context));
transpose.cc 45 TfLiteStatus ResizeOutputTensor(TfLiteContext* context,
83 return ResizeOutputTensor(context, &op_context);
92 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, &op_context));
mean.cc 68 TfLiteStatus ResizeOutputTensor(TfLiteContext* context,
172 return ResizeOutputTensor(context, &op_context);
185 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, &op_context));
strided_slice.cc 111 TfLiteStatus ResizeOutputTensor(TfLiteContext* context,
175 return ResizeOutputTensor(context, &op_context);
183 TF_LITE_ENSURE_OK(context, ResizeOutputTensor(context, &op_context));

Completed in 295 milliseconds