/external/tensorflow/tensorflow/lite/micro/kernels/cmsis_nn/ |
D | fully_connected.cc | 190 tflite::micro::GetEvalInput(context, node, kFullyConnectedInputTensor); in Eval() 192 tflite::micro::GetEvalInput(context, node, kFullyConnectedWeightsTensor); in Eval() 194 tflite::micro::GetEvalInput(context, node, kFullyConnectedBiasTensor); in Eval() 250 tflite::micro::GetEvalInput(context, node, kFullyConnectedInputTensor); in EvalInt8() 252 tflite::micro::GetEvalInput(context, node, kFullyConnectedWeightsTensor); in EvalInt8() 254 tflite::micro::GetEvalInput(context, node, kFullyConnectedBiasTensor); in EvalInt8()
|
D | svdf.cc | 425 tflite::micro::GetEvalInput(context, node, kInputTensor); in Eval() 427 tflite::micro::GetEvalInput(context, node, kWeightsFeatureTensor); in Eval() 429 tflite::micro::GetEvalInput(context, node, kWeightsTimeTensor); in Eval() 432 ? tflite::micro::GetEvalInput(context, node, kBiasTensor) in Eval()
|
/external/tensorflow/tensorflow/lite/micro/kernels/ |
D | batch_to_space_nd.cc | 63 tflite::micro::GetEvalInput(context, node, kInputTensor); in Eval() 65 tflite::micro::GetEvalInput(context, node, kBlockShapeTensor); in Eval() 67 tflite::micro::GetEvalInput(context, node, kCropsTensor); in Eval()
|
D | conv.cc | 39 tflite::micro::GetEvalInput(context, node, kConvInputTensor); in Eval() 41 tflite::micro::GetEvalInput(context, node, kConvWeightsTensor); in Eval() 44 ? tflite::micro::GetEvalInput(context, node, kConvBiasTensor) in Eval()
|
D | space_to_batch_nd.cc | 73 tflite::micro::GetEvalInput(context, node, kInputTensor); in Eval() 75 tflite::micro::GetEvalInput(context, node, kBlockShapeTensor); in Eval() 77 tflite::micro::GetEvalInput(context, node, kCropsTensor); in Eval()
|
D | fully_connected.cc | 70 tflite::micro::GetEvalInput(context, node, kFullyConnectedInputTensor); in Eval() 72 tflite::micro::GetEvalInput(context, node, kFullyConnectedWeightsTensor); in Eval() 74 tflite::micro::GetEvalInput(context, node, kFullyConnectedBiasTensor); in Eval()
|
D | comparisons.cc | 42 tflite::micro::GetEvalInput(context, node, kInputTensor1); in EqualEval() 44 tflite::micro::GetEvalInput(context, node, kInputTensor2); in EqualEval() 147 tflite::micro::GetEvalInput(context, node, kInputTensor1); in NotEqualEval() 149 tflite::micro::GetEvalInput(context, node, kInputTensor2); in NotEqualEval() 251 tflite::micro::GetEvalInput(context, node, kInputTensor1); in GreaterEval() 253 tflite::micro::GetEvalInput(context, node, kInputTensor2); in GreaterEval() 342 tflite::micro::GetEvalInput(context, node, kInputTensor1); in GreaterEqualEval() 344 tflite::micro::GetEvalInput(context, node, kInputTensor2); in GreaterEqualEval() 433 tflite::micro::GetEvalInput(context, node, kInputTensor1); in LessEval() 435 tflite::micro::GetEvalInput(context, node, kInputTensor2); in LessEval() [all …]
|
D | detection_postprocess.cc | 273 tflite::micro::GetEvalInput(context, node, kInputTensorBoxEncodings); in DecodeCenterSizeBoxes() 278 tflite::micro::GetEvalInput(context, node, kInputTensorAnchors); in DecodeCenterSizeBoxes() 408 tflite::micro::GetEvalInput(context, node, kInputTensorBoxEncodings); in NonMaxSuppressionSingleClassHelper() 489 tflite::micro::GetEvalInput(context, node, kInputTensorBoxEncodings); in NonMaxSuppressionMultiClassRegularHelper() 491 tflite::micro::GetEvalInput(context, node, kInputTensorClassPredictions); in NonMaxSuppressionMultiClassRegularHelper() 622 tflite::micro::GetEvalInput(context, node, kInputTensorBoxEncodings); in NonMaxSuppressionMultiClassFastHelper() 624 tflite::micro::GetEvalInput(context, node, kInputTensorClassPredictions); in NonMaxSuppressionMultiClassFastHelper() 724 tflite::micro::GetEvalInput(context, node, kInputTensorBoxEncodings); in NonMaxSuppressionMultiClass() 726 tflite::micro::GetEvalInput(context, node, kInputTensorClassPredictions); in NonMaxSuppressionMultiClass()
|
D | logical.cc | 35 tflite::micro::GetEvalInput(context, node, kInputTensor1); in LogicalImpl() 37 tflite::micro::GetEvalInput(context, node, kInputTensor2); in LogicalImpl()
|
D | arg_min_max.cc | 50 tflite::micro::GetEvalInput(context, node, kInputTensor); in Eval() 52 tflite::micro::GetEvalInput(context, node, kAxis); in Eval()
|
D | pack.cc | 33 tflite::micro::GetEvalInput(context, node, 0); in PackImpl() 60 const TfLiteEvalTensor* t = tflite::micro::GetEvalInput(context, node, i); in PackImpl()
|
D | maximum_minimum.cc | 44 input1 = tflite::micro::GetEvalInput(context, node, kInputTensor1); in OpContext() 45 input2 = tflite::micro::GetEvalInput(context, node, kInputTensor2); in OpContext()
|
D | resize_nearest_neighbor.cc | 63 tflite::micro::GetEvalInput(context, node, kInputTensor); in Eval() 65 tflite::micro::GetEvalInput(context, node, kSizeTensor); in Eval()
|
D | split.cc | 83 const TfLiteEvalTensor* axis = tflite::micro::GetEvalInput(context, node, 0); in Eval() 84 const TfLiteEvalTensor* input = tflite::micro::GetEvalInput(context, node, 1); in Eval()
|
D | split_v.cc | 88 const TfLiteEvalTensor* input = tflite::micro::GetEvalInput(context, node, 0); in Eval() 89 const TfLiteEvalTensor* axis = tflite::micro::GetEvalInput(context, node, 2); in Eval()
|
D | svdf.cc | 339 tflite::micro::GetEvalInput(context, node, kInputTensor); in Eval() 341 tflite::micro::GetEvalInput(context, node, kWeightsFeatureTensor); in Eval() 343 tflite::micro::GetEvalInput(context, node, kWeightsTimeTensor); in Eval() 346 ? tflite::micro::GetEvalInput(context, node, kBiasTensor) in Eval()
|
D | reduce.cc | 140 const TfLiteEvalTensor* input = tflite::micro::GetEvalInput(context, node, 0); in EvalMean() 141 const TfLiteEvalTensor* axis = tflite::micro::GetEvalInput(context, node, 1); in EvalMean() 262 const TfLiteEvalTensor* input = tflite::micro::GetEvalInput(context, node, 0); in EvalMax() 263 const TfLiteEvalTensor* axis = tflite::micro::GetEvalInput(context, node, 1); in EvalMax()
|
D | transpose_conv.cc | 201 tflite::micro::GetEvalInput(context, node, kInputTensor); in Eval() 203 tflite::micro::GetEvalInput(context, node, kFilterTensor); in Eval() 206 ? tflite::micro::GetEvalInput(context, node, kBiasTensor) in Eval()
|
D | prelu.cc | 112 const TfLiteEvalTensor* input = tflite::micro::GetEvalInput(context, node, 0); in PreluEval() 113 const TfLiteEvalTensor* alpha = tflite::micro::GetEvalInput(context, node, 1); in PreluEval()
|
D | floor.cc | 32 tflite::micro::GetEvalInput(context, node, kInputTensor); in Eval()
|
D | neg.cc | 32 tflite::micro::GetEvalInput(context, node, kInputTensor); in Eval()
|
D | shape.cc | 46 tflite::micro::GetEvalInput(context, node, kInputTensor); in Eval()
|
/external/tensorflow/tensorflow/lite/micro/kernels/xtensa/ |
D | fully_connected.cc | 256 tflite::micro::GetEvalInput(context, node, kFullyConnectedInputTensor); in Eval() 258 tflite::micro::GetEvalInput(context, node, kFullyConnectedWeightsTensor); in Eval() 260 (NumInputs(node) == 3) ? tflite::micro::GetEvalInput( in Eval()
|
D | conv.cc | 252 tflite::micro::GetEvalInput(context, node, kConvInputTensor); in Eval() 254 tflite::micro::GetEvalInput(context, node, kConvWeightsTensor); in Eval() 257 ? tflite::micro::GetEvalInput(context, node, kConvBiasTensor) in Eval()
|
D | svdf.cc | 454 tflite::micro::GetEvalInput(context, node, kInputTensor); in Eval() 456 tflite::micro::GetEvalInput(context, node, kWeightsFeatureTensor); in Eval() 458 tflite::micro::GetEvalInput(context, node, kWeightsTimeTensor); in Eval() 461 ? tflite::micro::GetEvalInput(context, node, kBiasTensor) in Eval()
|