Home
last modified time | relevance | path

Searched refs:kTfLiteError (Results 1 – 25 of 133) sorted by relevance

123456

/external/tensorflow/tensorflow/lite/tools/optimize/
Dsubgraph_quantizer.cc45 return kTfLiteError; in AddQuantizationParams()
94 return kTfLiteError; in SymmetricPerChannelQuantizeTensor()
134 return kTfLiteError; in SymmetricPerChannelBiasQuantize()
146 return kTfLiteError; in SymmetricPerChannelBiasQuantize()
152 return kTfLiteError; in SymmetricPerChannelBiasQuantize()
160 return kTfLiteError; in SymmetricPerChannelBiasQuantize()
204 return kTfLiteError; in AsymmetricQuantizeTensor()
212 return kTfLiteError; in AsymmetricQuantizeTensor()
228 return kTfLiteError; in QuantizeOpWithBias()
233 return kTfLiteError; in QuantizeOpWithBias()
[all …]
/external/tensorflow/tensorflow/lite/kernels/
Dgather_nd.cc49 return kTfLiteError; in Prepare()
59 return kTfLiteError; in Prepare()
67 return kTfLiteError; in Prepare()
71 return kTfLiteError; in Prepare()
76 return kTfLiteError; in Prepare()
124 return kTfLiteError; in EvalGatherNd()
142 return kTfLiteError; in Eval()
Darg_min_max.cc76 return kTfLiteError; in Prepare()
92 return kTfLiteError; in Prepare()
146 return kTfLiteError; in Eval()
164 return kTfLiteError; in Eval()
168 return kTfLiteError; in Eval()
184 return kTfLiteError; in Eval()
199 return kTfLiteError; in Eval()
203 return kTfLiteError; in Eval()
Dsparse_to_dense.cc80 return kTfLiteError; in CheckDimensionsMatch()
127 return kTfLiteError; in GetIndicesVector()
142 return kTfLiteError; in ResizeOutputShape()
237 return kTfLiteError; in Eval()
253 return kTfLiteError; in Eval()
261 return kTfLiteError; in Eval()
Dgather.cc50 return kTfLiteError; in Prepare()
71 return kTfLiteError; in Prepare()
150 return kTfLiteError; in Eval()
170 return kTfLiteError; in Eval()
176 return kTfLiteError; in Eval()
Dreverse_sequence.cc46 return kTfLiteError; in Prepare()
53 return kTfLiteError; in Prepare()
112 return kTfLiteError; in ReverseSequenceHelper()
141 return kTfLiteError; in Eval()
Dslice.cc55 return kTfLiteError; in CalculateOutputShapeVector()
62 return kTfLiteError; in CalculateOutputShapeVector()
95 return kTfLiteError; in ResizeOutputShape()
161 return kTfLiteError; in Eval()
220 return kTfLiteError; in Eval()
Dfill.cc42 return kTfLiteError; in ResizeOutputImpl()
62 return kTfLiteError; in ResizeOutput()
125 return kTfLiteError; in Eval()
Dcomparisons.cc156 return kTfLiteError; in EqualEval()
192 return kTfLiteError; in NotEqualEval()
224 return kTfLiteError; in GreaterEval()
256 return kTfLiteError; in GreaterEqualEval()
288 return kTfLiteError; in LessEval()
320 return kTfLiteError; in LessEqualEval()
Dreverse.cc46 return kTfLiteError; in Prepare()
52 return kTfLiteError; in Prepare()
109 return kTfLiteError; in Eval()
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc37 return kTfLiteError; in ReportOpError()
48 return kTfLiteError; in ForbiddenContextFunction()
318 return kTfLiteError; in ReplaceNodeSubsetsWithDelegateKernels()
421 return kTfLiteError; in CheckTensorIndices()
463 return kTfLiteError; in BytesRequired()
471 return kTfLiteError; in AllocateTensors()
524 return kTfLiteError; in AddNodeWithParameters()
584 return kTfLiteError; in ResizeInputTensor()
620 if (OpPrepare(registration, &node) == kTfLiteError) { in PrepareOpsStartingAt()
660 return kTfLiteError; in Invoke()
[all …]
/external/tensorflow/tensorflow/lite/core/api/
Dop_resolver.cc34 status = kTfLiteError; in GetRegistrationFromOpCode()
41 status = kTfLiteError; in GetRegistrationFromOpCode()
46 status = kTfLiteError; in GetRegistrationFromOpCode()
54 status = kTfLiteError; in GetRegistrationFromOpCode()
/external/tensorflow/tensorflow/lite/
Dmodel.cc261 status = kTfLiteError; in ParseNodes()
269 status = kTfLiteError; in ParseNodes()
313 return kTfLiteError; in ParseQuantization()
324 return kTfLiteError; in ParseQuantization()
344 return kTfLiteError; in ParseQuantization()
373 status = kTfLiteError; in ParseTensors()
380 status = kTfLiteError; in ParseTensors()
393 return kTfLiteError; in ParseTensors()
417 status = kTfLiteError; in ParseTensors()
425 status = kTfLiteError; in ParseTensors()
[all …]
Dnnapi_delegate.cc72 return kTfLiteError; \
80 return kTfLiteError; \
152 return kTfLiteError; in addTensorOperands()
157 return kTfLiteError; in addTensorOperands()
162 return kTfLiteError; in addTensorOperands()
285 return kTfLiteError; in AddOpsAndParams()
295 return kTfLiteError; in AddOpsAndParams()
341 return kTfLiteError; in AddOpsAndParams()
448 return kTfLiteError; in AddOpsAndParams()
492 return kTfLiteError; in AddOpsAndParams()
[all …]
Dnnapi_delegate_disabled.cc39 return kTfLiteError; in BuildGraph()
42 TfLiteStatus NNAPIDelegate::Invoke(Subgraph* subgraph) { return kTfLiteError; } in Invoke()
/external/tensorflow/tensorflow/lite/c/
Dc_api_internal.h40 typedef enum { kTfLiteOk = 0, kTfLiteError = 1 } TfLiteStatus; enumerator
138 return kTfLiteError; \
149 return kTfLiteError; \
156 return kTfLiteError; \
169 return kTfLiteError; \
179 return kTfLiteError; \
186 return kTfLiteError; \
/external/tensorflow/tensorflow/contrib/lite/
Dnnapi_delegate.cc73 return kTfLiteError; \
81 return kTfLiteError; \
185 return kTfLiteError; in addTensorOperands()
190 return kTfLiteError; in addTensorOperands()
195 return kTfLiteError; in addTensorOperands()
315 return kTfLiteError; in AddOpsAndParams()
325 return kTfLiteError; in AddOpsAndParams()
371 return kTfLiteError; in AddOpsAndParams()
477 return kTfLiteError; in AddOpsAndParams()
521 return kTfLiteError; in AddOpsAndParams()
[all …]
/external/tensorflow/tensorflow/lite/testing/kernel_test/
Dinput_generator.cc90 return kTfLiteError; in LoadModel()
97 return kTfLiteError; in LoadModel()
106 return kTfLiteError; in ReadInputsFromFile()
121 return kTfLiteError; in WriteInputsToFile()
128 return kTfLiteError; in WriteInputsToFile()
198 return kTfLiteError; in GenerateInput()
Ddiff_analyzer.cc60 return kTfLiteError; in Populate()
80 return kTfLiteError; in ReadFiles()
89 return kTfLiteError; in WriteReport()
96 return kTfLiteError; in WriteReport()
/external/tensorflow/tensorflow/lite/experimental/micro/
Dmicro_interpreter.cc75 initialization_status_ = kTfLiteError; in MicroInterpreter()
161 return kTfLiteError; in Invoke()
171 return kTfLiteError; in Invoke()
182 return kTfLiteError; in Invoke()
225 return kTfLiteError; in Invoke()
239 return kTfLiteError; in Invoke()
267 return kTfLiteError; in Invoke()
277 return kTfLiteError; in Invoke()
/external/tensorflow/tensorflow/lite/delegates/flex/
Ddelegate.cc45 return kTfLiteError; in Prepare()
84 return kTfLiteError; in CopyFromBufferHandle()
94 return kTfLiteError; in CopyFromBufferHandle()
116 return kTfLiteError; in CopyFromBufferHandle()
Dutil.cc24 return kTfLiteError; in ConvertStatus()
37 return kTfLiteError; in CopyShapeAndType()
50 return kTfLiteError; in CopyShapeAndType()
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/
Drecognize_commands.cc46 return kTfLiteError; in ProcessLatestResults()
53 return kTfLiteError; in ProcessLatestResults()
62 return kTfLiteError; in ProcessLatestResults()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/
Dcalibrator.cc139 return kTfLiteError; in CreateCalibrator()
165 return kTfLiteError; in LoggingEval()
232 return kTfLiteError; in GetNodeOpInfoMapAndContext()
272 return kTfLiteError; in BuildLoggingInterpreter()
323 return kTfLiteError; in BuildLoggingInterpreter()
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/sparkfun_edge/
Daudio_provider.cc254 return kTfLiteError; in InitAudioRecording()
261 return kTfLiteError; in InitAudioRecording()
265 return kTfLiteError; in InitAudioRecording()
298 return kTfLiteError; in InitAudioRecording()

123456