Searched refs:kTfLiteMmapRo (Results 1 – 11 of 11) sorted by relevance
67 case kTfLiteMmapRo: in AllocTypeName()
146 ASSERT_EQ(i0->allocation_type, kTfLiteMmapRo); in TEST()
176 if (tensor->allocation_type == kTfLiteMmapRo) { in addTensorOperands()563 kTfLiteMmapRo)) { in AddOpsAndParams()
155 tensor->allocation_type != kTfLiteMmapRo && in ExportTensors()160 if (tensor->allocation_type == kTfLiteMmapRo) { in ExportTensors()
35 tensor1_.allocation_type = kTfLiteMmapRo; in KernelUtilTest()36 tensor2_.allocation_type = kTfLiteMmapRo; in KernelUtilTest()
70 return tensor->allocation_type == kTfLiteMmapRo; in IsConstantTensor()
101 result->allocation_type = kTfLiteMmapRo; in AllocateTensor()
464 if (tensor->allocation_type == kTfLiteMmapRo) { in AddTensor()849 kTfLiteMmapRo)) { in Map()1072 if (tensor->allocation_type != kTfLiteMmapRo) { in Invoke()1282 context->tensors[i].allocation_type != kTfLiteMmapRo) { in BuildGraph()
273 kTfLiteMmapRo, enumerator
208 if (tensor->allocation_type == kTfLiteMmapRo) { in addTensorOperands()592 kTfLiteMmapRo)) { in AddOpsAndParams()
851 tensor.allocation_type = kTfLiteMmapRo; in SetTensorParametersReadOnly()857 const_cast<char*>(buffer), bytes, kTfLiteMmapRo, in SetTensorParametersReadOnly()