Home
last modified time | relevance | path

Searched refs:kTfLiteMmapRo (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/lite/
Doptional_debug_tools.cc67 case kTfLiteMmapRo: in AllocTypeName()
Dmodel_test.cc146 ASSERT_EQ(i0->allocation_type, kTfLiteMmapRo); in TEST()
Dnnapi_delegate.cc176 if (tensor->allocation_type == kTfLiteMmapRo) { in addTensorOperands()
563 kTfLiteMmapRo)) { in AddOpsAndParams()
/external/tensorflow/tensorflow/lite/experimental/writer/
Dwriter_lib.cc155 tensor->allocation_type != kTfLiteMmapRo && in ExportTensors()
160 if (tensor->allocation_type == kTfLiteMmapRo) { in ExportTensors()
/external/tensorflow/tensorflow/lite/kernels/
Dkernel_util_test.cc35 tensor1_.allocation_type = kTfLiteMmapRo; in KernelUtilTest()
36 tensor2_.allocation_type = kTfLiteMmapRo; in KernelUtilTest()
Dkernel_util.h70 return tensor->allocation_type == kTfLiteMmapRo; in IsConstantTensor()
/external/tensorflow/tensorflow/lite/experimental/micro/
Dsimple_tensor_allocator.cc101 result->allocation_type = kTfLiteMmapRo; in AllocateTensor()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc464 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()
/external/tensorflow/tensorflow/lite/c/
Dc_api_internal.h273 kTfLiteMmapRo, enumerator
/external/tensorflow/tensorflow/contrib/lite/
Dnnapi_delegate.cc208 if (tensor->allocation_type == kTfLiteMmapRo) { in addTensorOperands()
592 kTfLiteMmapRo)) { in AddOpsAndParams()
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc851 tensor.allocation_type = kTfLiteMmapRo; in SetTensorParametersReadOnly()
857 const_cast<char*>(buffer), bytes, kTfLiteMmapRo, in SetTensorParametersReadOnly()