Home
last modified time | relevance | path

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

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