Searched refs:kTfLiteArenaRw (Results 1 – 10 of 10) sorted by relevance
49 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()
148 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()
63 case kTfLiteArenaRw: in AllocTypeName()
160 kTfLiteArenaRw, enumerator
530 type == kTfLiteString ? kTfLiteDynamic : kTfLiteArenaRw, in SetTensorParametersReadWrite()546 if (tensor->allocation_type == kTfLiteArenaRw || in ResizeTensorImpl()
86 tensors_.back().allocation_type = kTfLiteArenaRw; in TestGraph()
376 tmp->allocation_type = kTfLiteArenaRw; in TEST()
142 scratch_tensor->allocation_type = kTfLiteArenaRw; in InitializeTemporaries()169 resolved_axis->allocation_type = kTfLiteArenaRw; in Prepare()
117 scratch_tensor->allocation_type = kTfLiteArenaRw; in Prepare()
246 im2col->allocation_type = kTfLiteArenaRw; in Prepare()