Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/lite/kernels/
Dkernel_util_test.cc33 tensor1_.allocation_type = kTfLiteMmapRo; in KernelUtilTest()
34 tensor2_.allocation_type = kTfLiteMmapRo; in KernelUtilTest()
Dkernel_util.h57 return tensor->allocation_type == kTfLiteMmapRo; in IsConstantTensor()
/external/tensorflow/tensorflow/contrib/lite/
Doptional_debug_tools.cc59 case kTfLiteMmapRo: in AllocTypeName()
Dcontext.h159 kTfLiteMmapRo, enumerator
Dmodel_test.cc144 ASSERT_EQ(i0->allocation_type, kTfLiteMmapRo); in TEST()
Dnnapi_delegate.cc119 if (tensor->allocation_type == kTfLiteMmapRo) { in addTensorOperands()
Dinterpreter.cc504 kTfLiteMmapRo, allocation, &context_.tensors[tensor_index]); in SetTensorParametersReadOnly()