Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dpad.cc36 struct PadContext { struct
37 PadContext(TfLiteContext* context, TfLiteNode* node) { in PadContext() function
59 const TfLiteTensor* constant_values;
60 const TfLiteTensor* input;
61 const TfLiteTensor* paddings;
62 TfLiteTensor* output;
63 int dims;
64 ResizingCategory resizing_category;