Searched defs:OpContext (Results 1 – 7 of 7) sorted by relevance
27 struct OpContext { struct33 OpContext() { function_library = nullptr; } in OpContext() function
34 struct OpContext { struct35 OpContext(TfLiteContext* context, TfLiteNode* node) { in OpContext() argument39 const TfLiteTensor* input;40 TfLiteTensor* output;
29 struct OpContext { struct30 OpContext(TfLiteContext* context, TfLiteNode* node) { in OpContext() argument36 TfLiteSplitVParams* params;37 const TfLiteTensor* input;38 const TfLiteTensor* size_splits;39 const TfLiteTensor* axis;
30 struct OpContext { struct31 OpContext(TfLiteContext* context, TfLiteNode* node) { in OpContext() argument36 TfLiteSplitParams* params;37 const TfLiteTensor* axis;38 const TfLiteTensor* input;
38 struct OpContext { struct39 OpContext(TfLiteContext* context, TfLiteNode* node) { in OpContext() argument44 const TfLiteTensor* input1;45 const TfLiteTensor* input2;46 TfLiteTensor* output;
31 struct OpContext { struct32 OpContext(TfLiteContext* context, TfLiteNode* node) { in OpContext() function36 const TfLiteTensor* input;37 TfLiteTensor* output;
48 struct OpContext { struct49 OpContext(TfLiteContext* context, TfLiteNode* node) { in OpContext() argument55 TfLiteReducerParams* params;56 const TfLiteTensor* input;57 const TfLiteTensor* axis;58 TfLiteTensor* output;