Home
last modified time | relevance | path

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

1234

/tflite-micro-3.4.0-2.7.6/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()
Dpooling.cc37 micro::GetEvalOutput(context, node, kPoolingOutputTensor); in AverageEval()
66 micro::GetEvalOutput(context, node, kPoolingOutputTensor); in MaxEval()
Dunpack.cc35 tflite::micro::GetEvalOutput(context, node, 0); in UnpackImpl()
63 TfLiteEvalTensor* t = tflite::micro::GetEvalOutput(context, node, i); in UnpackImpl()
Dactivations.cc44 tflite::micro::GetEvalOutput(context, node, kActivationsOutputTensor); in ReluEval()
82 tflite::micro::GetEvalOutput(context, node, kActivationsOutputTensor); in Relu6Eval()
Dspace_to_depth.cc68 micro::GetEvalOutput(context, node, kOutputTensor); in Prepare()
87 TfLiteEvalTensor* output = micro::GetEvalOutput(context, node, kOutputTensor); in Eval()
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()
Ddepth_to_space.cc78 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in CalculateOpData()
100 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in Eval()
Dneg.cc34 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in Eval()
Dl2_pool_2d.cc77 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in L2Prepare()
105 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in L2Eval()
Ddetection_postprocess.cc491 tflite::micro::GetEvalOutput(context, node, kOutputTensorDetectionBoxes); in NonMaxSuppressionMultiClassRegularHelper()
492 TfLiteEvalTensor* detection_classes = tflite::micro::GetEvalOutput( in NonMaxSuppressionMultiClassRegularHelper()
495 tflite::micro::GetEvalOutput(context, node, kOutputTensorDetectionScores); in NonMaxSuppressionMultiClassRegularHelper()
497 tflite::micro::GetEvalOutput(context, node, kOutputTensorNumDetections); in NonMaxSuppressionMultiClassRegularHelper()
624 tflite::micro::GetEvalOutput(context, node, kOutputTensorDetectionBoxes); in NonMaxSuppressionMultiClassFastHelper()
626 TfLiteEvalTensor* detection_classes = tflite::micro::GetEvalOutput( in NonMaxSuppressionMultiClassFastHelper()
629 tflite::micro::GetEvalOutput(context, node, kOutputTensorDetectionScores); in NonMaxSuppressionMultiClassFastHelper()
631 tflite::micro::GetEvalOutput(context, node, kOutputTensorNumDetections); in NonMaxSuppressionMultiClassFastHelper()
Dshape.cc48 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in Eval()
Dhard_swish.cc42 tflite::micro::GetEvalOutput(context, node, kHardSwishOutputTensor); in HardSwishEval()
Dkernel_util.h46 inline TfLiteEvalTensor* GetEvalOutput(const TfLiteContext* context, in GetEvalOutput() function
Dlogical_common.cc36 tflite::micro::GetEvalOutput(context, node, kLogicalOutputTensor); in LogicalImpl()
Dround.cc52 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in Eval()
Dzeros_like.cc51 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in Eval()
Dsvdf.cc57 tflite::micro::GetEvalOutput(context, node, kSvdfOutputTensor); in Eval()
Dceil.cc52 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in Eval()
Dlogistic.cc41 tflite::micro::GetEvalOutput(context, node, kLogisticOutputTensor); in LogisticEval()
Dexp.cc50 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in Eval()
Dgather.cc162 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in Prepare()
190 tflite::micro::GetEvalOutput(context, node, kOutputTensor); in Eval()
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/ceva/
Dquantize.cc45 TfLiteEvalTensor* output = tflite::micro::GetEvalOutput(context, node, 0); in EvalCEVA()
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/xtensa/
Dconv_int8_reference.cc45 tflite::micro::GetEvalOutput(context, node, kConvOutputTensor); in ConvReferenceEvalInt8()
Dsoftmax.cc35 TfLiteEvalTensor* output = tflite::micro::GetEvalOutput(context, node, 0); in Eval()

1234