Home
last modified time | relevance | path

Searched refs:kTfLiteArenaRwPersistent (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/lite/
Darena_planner.cc44 if (type == kTfLiteArenaRwPersistent) { in BasePointer()
257 if (tensor.allocation_type == kTfLiteArenaRwPersistent) { in ResolveTensorAllocation()
270 if (tensor.allocation_type == kTfLiteArenaRwPersistent) { in CalculateTensorAllocation()
Doptional_debug_tools.cc73 case kTfLiteArenaRwPersistent: in AllocTypeName()
Darena_planner_test.cc364 (*graph.tensors())[1].allocation_type = kTfLiteArenaRwPersistent; in TEST_F()
/external/tensorflow/tensorflow/lite/kernels/
Ddequantize.cc68 op_context.output->allocation_type = kTfLiteArenaRwPersistent; in Prepare()
Dsvdf.cc234 float_weights_time->allocation_type = kTfLiteArenaRwPersistent; in Prepare()
Dconv.cc373 hwcn_weights->allocation_type = kTfLiteArenaRwPersistent; in Prepare()
Dlstm.cc728 tensor->allocation_type = kTfLiteArenaRwPersistent; in Prepare()
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc510 kTfLiteArenaRwPersistent); in ResetVariableTensors()
899 allocation_type = kTfLiteArenaRwPersistent; in SetTensorParametersReadWrite()
927 tensor->allocation_type == kTfLiteArenaRwPersistent) { in ResizeTensorImpl()
/external/tensorflow/tensorflow/lite/c/
Dc_api_internal.h275 kTfLiteArenaRwPersistent, enumerator
/external/tensorflow/tensorflow/lite/experimental/writer/
Dwriter_lib.cc156 tensor->allocation_type != kTfLiteArenaRwPersistent) in ExportTensors()