Searched refs:kFullyConnectedBiasTensor (Results 1 – 6 of 6) sorted by relevance
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/ |
D | fully_connected.h | 45 extern const int kFullyConnectedBiasTensor;
|
D | fully_connected.cc | 52 GetOptionalInputTensor(context, node, kFullyConnectedBiasTensor); in Prepare() 74 tflite::micro::GetEvalInput(context, node, kFullyConnectedBiasTensor); in Eval()
|
D | fully_connected_common.cc | 31 const int kFullyConnectedBiasTensor = 2; variable
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/cmsis_nn/ |
D | fully_connected.cc | 64 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/ |
D | fully_connected.cc | 62 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/ |
D | fully_connected.cc | 163 GetOptionalInputTensor(context, node, kFullyConnectedBiasTensor); in Prepare() 261 context, node, kFullyConnectedBiasTensor) in Eval()
|