Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/micro/kernels/
Dfully_connected.cc49 GetInput(context, node, kFullyConnectedWeightsTensor); in Prepare()
72 tflite::micro::GetEvalInput(context, node, kFullyConnectedWeightsTensor); in Eval()
Dfully_connected.h44 extern const int kFullyConnectedWeightsTensor;
Dfully_connected_common.cc30 const int kFullyConnectedWeightsTensor = 1; variable
/external/tensorflow/tensorflow/lite/micro/kernels/cmsis_nn/
Dfully_connected.cc60 GetInput(context, node, kFullyConnectedWeightsTensor); in Prepare()
192 tflite::micro::GetEvalInput(context, node, kFullyConnectedWeightsTensor); in Eval()
252 tflite::micro::GetEvalInput(context, node, kFullyConnectedWeightsTensor); in EvalInt8()
/external/tensorflow/tensorflow/lite/micro/kernels/xtensa/
Dfully_connected.cc161 GetInput(context, node, kFullyConnectedWeightsTensor); in Prepare()
258 tflite::micro::GetEvalInput(context, node, kFullyConnectedWeightsTensor); in Eval()