Home
last modified time | relevance | path

Searched refs:kTfLiteArenaRw (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/
Darena_planner.cc49 if (type == kTfLiteArenaRw) { in BasePointer()
187 if (tensor.allocation_type == kTfLiteArenaRw) { in ResolveTensorAllocation()
204 if (tensor.allocation_type == kTfLiteArenaRw) { in CalculateTensorAllocation()
219 if (tensor.allocation_type == kTfLiteArenaRw) { in CalculateTensorDeallocation()
Dmodel_test.cc148 ASSERT_EQ(i1->allocation_type, kTfLiteArenaRw); in TEST()
152 ASSERT_EQ(o0->allocation_type, kTfLiteArenaRw); in TEST()
156 ASSERT_EQ(o1->allocation_type, kTfLiteArenaRw); in TEST()
Doptional_debug_tools.cc63 case kTfLiteArenaRw: in AllocTypeName()
Dcontext.h160 kTfLiteArenaRw, enumerator
Dinterpreter.cc530 type == kTfLiteString ? kTfLiteDynamic : kTfLiteArenaRw, in SetTensorParametersReadWrite()
546 if (tensor->allocation_type == kTfLiteArenaRw || in ResizeTensorImpl()
Darena_planner_test.cc86 tensors_.back().allocation_type = kTfLiteArenaRw; in TestGraph()
Dinterpreter_test.cc376 tmp->allocation_type = kTfLiteArenaRw; in TEST()
/external/tensorflow/tensorflow/contrib/lite/kernels/
Dmean.cc142 scratch_tensor->allocation_type = kTfLiteArenaRw; in InitializeTemporaries()
169 resolved_axis->allocation_type = kTfLiteArenaRw; in Prepare()
Dsvdf.cc117 scratch_tensor->allocation_type = kTfLiteArenaRw; in Prepare()
Dconv.cc246 im2col->allocation_type = kTfLiteArenaRw; in Prepare()