Home
last modified time | relevance | path

Searched refs:GetEvalOutput (Results 1 – 25 of 65) sorted by relevance

123

/external/tensorflow/tensorflow/lite/micro/kernels/
Dsplit_v.cc33 tflite::micro::GetEvalOutput(context, node, 0); in SplitImpl()
44 tflite::micro::GetEvalOutput(context, node, i)->dims->data[axis_value]; in SplitImpl()
61 tflite::micro::GetEvalOutput(context, node, i); in SplitImpl()
Ddetection_postprocess.cc493 tflite::micro::GetEvalOutput(context, node, kOutputTensorDetectionBoxes); in NonMaxSuppressionMultiClassRegularHelper()
494 TfLiteEvalTensor* detection_classes = tflite::micro::GetEvalOutput( in NonMaxSuppressionMultiClassRegularHelper()
497 tflite::micro::GetEvalOutput(context, node, kOutputTensorDetectionScores); in NonMaxSuppressionMultiClassRegularHelper()
499 tflite::micro::GetEvalOutput(context, node, kOutputTensorNumDetections); in NonMaxSuppressionMultiClassRegularHelper()
626 tflite::micro::GetEvalOutput(context, node, kOutputTensorDetectionBoxes); in NonMaxSuppressionMultiClassFastHelper()
628 TfLiteEvalTensor* detection_classes = tflite::micro::GetEvalOutput( in NonMaxSuppressionMultiClassFastHelper()
631 tflite::micro::GetEvalOutput(context, node, kOutputTensorDetectionScores); in NonMaxSuppressionMultiClassFastHelper()
633 tflite::micro::GetEvalOutput(context, node, kOutputTensorNumDetections); in NonMaxSuppressionMultiClassFastHelper()
Dunpack.cc35 tflite::micro::GetEvalOutput(context, node, 0); in UnpackImpl()
63 TfLiteEvalTensor* t = tflite::micro::GetEvalOutput(context, node, i); in UnpackImpl()
Dsplit.cc33 tflite::micro::GetEvalOutput(context, node, 0); in SplitImpl()
58 TfLiteEvalTensor* t = tflite::micro::GetEvalOutput(context, node, i); in SplitImpl()
Dfloor.cc35 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in Eval()
Dneg.cc34 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in Eval()
Dshape.cc48 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in Eval()
Dkernel_util.h46 inline TfLiteEvalTensor* GetEvalOutput(const TfLiteContext* context, in GetEvalOutput() function
Dcomparisons.cc46 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in EqualEval()
151 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in NotEqualEval()
255 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in GreaterEval()
346 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in GreaterEqualEval()
437 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in LessEval()
528 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in LessEqualEval()
Dzeros_like.cc51 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in Eval()
Dceil.cc52 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in Eval()
Dround.cc52 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in Eval()
Dconcatenation.cc97 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in EvalUnquantized()
117 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in EvalQuantizedUInt8()
Dexp.cc50 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in Eval()
Dlogical.cc39 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in LogicalImpl()
Dcast.cc66 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in Eval()
Darg_min_max.cc54 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in Eval()
Dreshape.cc85 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in Eval()
Dsoftmax.cc64 TfLiteEvalTensor* output = tflite::micro::GetEvalOutput(context, node, 0); in SoftmaxEval()
Dpooling.cc165 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in AverageEval()
194 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in MaxEval()
Dactivations.cc162 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in ReluEval()
227 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in Relu6Eval()
Dpack.cc78 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in Eval()
Dbatch_to_space_nd.cc69 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in Eval()
Dmaximum_minimum.cc46 output = tflite::micro::GetEvalOutput(context, node, kOutputTensor); in OpContext()
/external/tensorflow/tensorflow/lite/micro/kernels/cmsis_nn/
Dfully_connected.cc196 tflite::micro::GetEvalOutput(context, node, kFullyConnectedOutputTensor); in Eval()
256 tflite::micro::GetEvalOutput(context, node, kFullyConnectedOutputTensor); in EvalInt8()

123