Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dbatch_to_space_nd.cc36 struct BatchToSpaceNDContext { struct
37 BatchToSpaceNDContext(TfLiteContext* context, TfLiteNode* node) { in BatchToSpaceNDContext() function
43 const TfLiteTensor* input;
44 const TfLiteTensor* block_shape;
45 const TfLiteTensor* crops;
46 TfLiteTensor* output;