Searched refs:kTfLiteMmapRo (Results 1 – 7 of 7) sorted by relevance
33 tensor1_.allocation_type = kTfLiteMmapRo; in KernelUtilTest()34 tensor2_.allocation_type = kTfLiteMmapRo; in KernelUtilTest()
57 return tensor->allocation_type == kTfLiteMmapRo; in IsConstantTensor()
59 case kTfLiteMmapRo: in AllocTypeName()
159 kTfLiteMmapRo, enumerator
144 ASSERT_EQ(i0->allocation_type, kTfLiteMmapRo); in TEST()
119 if (tensor->allocation_type == kTfLiteMmapRo) { in addTensorOperands()
504 kTfLiteMmapRo, allocation, &context_.tensors[tensor_index]); in SetTensorParametersReadOnly()