/external/tensorflow/tensorflow/contrib/lite/ |
context.c | 59 if (t->allocation_type == kTfLiteDynamic && t->data.raw) { 69 size_t size, TfLiteAllocationType allocation_type, 78 tensor->allocation_type = allocation_type; 83 if (tensor->allocation_type != kTfLiteDynamic) {
|
string_util_test.cc | 30 t0->allocation_type = kTfLiteDynamic; 34 t1->allocation_type = kTfLiteDynamic; 81 t0->allocation_type = kTfLiteDynamic; 104 t0->allocation_type = kTfLiteDynamic;
|
arena_planner.cc | 187 if (tensor.allocation_type == kTfLiteArenaRw) { 195 if (tensor.allocation_type == kTfLiteArenaRwPersistent) { 204 if (tensor.allocation_type == kTfLiteArenaRw) { 209 if (tensor.allocation_type == kTfLiteArenaRwPersistent) { 219 if (tensor.allocation_type == kTfLiteArenaRw) {
|
model_test.cc | 144 ASSERT_EQ(i0->allocation_type, kTfLiteMmapRo); 148 ASSERT_EQ(i1->allocation_type, kTfLiteArenaRw); 152 ASSERT_EQ(o0->allocation_type, kTfLiteArenaRw); 156 ASSERT_EQ(o1->allocation_type, kTfLiteArenaRw);
|
arena_planner_test.cc | 84 // Set some default values for allocation_type and bytes, which are the 86 tensors_.back().allocation_type = kTfLiteArenaRw; 163 planner_->BasePointer(tensor.allocation_type); 318 (*graph.tensors())[1].allocation_type = kTfLiteArenaRwPersistent; 347 (*graph.tensors())[1].allocation_type = kTfLiteDynamic;
|
optional_debug_tools.cc | 84 TensorTypeName(tensor->type), AllocTypeName(tensor->allocation_type),
|
interpreter.cc | 324 if (tensor.allocation_type == kTfLiteDynamic) { 546 if (tensor->allocation_type == kTfLiteArenaRw || 547 tensor->allocation_type == kTfLiteDynamic) { 564 if (tensor->allocation_type != kTfLiteDynamic) {
|
context.h | 185 TfLiteAllocationType allocation_type; member in struct:__anon39228 205 size_t size, TfLiteAllocationType allocation_type,
|
nnapi_delegate.cc | 119 if (tensor->allocation_type == kTfLiteMmapRo) {
|
interpreter_test.cc | 309 tensor->allocation_type = kTfLiteDynamic; 376 tmp->allocation_type = kTfLiteArenaRw; [all...] |
/external/tensorflow/tensorflow/contrib/lite/kernels/ |
kernel_util.h | 57 return tensor->allocation_type == kTfLiteMmapRo; 63 return tensor->allocation_type == kTfLiteDynamic; 68 if (tensor->allocation_type != kTfLiteDynamic) { 69 tensor->allocation_type = kTfLiteDynamic;
|
kernel_util_test.cc | 33 tensor1_.allocation_type = kTfLiteMmapRo; 34 tensor2_.allocation_type = kTfLiteMmapRo;
|
bidirectional_sequence_rnn.cc | 103 fw_hidden_state->allocation_type = kTfLiteArenaRwPersistent; 104 bw_hidden_state->allocation_type = kTfLiteArenaRwPersistent;
|
mean.cc | 142 scratch_tensor->allocation_type = kTfLiteArenaRw; 169 resolved_axis->allocation_type = kTfLiteArenaRw;
|
svdf.cc | 97 state->allocation_type = kTfLiteArenaRwPersistent; 117 scratch_tensor->allocation_type = kTfLiteArenaRw;
|
basic_rnn.cc | 74 hidden_state->allocation_type = kTfLiteArenaRwPersistent;
|
unidirectional_sequence_rnn.cc | 79 hidden_state->allocation_type = kTfLiteArenaRwPersistent;
|
conv.cc | 246 im2col->allocation_type = kTfLiteArenaRw; 266 hwcn_weights->allocation_type = kTfLiteDynamic;
|
lstm.cc | 281 output_state->allocation_type = kTfLiteArenaRwPersistent; 282 cell_state->allocation_type = kTfLiteArenaRwPersistent;
|
unidirectional_sequence_lstm.cc | 283 output_state->allocation_type = kTfLiteArenaRwPersistent; 284 cell_state->allocation_type = kTfLiteArenaRwPersistent;
|
embedding_lookup_sparse.cc | 111 output->allocation_type = kTfLiteDynamic;
|
/external/mesa3d/include/CL/ |
cl_ext.h | 282 cl_uint allocation_type; member in struct:_cl_mem_ext_host_ptr
|