Home
last modified time | relevance | path

Searched refs:kBiasTensor (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/micro/kernels/
Ddepthwise_conv.cc35 constexpr int kBiasTensor = 2; variable
66 GetOptionalInputTensor(context, node, kBiasTensor); in CalculateOpData()
164 (NumInputs(node) == 3) ? GetInput(context, node, kBiasTensor) : nullptr; in Eval()
Dfully_connected.cc45 constexpr int kBiasTensor = 2; variable
148 const TfLiteTensor* bias = GetOptionalInputTensor(context, node, kBiasTensor); in Eval()
/external/tensorflow/tensorflow/lite/kernels/
Dbasic_rnn.cc43 constexpr int kBiasTensor = 3; variable
68 const TfLiteTensor* bias = GetInput(context, node, kBiasTensor); in Prepare()
225 const TfLiteTensor* bias = GetInput(context, node, kBiasTensor); in Eval()
Ddepthwise_conv.cc42 constexpr int kBiasTensor = 2; variable
114 bias = GetInput(context, node, kBiasTensor); in Prepare()
304 (NumInputs(node) == 3) ? GetInput(context, node, kBiasTensor) : nullptr; in Eval()
Dunidirectional_sequence_rnn.cc38 constexpr int kBiasTensor = 3; variable
63 const TfLiteTensor* bias = GetInput(context, node, kBiasTensor); in Prepare()
295 const TfLiteTensor* bias = GetInput(context, node, kBiasTensor); in Eval()
Dsvdf.cc106 constexpr int kBiasTensor = 3; variable
156 const TfLiteTensor* bias = GetOptionalInputTensor(context, node, kBiasTensor); in Prepare()
372 const TfLiteTensor* bias = GetOptionalInputTensor(context, node, kBiasTensor); in Eval()
Dfully_connected.cc63 constexpr int kBiasTensor = 2; variable
98 const TfLiteTensor* bias = GetOptionalInputTensor(context, node, kBiasTensor); in Prepare()
470 const TfLiteTensor* bias = GetOptionalInputTensor(context, node, kBiasTensor); in Eval()
/external/tensorflow/tensorflow/lite/experimental/micro/kernels/portable_optimized/
Ddepthwise_conv.cc35 constexpr int kBiasTensor = 2; variable
69 GetOptionalInputTensor(context, node, kBiasTensor); in CalculateOpData()
395 (NumInputs(node) == 3) ? GetInput(context, node, kBiasTensor) : nullptr; in Eval()