Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/micro/kernels/
Dfully_connected.cc53 TfLiteTensor* output = GetOutput(context, node, kFullyConnectedOutputTensor); in Prepare()
76 tflite::micro::GetEvalOutput(context, node, kFullyConnectedOutputTensor); in Eval()
Dfully_connected.h46 extern const int kFullyConnectedOutputTensor;
Dfully_connected_common.cc32 const int kFullyConnectedOutputTensor = 0; variable
/external/tensorflow/tensorflow/lite/micro/kernels/cmsis_nn/
Dfully_connected.cc63 TfLiteTensor* output = GetOutput(context, node, kFullyConnectedOutputTensor); in Prepare()
196 tflite::micro::GetEvalOutput(context, node, kFullyConnectedOutputTensor); in Eval()
256 tflite::micro::GetEvalOutput(context, node, kFullyConnectedOutputTensor); in EvalInt8()
/external/tensorflow/tensorflow/lite/micro/kernels/xtensa/
Dfully_connected.cc164 TfLiteTensor* output = GetOutput(context, node, kFullyConnectedOutputTensor); in Prepare()
265 tflite::micro::GetEvalOutput(context, node, kFullyConnectedOutputTensor); in Eval()