Searched refs:kFullyConnectedWeightsTensor (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/micro/kernels/ |
D | fully_connected.cc | 49 GetInput(context, node, kFullyConnectedWeightsTensor); in Prepare() 72 tflite::micro::GetEvalInput(context, node, kFullyConnectedWeightsTensor); in Eval()
|
D | fully_connected.h | 44 extern const int kFullyConnectedWeightsTensor;
|
D | fully_connected_common.cc | 30 const int kFullyConnectedWeightsTensor = 1; variable
|
/external/tensorflow/tensorflow/lite/micro/kernels/cmsis_nn/ |
D | fully_connected.cc | 60 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/ |
D | fully_connected.cc | 161 GetInput(context, node, kFullyConnectedWeightsTensor); in Prepare() 258 tflite::micro::GetEvalInput(context, node, kFullyConnectedWeightsTensor); in Eval()
|