Lines Matching refs:OpContext
48 struct OpContext { struct
49 OpContext(TfLiteContext* context, TfLiteNode* node) { in OpContext() function
76 TfLiteStatus ResizeTempAxis(TfLiteContext* context, OpContext* op_context, in ResizeTempAxis()
84 TfLiteStatus ResizeTempSum(TfLiteContext* context, OpContext* op_context, in ResizeTempSum()
92 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, OpContext* op_context) { in ResizeOutputTensor()
161 OpContext* op_context) { in InitializeTemporaries()
211 OpContext op_context(context, node); in PrepareSimple()
240 OpContext op_context(context, node); in PrepareMeanOrSum()
271 OpContext op_context(context, node); in EvalMean()
402 OpContext* op_context, T init_value, in EvalLogic()
442 OpContext* op_context, ReduceType reduce_type) { in EvalType()
476 OpContext* op_context, ReduceType reduce_type) { in EvalType()
496 OpContext op_context(context, node); in EvalGeneric()
522 OpContext op_context(context, node); in EvalSum()