/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 | comparisons.cc | 30 constexpr int kOutputTensor = 0; variable 38 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in ComparisonPrepare() 129 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in EqualEval() 165 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in NotEqualEval() 200 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in GreaterEval() 232 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in GreaterEqualEval() 264 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in LessEval() 296 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in LessEqualEval()
|
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 | 28 constexpr int kOutputTensor = 0; variable 37 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare() 49 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
|
D | reshape.cc | 29 constexpr int kOutputTensor = 0; variable 34 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in ResizeOutput() 117 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare() 132 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 | neg.cc | 25 constexpr int kOutputTensor = 0; variable 31 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare() 48 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
|
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 | where.cc | 28 constexpr int kOutputTensor = 0; variable 59 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare() 83 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 | select.cc | 30 constexpr int kOutputTensor = 0; variable 40 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in SelectPrepare() 69 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in SelectEval()
|
D | tile.cc | 30 constexpr int kOutputTensor = 0; variable 48 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in ResizeOutput() 143 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare() 165 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
|
D | fill.cc | 32 constexpr int kOutputTensor = 0; variable 85 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare() 99 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 | reverse.cc | 30 constexpr int kOutputTensor = 0; variable 60 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare() 73 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
|
D | cast.cc | 31 constexpr int kOutputTensor = 0; variable 37 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare() 103 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
|
D | squared_difference.cc | 31 constexpr int kOutputTensor = 0; variable 61 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare() 101 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
|
D | floor_div.cc | 30 constexpr int kOutputTensor = 0; variable 62 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare() 119 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
|
D | space_to_depth.cc | 36 constexpr int kOutputTensor = 0; variable 46 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare() 81 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
|
D | pow.cc | 30 constexpr int kOutputTensor = 0; variable 55 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare() 112 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
|
D | l2norm.cc | 36 constexpr int kOutputTensor = 0; variable 45 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare() 75 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
|
D | resize_bilinear.cc | 37 constexpr int kOutputTensor = 0; variable 58 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare() 82 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/ |
D | tensorrt_test.cc | 65 const char* kOutputTensor = "output"; variable 84 output->setName(kOutputTensor); in CreateNetwork() 107 const int output_index = engine.getBindingIndex(kOutputTensor); in Execute()
|