Home
last modified time | relevance | path

Searched refs:TFLiteOperation (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dmaximum_minimum.cc87 void TFLiteOperation(TfLiteContext* context, TfLiteNode* node, in TFLiteOperation() function
106 TFLiteOperation<float, OpType>(context, node, op_context); in Eval()
109 TFLiteOperation<uint8_t, OpType>(context, node, op_context); in Eval()
112 TFLiteOperation<int8_t, OpType>(context, node, op_context); in Eval()
115 TFLiteOperation<int32_t, OpType>(context, node, op_context); in Eval()
118 TFLiteOperation<int64_t, OpType>(context, node, op_context); in Eval()