/external/tensorflow/tensorflow/lite/micro/kernels/ |
D | add_n.cc | 28 constexpr int kInputTensor1 = 0; variable 38 GetInputSafe(context, node, kInputTensor1, &input1)); in Prepare() 45 for (int i = kInputTensor1 + 1; i < num_inputs; ++i) { in Prepare() 67 const TfLiteTensor* input1 = GetInput(context, node, kInputTensor1); in EvalAddN() 75 GetInputSafe(context, node, kInputTensor1, &input1)); in Eval()
|
D | floor_div.cc | 31 constexpr int kInputTensor1 = 0; variable 45 GetInputSafe(context, node, kInputTensor1, &input1)); in Prepare() 102 GetInputSafe(context, node, kInputTensor1, &input1)); in Eval()
|
D | floor_mod.cc | 34 constexpr int kInputTensor1 = 0; variable 50 GetInputSafe(context, node, kInputTensor1, &input1)); in Prepare() 106 GetInputSafe(context, node, kInputTensor1, &input1)); in Eval()
|
D | logical.cc | 28 constexpr int kInputTensor1 = 0; variable 35 tflite::micro::GetEvalInput(context, node, kInputTensor1); in LogicalImpl()
|
D | maximum_minimum.cc | 38 constexpr int kInputTensor1 = 0; variable 44 input1 = tflite::micro::GetEvalInput(context, node, kInputTensor1); in OpContext()
|
D | div.cc | 44 constexpr int kInputTensor1 = 0; variable 79 GetInputSafe(context, node, kInputTensor1, &input1)); in Prepare() 211 GetInputSafe(context, node, kInputTensor1, &input1)); in Eval()
|
D | sub.cc | 34 constexpr int kInputTensor1 = 0; variable 110 const TfLiteTensor* input1 = GetInput(context, node, kInputTensor1); in Prepare() 218 tflite::micro::GetEvalInput(context, node, kInputTensor1); in Eval()
|
D | add.cc | 34 constexpr int kInputTensor1 = 0; variable 203 const TfLiteTensor* input1 = GetInput(context, node, kInputTensor1); in Prepare() 226 tflite::micro::GetEvalInput(context, node, kInputTensor1); in Eval()
|
D | comparisons.cc | 33 constexpr int kInputTensor1 = 0; variable 42 tflite::micro::GetEvalInput(context, node, kInputTensor1); in EqualEval() 147 tflite::micro::GetEvalInput(context, node, kInputTensor1); in NotEqualEval() 251 tflite::micro::GetEvalInput(context, node, kInputTensor1); in GreaterEval() 342 tflite::micro::GetEvalInput(context, node, kInputTensor1); in GreaterEqualEval() 433 tflite::micro::GetEvalInput(context, node, kInputTensor1); in LessEval() 524 tflite::micro::GetEvalInput(context, node, kInputTensor1); in LessEqualEval() 621 const TfLiteTensor* input1 = GetInput(context, node, kInputTensor1); in Prepare()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | add_n.cc | 28 constexpr int kInputTensor1 = 0; variable 38 GetInputSafe(context, node, kInputTensor1, &input1)); in Prepare() 45 for (int i = kInputTensor1 + 1; i < num_inputs; ++i) { in Prepare() 67 const TfLiteTensor* input1 = GetInput(context, node, kInputTensor1); in EvalAddN() 75 GetInputSafe(context, node, kInputTensor1, &input1)); in Eval()
|
D | comparisons.cc | 35 constexpr int kInputTensor1 = 0; variable 46 GetInputSafe(context, node, kInputTensor1, &input1)); in ComparisonPrepareCommon() 156 GetInputSafe(context, node, kInputTensor1, &input1)); in EqualEval() 206 GetInputSafe(context, node, kInputTensor1, &input1)); in NotEqualEval() 256 GetInputSafe(context, node, kInputTensor1, &input1)); in GreaterEval() 297 GetInputSafe(context, node, kInputTensor1, &input1)); in GreaterEqualEval() 338 GetInputSafe(context, node, kInputTensor1, &input1)); in LessEval() 379 GetInputSafe(context, node, kInputTensor1, &input1)); in LessEqualEval()
|
D | logical.cc | 31 constexpr int kInputTensor1 = 0; variable 59 GetInputSafe(context, node, kInputTensor1, &input1)); in Prepare() 95 GetInputSafe(context, node, kInputTensor1, &input1)); in LogicalImpl()
|
D | pow.cc | 32 constexpr int kInputTensor1 = 0; variable 59 GetInputSafe(context, node, kInputTensor1, &input1)); in Prepare() 123 GetInputSafe(context, node, kInputTensor1, &input1)); in Eval()
|
D | floor_div.cc | 35 constexpr int kInputTensor1 = 0; variable 63 GetInputSafe(context, node, kInputTensor1, &input1)); in Prepare() 132 GetInputSafe(context, node, kInputTensor1, &input1)); in Eval()
|
D | floor_mod.cc | 33 constexpr int kInputTensor1 = 0; variable 63 GetInputSafe(context, node, kInputTensor1, &input1)); in Prepare() 131 GetInputSafe(context, node, kInputTensor1, &input1)); in Eval()
|
D | div.cc | 44 constexpr int kInputTensor1 = 0; variable 79 GetInputSafe(context, node, kInputTensor1, &input1)); in Prepare() 211 GetInputSafe(context, node, kInputTensor1, &input1)); in Eval()
|
D | squared_difference.cc | 34 constexpr int kInputTensor1 = 0; variable 67 GetInputSafe(context, node, kInputTensor1, &input1)); in Prepare() 217 GetInputSafe(context, node, kInputTensor1, &input1)); in Eval()
|
D | mul.cc | 48 constexpr int kInputTensor1 = 0; variable 80 GetInputSafe(context, node, kInputTensor1, &input1)); in Prepare() 270 GetInputSafe(context, node, kInputTensor1, &input1)); in Eval()
|
D | maximum_minimum.cc | 40 constexpr int kInputTensor1 = 0; variable 46 input1 = GetInput(context, node, kInputTensor1); in OpContext()
|
D | add.cc | 50 constexpr int kInputTensor1 = 0; variable 96 GetInputSafe(context, node, kInputTensor1, &input1)); in Prepare() 379 GetInputSafe(context, node, kInputTensor1, &input1)); in Eval()
|
D | sub.cc | 51 constexpr int kInputTensor1 = 0; variable 222 GetInputSafe(context, node, kInputTensor1, &input1)); in Prepare() 455 GetInputSafe(context, node, kInputTensor1, &input1)); in Eval()
|
/external/tensorflow/tensorflow/lite/micro/kernels/cmsis_nn/ |
D | add.cc | 34 constexpr int kInputTensor1 = 0; variable 191 const TfLiteTensor* input1 = GetInput(context, node, kInputTensor1); in Prepare() 208 tflite::micro::GetEvalInput(context, node, kInputTensor1); in Eval()
|