Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/lite/
Darena_planner.cc46 if (type == kTfLiteArenaRwPersistent) { in BasePointer()
195 if (tensor.allocation_type == kTfLiteArenaRwPersistent) { in ResolveTensorAllocation()
209 if (tensor.allocation_type == kTfLiteArenaRwPersistent) { in CalculateTensorAllocation()
Doptional_debug_tools.cc65 case kTfLiteArenaRwPersistent: in AllocTypeName()
Dcontext.h161 kTfLiteArenaRwPersistent, enumerator
Darena_planner_test.cc318 (*graph.tensors())[1].allocation_type = kTfLiteArenaRwPersistent; in TEST_F()
/external/tensorflow/tensorflow/contrib/lite/kernels/
Dbidirectional_sequence_rnn.cc103 fw_hidden_state->allocation_type = kTfLiteArenaRwPersistent; in Prepare()
104 bw_hidden_state->allocation_type = kTfLiteArenaRwPersistent; in Prepare()
Dbasic_rnn.cc74 hidden_state->allocation_type = kTfLiteArenaRwPersistent; in Prepare()
Dunidirectional_sequence_rnn.cc79 hidden_state->allocation_type = kTfLiteArenaRwPersistent; in Prepare()
Dsvdf.cc97 state->allocation_type = kTfLiteArenaRwPersistent; in Prepare()
Dlstm.cc281 output_state->allocation_type = kTfLiteArenaRwPersistent; in Prepare()
282 cell_state->allocation_type = kTfLiteArenaRwPersistent; in Prepare()
Dunidirectional_sequence_lstm.cc283 output_state->allocation_type = kTfLiteArenaRwPersistent; in Prepare()
284 cell_state->allocation_type = kTfLiteArenaRwPersistent; in Prepare()