Home
last modified time | relevance | path

Searched refs:kTfLiteDynamic (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/
Dstring_util_test.cc30 t0->allocation_type = kTfLiteDynamic; in TEST()
34 t1->allocation_type = kTfLiteDynamic; in TEST()
81 t0->allocation_type = kTfLiteDynamic; in TEST()
104 t0->allocation_type = kTfLiteDynamic; in TEST()
Dcontext.c59 if (t->allocation_type == kTfLiteDynamic && t->data.raw) { in TfLiteTensorFree()
83 if (tensor->allocation_type != kTfLiteDynamic) { in TfLiteTensorRealloc()
Dinterpreter.cc324 if (tensor.allocation_type == kTfLiteDynamic) { in HasDynamicTensor()
530 type == kTfLiteString ? kTfLiteDynamic : kTfLiteArenaRw, in SetTensorParametersReadWrite()
547 tensor->allocation_type == kTfLiteDynamic) { in ResizeTensorImpl()
564 if (tensor->allocation_type != kTfLiteDynamic) { in ResizeTensorImpl()
Doptional_debug_tools.cc61 case kTfLiteDynamic: in AllocTypeName()
Dstring_util.cc99 tensor_buffer, bytes, kTfLiteDynamic, tensor->allocation, in WriteToTensor()
Dcontext.h162 kTfLiteDynamic, enumerator
Darena_planner_test.cc347 (*graph.tensors())[1].allocation_type = kTfLiteDynamic; in TEST_F()
Dinterpreter_test.cc309 tensor->allocation_type = kTfLiteDynamic; in TEST()
/external/tensorflow/tensorflow/contrib/lite/kernels/
Dkernel_util.h63 return tensor->allocation_type == kTfLiteDynamic; in IsDynamicTensor()
68 if (tensor->allocation_type != kTfLiteDynamic) { in SetTensorToDynamic()
69 tensor->allocation_type = kTfLiteDynamic; in SetTensorToDynamic()
Dembedding_lookup_sparse.cc111 output->allocation_type = kTfLiteDynamic; in Prepare()
Dconv.cc266 hwcn_weights->allocation_type = kTfLiteDynamic; in Prepare()