Searched refs:TF_LITE_ENSURE_STATUS (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/contrib/lite/ |
D | arena_planner.cc | 56 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 …]
|
D | interpreter.cc | 250 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()
|
D | interpreter_test.cc | 365 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()
|
D | context.h | 99 #define TF_LITE_ENSURE_STATUS(a) \ macro
|
D | nnapi_delegate.cc | 393 TF_LITE_ENSURE_STATUS(BuildGraph(interpreter)); in Invoke()
|
D | model.cc | 702 TF_LITE_ENSURE_STATUS(get_readonly_data(&buffer_ptr, &buffer_size)); in ParseTensors()
|
/external/tensorflow/tensorflow/contrib/lite/testing/ |
D | parse_testdata.cc | 136 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/ |
D | split.cc | 65 TF_LITE_ENSURE_STATUS(context->ResizeTensor(context, output, output_dims)); in ResizeOutputTensors()
|
D | embedding_lookup_sparse.cc | 175 TF_LITE_ENSURE_STATUS(context->ResizeTensor(context, output, output_shape)); in Eval()
|
D | strided_slice.cc | 136 TF_LITE_ENSURE_STATUS( in ResizeOutputTensor()
|
D | depthwise_conv.cc | 152 TF_LITE_ENSURE_STATUS(GetQuantizedConvolutionMultipler( in Prepare()
|
D | fully_connected.cc | 115 TF_LITE_ENSURE_STATUS(GetQuantizedConvolutionMultipler( in Prepare()
|
D | conv.cc | 184 TF_LITE_ENSURE_STATUS(GetQuantizedConvolutionMultipler( in Prepare()
|