Home
last modified time | relevance | path

Searched refs:kFullyConnectedBiasTensor (Results 1 – 6 of 6) sorted by relevance

/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/
Dfully_connected.h45 extern const int kFullyConnectedBiasTensor;
Dfully_connected.cc52 GetOptionalInputTensor(context, node, kFullyConnectedBiasTensor); in Prepare()
74 tflite::micro::GetEvalInput(context, node, kFullyConnectedBiasTensor); in Eval()
Dfully_connected_common.cc31 const int kFullyConnectedBiasTensor = 2; variable
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/cmsis_nn/
Dfully_connected.cc64 GetOptionalInputTensor(context, node, kFullyConnectedBiasTensor); in Prepare()
184 tflite::micro::GetEvalInput(context, node, kFullyConnectedBiasTensor); in Eval()
231 tflite::micro::GetEvalInput(context, node, kFullyConnectedBiasTensor); in EvalInt8()
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/ceva/
Dfully_connected.cc62 GetOptionalInputTensor(context, node, kFullyConnectedBiasTensor); in Prepare()
212 tflite::micro::GetEvalInput(context, node, kFullyConnectedBiasTensor); in EvalCEVA()
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/xtensa/
Dfully_connected.cc163 GetOptionalInputTensor(context, node, kFullyConnectedBiasTensor); in Prepare()
261 context, node, kFullyConnectedBiasTensor) in Eval()