Searched defs:SpaceToBatchNDContext (Results 1 – 1 of 1) sorted by relevance
36 struct SpaceToBatchNDContext { struct37 SpaceToBatchNDContext(TfLiteContext* context, TfLiteNode* node) { in SpaceToBatchNDContext() function43 const TfLiteTensor* input;44 const TfLiteTensor* block_shape;45 const TfLiteTensor* paddings;46 TfLiteTensor* output;