/external/tensorflow/tensorflow/lite/kernels/ |
D | add_n.cc | 27 constexpr int kOutputTensor = 0; variable 35 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare() 56 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in EvalAddN() 64 const TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
|
D | rank.cc | 27 constexpr int kOutputTensor = 0; variable 33 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare() 43 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
|
D | ceil.cc | 27 constexpr int kOutputTensor = 0; variable 31 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare() 42 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
|
D | round.cc | 27 constexpr int kOutputTensor = 0; variable 31 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare() 42 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
|
D | zeros_like.cc | 26 constexpr int kOutputTensor = 0; variable 32 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare() 41 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
|
D | floor.cc | 29 constexpr int kOutputTensor = 0; variable 38 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare() 50 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
|
D | neg.cc | 29 constexpr int kOutputTensor = 0; variable 35 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare() 44 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
|
D | shape.cc | 27 constexpr int kOutputTensor = 0; variable 41 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare() 66 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
|
D | where.cc | 28 constexpr int kOutputTensor = 0; variable 59 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare() 84 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
|
D | comparisons.cc | 28 constexpr int kOutputTensor = 0; variable 36 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in ComparisonPrepare() 114 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in EqualEval() 153 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in NotEqualEval() 192 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in GreaterEval() 227 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in GreaterEqualEval() 262 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in LessEval() 297 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in LessEqualEval()
|
D | reverse_sequence.cc | 30 constexpr int kOutputTensor = 0; variable 56 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare() 86 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in ReverseSequenceImpl() 119 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
|
D | reshape.cc | 32 constexpr int kOutputTensor = 0; variable 42 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in ResizeOutput() 125 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare() 139 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
|
D | segment_sum.cc | 29 static const int kOutputTensor = 0; variable 55 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare() 73 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
|
D | local_response_norm.cc | 35 constexpr int kOutputTensor = 0; variable 42 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare() 64 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
|
D | logical.cc | 30 constexpr int kOutputTensor = 0; variable 56 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare() 86 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in LogicalImpl()
|
D | fill.cc | 32 constexpr int kOutputTensor = 0; variable 86 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare() 100 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
|
/external/tensorflow/tensorflow/lite/micro/kernels/ |
D | ceil.cc | 28 constexpr int kOutputTensor = 0; variable 32 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare() 47 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
|
D | round.cc | 28 constexpr int kOutputTensor = 0; variable 32 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare() 47 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
|
D | comparisons.cc | 30 constexpr int kOutputTensor = 0; variable 103 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in EqualEval() 139 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in NotEqualEval() 174 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in GreaterEval() 206 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in GreaterEqualEval() 238 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in LessEval() 270 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in LessEqualEval()
|
D | concatenation.cc | 31 constexpr int kOutputTensor = 0; variable 40 TfLiteType output_type = GetOutput(context, node, kOutputTensor)->type; in Prepare() 139 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in EvalUnquantized() 166 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in EvalQuantizedUInt8() 185 TfLiteType output_type = GetOutput(context, node, kOutputTensor)->type; in Eval()
|
D | reshape.cc | 28 constexpr int kOutputTensor = 0; variable 32 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in ReshapeOutput() 77 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
|
D | floor.cc | 27 constexpr int kOutputTensor = 0; variable 32 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
|
D | neg.cc | 28 constexpr int kOutputTensor = 0; variable 32 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
|
D | logistic.cc | 32 constexpr int kOutputTensor = 0; variable 40 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
|
/external/tensorflow/tensorflow/lite/experimental/kernels/ |
D | hashtable_size.cc | 29 constexpr int kOutputTensor = 0; variable 41 TfLiteTensor* output_tensor = GetOutput(context, node, kOutputTensor); in PrepareHashtableSize() 54 TfLiteTensor* output_tensor = GetOutput(context, node, kOutputTensor); in EvalHashtableSize()
|