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