Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/micro/kernels/
Dfully_connected.cc46 GetInput(context, node, kFullyConnectedInputTensor); in Prepare()
70 tflite::micro::GetEvalInput(context, node, kFullyConnectedInputTensor); in Eval()
Dfully_connected.h43 extern const int kFullyConnectedInputTensor;
Dfully_connected_common.cc29 const int kFullyConnectedInputTensor = 0; variable
/external/tensorflow/tensorflow/lite/micro/kernels/cmsis_nn/
Dfully_connected.cc58 GetInput(context, node, kFullyConnectedInputTensor); in Prepare()
190 tflite::micro::GetEvalInput(context, node, kFullyConnectedInputTensor); in Eval()
250 tflite::micro::GetEvalInput(context, node, kFullyConnectedInputTensor); in EvalInt8()
/external/tensorflow/tensorflow/lite/micro/kernels/xtensa/
Dfully_connected.cc159 GetInput(context, node, kFullyConnectedInputTensor); in Prepare()
256 tflite::micro::GetEvalInput(context, node, kFullyConnectedInputTensor); in Eval()