Searched refs:GetInput (Results 1 - 25 of 44) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/
H A Dparse_tensor_test.cc84 test::ExpectTensorEqual<Eigen::half>(parse_output, GetInput(0));
93 test::ExpectTensorEqual<float>(parse_output, GetInput(0));
102 test::ExpectTensorEqual<double>(parse_output, GetInput(0));
111 test::ExpectTensorEqual<int64>(parse_output, GetInput(0));
120 test::ExpectTensorEqual<int32>(parse_output, GetInput(0));
129 test::ExpectTensorEqual<int16>(parse_output, GetInput(0));
138 test::ExpectTensorEqual<int8>(parse_output, GetInput(0));
147 test::ExpectTensorEqual<uint16>(parse_output, GetInput(0));
156 test::ExpectTensorEqual<uint8>(parse_output, GetInput(0));
166 test::ExpectTensorEqual<complex64>(parse_output, GetInput(
[all...]
/external/tensorflow/tensorflow/contrib/lite/kernels/
H A Dembedding_lookup.cc54 TfLiteTensor* lookup = GetInput(context, node, 0);
58 TfLiteTensor* value = GetInput(context, node, 1);
74 TfLiteTensor* lookup = GetInput(context, node, 0);
75 TfLiteTensor* value = GetInput(context, node, 1);
H A Dembedding_lookup_sparse.cc84 TfLiteTensor* ids = GetInput(context, node, 0);
88 TfLiteTensor* indices = GetInput(context, node, 1);
92 TfLiteTensor* shape = GetInput(context, node, 2);
96 TfLiteTensor* weights = GetInput(context, node, 3);
105 TfLiteTensor* value = GetInput(context, node, 4);
142 TfLiteTensor* ids = GetInput(context, node, 0);
143 TfLiteTensor* indices = GetInput(context, node, 1);
144 TfLiteTensor* dense_shape = GetInput(context, node, 2);
145 TfLiteTensor* weights = GetInput(context, node, 3);
146 TfLiteTensor* value = GetInput(contex
[all...]
H A Dhashtable_lookup.cc63 TfLiteTensor* lookup = GetInput(context, node, 0);
67 TfLiteTensor* key = GetInput(context, node, 1);
71 TfLiteTensor* value = GetInput(context, node, 2);
105 TfLiteTensor* lookup = GetInput(context, node, 0);
106 TfLiteTensor* key = GetInput(context, node, 1);
107 TfLiteTensor* value = GetInput(context, node, 2);
H A Dlsh_projection.cc80 TfLiteTensor* hash = GetInput(context, node, 0);
85 TfLiteTensor* input = GetInput(context, node, 1);
89 TfLiteTensor* weight = GetInput(context, node, 2);
176 TfLiteTensor* hash = GetInput(context, node, 0);
177 TfLiteTensor* input = GetInput(context, node, 1);
179 NumInputs(node) == 2 ? nullptr : GetInput(context, node, 2);
H A Ddiv.cc44 TfLiteTensor* input1 = GetInput(context, node, kInputTensor1);
45 TfLiteTensor* input2 = GetInput(context, node, kInputTensor2);
85 TfLiteTensor* input1 = GetInput(context, node, kInputTensor1);
86 TfLiteTensor* input2 = GetInput(context, node, kInputTensor2);
H A Dsub.cc44 TfLiteTensor* input1 = GetInput(context, node, kInputTensor1);
45 TfLiteTensor* input2 = GetInput(context, node, kInputTensor2);
85 TfLiteTensor* input1 = GetInput(context, node, kInputTensor1);
86 TfLiteTensor* input2 = GetInput(context, node, kInputTensor2);
H A Dlstm.cc94 GetInput(context, node, kInputToForgetWeightsTensor);
100 GetInput(context, node, kInputToCellWeightsTensor);
116 GetInput(context, node, kRecurrentToForgetWeightsTensor);
124 GetInput(context, node, kRecurrentToCellWeightsTensor);
182 GetInput(context, node, kForgetGateBiasTensor);
186 TfLiteTensor* cell_bias = GetInput(context, node, kCellGateBiasTensor);
191 GetInput(context, node, kOutputGateBiasTensor);
231 TfLiteTensor* input = GetInput(context, node, kInputTensor);
237 GetInput(context, node, kInputToOutputWeightsTensor);
243 GetInput(contex
[all...]
H A Dunidirectional_sequence_lstm.cc94 GetInput(context, node, kInputToForgetWeightsTensor);
100 GetInput(context, node, kInputToCellWeightsTensor);
116 GetInput(context, node, kRecurrentToForgetWeightsTensor);
124 GetInput(context, node, kRecurrentToCellWeightsTensor);
182 GetInput(context, node, kForgetGateBiasTensor);
186 TfLiteTensor* cell_bias = GetInput(context, node, kCellGateBiasTensor);
191 GetInput(context, node, kOutputGateBiasTensor);
231 TfLiteTensor* input = GetInput(context, node, kInputTensor);
238 GetInput(context, node, kInputToOutputWeightsTensor);
244 GetInput(contex
[all...]
H A Dgather.cc38 TfLiteTensor* input = GetInput(context, node, kInputTensor);
39 TfLiteTensor* positions = GetInput(context, node, kInputPositions);
84 TfLiteTensor* input = GetInput(context, node, kInputTensor);
85 TfLiteTensor* positions = GetInput(context, node, kInputPositions);
H A Dresize_bilinear.cc54 TfLiteTensor* input = GetInput(context, node, kInputTensor);
55 TfLiteTensor* size = GetInput(context, node, kSizeTensor);
81 TfLiteTensor* input = GetInput(context, node, kInputTensor);
83 TfLiteTensor* size = GetInput(context, node, kSizeTensor);
H A Dl2norm.cc43 TfLiteTensor* input = GetInput(context, node, kInputTensor);
62 TfLiteTensor* input = GetInput(context, node, kInputTensor);
H A Dreshape.cc38 TfLiteTensor* input = GetInput(context, node, kInputTensor);
73 TfLiteTensor* input = GetInput(context, node, kInputTensor);
H A Dactivations.cc58 TfLiteTensor* input = GetInput(context, node, 0);
71 TfLiteTensor* input = GetInput(context, node, 0);
102 TfLiteTensor* input = GetInput(context, node, 0);
127 TfLiteTensor* input = GetInput(context, node, 0);
145 TfLiteTensor* input = GetInput(context, node, 0);
165 TfLiteTensor* input = GetInput(context, node, 0);
183 TfLiteTensor* input = GetInput(context, node, 0);
204 TfLiteTensor* input = GetInput(context, node, 0);
301 TfLiteTensor* input = GetInput(context, node, 0);
H A Dbatch_to_space_nd.cc38 input = GetInput(context, node, 0);
39 block_shape = GetInput(context, node, 1);
40 crops = GetInput(context, node, 2);
H A Dspace_to_batch_nd.cc38 input = GetInput(context, node, 0);
39 block_shape = GetInput(context, node, 1);
40 paddings = GetInput(context, node, 2);
H A Ddepthwise_conv.cc86 TfLiteTensor* input = GetInput(context, node, kInputTensor);
87 TfLiteTensor* filter = GetInput(context, node, kFilterTensor);
109 bias = GetInput(context, node, kBiasTensor);
233 TfLiteTensor* input = GetInput(context, node, kInputTensor);
234 TfLiteTensor* filter = GetInput(context, node, kFilterTensor);
236 (NumInputs(node) == 3) ? GetInput(context, node, kBiasTensor) : nullptr;
H A Dtopk_v2.cc33 TfLiteTensor* top_k = GetInput(context, node, kInputTopK);
41 TfLiteTensor* input = GetInput(context, node, kInputTensor);
165 TfLiteTensor* input = GetInput(context, node, kInputTensor);
169 TfLiteTensor* top_k = GetInput(context, node, kInputTopK);
190 TfLiteTensor* top_k = GetInput(context, node, kInputTopK);
194 TfLiteTensor* input = GetInput(context, node, kInputTensor);
H A Dlocal_response_norm.cc41 TfLiteTensor* input = GetInput(context, node, kInputTensor);
63 TfLiteTensor* input = GetInput(context, node, kInputTensor);
H A Dskip_gram.cc52 TF_LITE_ENSURE_EQ(context, GetInput(context, node, 0)->type, kTfLiteString);
93 tflite::StringRef strref = tflite::GetString(GetInput(context, node, 0), 0);
H A Dadd.cc60 TfLiteTensor* input1 = GetInput(context, node, kInputTensor1);
61 TfLiteTensor* input2 = GetInput(context, node, kInputTensor2);
167 TfLiteTensor* input1 = GetInput(context, node, kInputTensor1);
168 TfLiteTensor* input2 = GetInput(context, node, kInputTensor2);
H A Dexp.cc36 input = GetInput(context, node, 0);
H A Dmul.cc60 TfLiteTensor* input1 = GetInput(context, node, kInputTensor1);
61 TfLiteTensor* input2 = GetInput(context, node, kInputTensor2);
152 TfLiteTensor* input1 = GetInput(context, node, kInputTensor1);
153 TfLiteTensor* input2 = GetInput(context, node, kInputTensor2);
H A Dpad.cc38 input = GetInput(context, node, 0);
39 paddings = GetInput(context, node, 1);
/external/tensorflow/tensorflow/contrib/lite/models/smartreply/ops/
H A Dextract_feature.cc64 TfLiteTensor* input = GetInput(context, node, 0);
79 TfLiteTensor* input = GetInput(context, node, 0);

Completed in 1049 milliseconds

12