Home
last modified time | relevance | path

Searched refs:kOutputTensor (Results 1 – 25 of 58) sorted by relevance

123

/external/tensorflow/tensorflow/lite/kernels/
Dadd_n.cc27 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()
Drank.cc27 constexpr int kOutputTensor = 0; variable
33 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare()
43 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
Dceil.cc27 constexpr int kOutputTensor = 0; variable
31 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare()
42 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
Dcomparisons.cc30 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()
Dzeros_like.cc26 constexpr int kOutputTensor = 0; variable
32 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare()
41 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
Dfloor.cc28 constexpr int kOutputTensor = 0; variable
37 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare()
49 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
Dreshape.cc29 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()
Dshape.cc27 constexpr int kOutputTensor = 0; variable
41 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare()
66 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
Dneg.cc25 constexpr int kOutputTensor = 0; variable
31 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare()
48 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
Dreverse_sequence.cc30 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()
Dwhere.cc28 constexpr int kOutputTensor = 0; variable
59 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare()
83 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
Dlocal_response_norm.cc35 constexpr int kOutputTensor = 0; variable
42 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare()
64 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
Dselect.cc30 constexpr int kOutputTensor = 0; variable
40 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in SelectPrepare()
69 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in SelectEval()
Dtile.cc30 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()
Dfill.cc32 constexpr int kOutputTensor = 0; variable
85 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare()
99 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
Dlogical.cc30 constexpr int kOutputTensor = 0; variable
56 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare()
86 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in LogicalImpl()
Dreverse.cc30 constexpr int kOutputTensor = 0; variable
60 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare()
73 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
Dcast.cc31 constexpr int kOutputTensor = 0; variable
37 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare()
103 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
Dsquared_difference.cc31 constexpr int kOutputTensor = 0; variable
61 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare()
101 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
Dfloor_div.cc30 constexpr int kOutputTensor = 0; variable
62 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare()
119 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
Dspace_to_depth.cc36 constexpr int kOutputTensor = 0; variable
46 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare()
81 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
Dpow.cc30 constexpr int kOutputTensor = 0; variable
55 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare()
112 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
Dl2norm.cc36 constexpr int kOutputTensor = 0; variable
45 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Prepare()
75 TfLiteTensor* output = GetOutput(context, node, kOutputTensor); in Eval()
Dresize_bilinear.cc37 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/
Dtensorrt_test.cc65 const char* kOutputTensor = "output"; variable
84 output->setName(kOutputTensor); in CreateNetwork()
107 const int output_index = engine.getBindingIndex(kOutputTensor); in Execute()

123