Searched defs:PadContext (Results 1 – 1 of 1) sorted by relevance
36 struct PadContext { struct37 PadContext(TfLiteContext* context, TfLiteNode* node) { in PadContext() function59 const TfLiteTensor* constant_values;60 const TfLiteTensor* input;61 const TfLiteTensor* paddings;62 TfLiteTensor* output;63 int dims;64 ResizingCategory resizing_category;