Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/
Darena_planner.cc54 if (type == kTfLiteArenaRwPersistent) { in BasePointer()
335 if (tensor.allocation_type == kTfLiteArenaRwPersistent && in CalculateAllocations()
357 if (tensor.allocation_type == kTfLiteArenaRwPersistent) { in ResolveTensorAllocation()
Dsimple_planner.cc197 } else if (tensor.allocation_type == kTfLiteArenaRwPersistent && in ExecuteAllocations()
243 if (tensor.allocation_type == kTfLiteArenaRwPersistent) { in ResolveTensorAllocation()
Doptional_debug_tools.cc194 rw_persistent_info_(kTfLiteArenaRwPersistent), in ModelTensorMemoryInfo()
213 if (tensor.allocation_type == kTfLiteArenaRwPersistent) { in GetOffsetFromArenaStart()
358 case kTfLiteArenaRwPersistent: in AllocTypeName()
Darena_planner_test.cc390 (*graph.tensors())[5].allocation_type = kTfLiteArenaRwPersistent; in TEST_F()
469 (*graph.tensors())[1].allocation_type = kTfLiteArenaRwPersistent; in TEST_F()
Dsimple_planner_test.cc333 (*graph.tensors())[5].allocation_type = kTfLiteArenaRwPersistent; in TEST_F()
/external/tensorflow/tensorflow/lite/kernels/
Ddequantize.cc71 op_context.output->allocation_type = kTfLiteArenaRwPersistent; in Prepare()
Ddensify.cc65 op_context.output->allocation_type = kTfLiteArenaRwPersistent; in Prepare()
Dsvdf.cc208 float_weights_time->allocation_type = kTfLiteArenaRwPersistent; in Prepare()
237 row_sums->allocation_type = kTfLiteArenaRwPersistent; in Prepare()
Dnumeric_verify.cc123 op_context.output->allocation_type = kTfLiteArenaRwPersistent; in Prepare()
Dbatch_matmul.cc195 scratch_buffer->allocation_type = kTfLiteArenaRwPersistent; in InitializeTemporaries()
281 row_sums->allocation_type = kTfLiteArenaRwPersistent; in InitializeTemporaries()
Dbasic_rnn.cc188 row_sums->allocation_type = kTfLiteArenaRwPersistent; in Prepare()
Dbidirectional_sequence_rnn.cc303 fw_row_sums->allocation_type = kTfLiteArenaRwPersistent; in Prepare()
320 bw_row_sums->allocation_type = kTfLiteArenaRwPersistent; in Prepare()
Dunidirectional_sequence_rnn.cc194 row_sums->allocation_type = kTfLiteArenaRwPersistent; in Prepare()
Dconv.cc537 hwcn_weights->allocation_type = kTfLiteArenaRwPersistent; in Prepare()
634 row_sums->allocation_type = kTfLiteArenaRwPersistent; in Prepare()
Dbidirectional_sequence_lstm.cc914 fw_row_sums->allocation_type = kTfLiteArenaRwPersistent; in Prepare()
939 bw_row_sums->allocation_type = kTfLiteArenaRwPersistent; in Prepare()
Dfully_connected.cc61 ledger->allocation_type = kTfLiteArenaRwPersistent; in CreateLedgerTensor()
407 row_sums->allocation_type = kTfLiteArenaRwPersistent; in PrepareImpl()
Dlstm.cc99 ledger->allocation_type = kTfLiteArenaRwPersistent; in make_ledger()
1616 row_sums->allocation_type = kTfLiteArenaRwPersistent; in Prepare()
2235 tensor->allocation_type = kTfLiteArenaRwPersistent; in Prepare()
Dunidirectional_sequence_lstm.cc1155 row_sums->allocation_type = kTfLiteArenaRwPersistent; in Prepare()
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc777 if (tensor.allocation_type == kTfLiteArenaRwPersistent) { in ResetVariableTensors()
1541 allocation_type = kTfLiteArenaRwPersistent; in SetTensorParametersReadWrite()
1570 tensor->allocation_type == kTfLiteArenaRwPersistent || in ResizeTensorImpl()
1594 tensor->allocation_type == kTfLiteArenaRwPersistent) { in ResizeTensorImpl()
1908 tensor->allocation_type == kTfLiteArenaRwPersistent || in SetCustomAllocationForTensor()
/external/tensorflow/tensorflow/lite/c/
Dcommon.h344 kTfLiteArenaRwPersistent, enumerator