Home
last modified time | relevance | path

Searched refs:TF_LITE_ENSURE_STATUS (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/
Darena_planner.cc56 TF_LITE_ENSURE_STATUS(arena_.Clear()); in ResetAllocations()
57 TF_LITE_ENSURE_STATUS(persistent_arena_.Clear()); in ResetAllocations()
65 TF_LITE_ENSURE_STATUS(ResetAllocations()); in PlanAllocations()
131 TF_LITE_ENSURE_STATUS(CalculateAllocations(first_node, last_node)); in ExecuteAllocations()
132 TF_LITE_ENSURE_STATUS(Commit()); in ExecuteAllocations()
139 TF_LITE_ENSURE_STATUS(ResolveTensorAllocation(i)); in ExecuteAllocations()
146 TF_LITE_ENSURE_STATUS(arena_.Commit(context_)); in Commit()
147 TF_LITE_ENSURE_STATUS(persistent_arena_.Commit(context_)); in Commit()
164 TF_LITE_ENSURE_STATUS( in CalculateAllocations()
167 TF_LITE_ENSURE_STATUS(CalculateAllocationOfInternalTensors(active_node)); in CalculateAllocations()
[all …]
Dinterpreter.cc250 TF_LITE_ENSURE_STATUS(memory_planner_->ResetAllocations()); in AllocateTensors()
258 TF_LITE_ENSURE_STATUS(PrepareOpsAndTensors()); in AllocateTensors()
364 TF_LITE_ENSURE_STATUS(PrepareOpsStartingAt( in PrepareOpsAndTensors()
366 TF_LITE_ENSURE_STATUS(memory_planner_->ExecuteAllocations( in PrepareOpsAndTensors()
408 TF_LITE_ENSURE_STATUS(PrepareOpsAndTensors()); in Invoke()
Dinterpreter_test.cc365 TF_LITE_ENSURE_STATUS(context->ResizeTensor(context, tensor1, newSize)); in TEST()
380 TF_LITE_ENSURE_STATUS(setup_temporary(node->temporaries->data[0])); in TEST()
381 TF_LITE_ENSURE_STATUS(setup_temporary(node->temporaries->data[1])); in TEST()
707 TF_LITE_ENSURE_STATUS(context->ResizeTensor(context, tensor2, newSize)); in AddOpRegistration()
771 TF_LITE_ENSURE_STATUS( in SimpleDelegate()
Dcontext.h99 #define TF_LITE_ENSURE_STATUS(a) \ macro
Dnnapi_delegate.cc393 TF_LITE_ENSURE_STATUS(BuildGraph(interpreter)); in Invoke()
Dmodel.cc702 TF_LITE_ENSURE_STATUS(get_readonly_data(&buffer_ptr, &buffer_size)); in ParseTensors()
/external/tensorflow/tensorflow/contrib/lite/testing/
Dparse_testdata.cc136 TF_LITE_ENSURE_STATUS(parse_tensor(&example.inputs.back())); in ParseExamples()
144 TF_LITE_ENSURE_STATUS(parse_tensor(&example.outputs.back())); in ParseExamples()
157 TF_LITE_ENSURE_STATUS( in FeedExample()
160 TF_LITE_ENSURE_STATUS(interpreter->AllocateTensors()); in FeedExample()
/external/tensorflow/tensorflow/contrib/lite/kernels/
Dsplit.cc65 TF_LITE_ENSURE_STATUS(context->ResizeTensor(context, output, output_dims)); in ResizeOutputTensors()
Dembedding_lookup_sparse.cc175 TF_LITE_ENSURE_STATUS(context->ResizeTensor(context, output, output_shape)); in Eval()
Dstrided_slice.cc136 TF_LITE_ENSURE_STATUS( in ResizeOutputTensor()
Ddepthwise_conv.cc152 TF_LITE_ENSURE_STATUS(GetQuantizedConvolutionMultipler( in Prepare()
Dfully_connected.cc115 TF_LITE_ENSURE_STATUS(GetQuantizedConvolutionMultipler( in Prepare()
Dconv.cc184 TF_LITE_ENSURE_STATUS(GetQuantizedConvolutionMultipler( in Prepare()