Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/
Dstring_util_test.cc30 t0->allocation_type = kTfLiteDynamic; in TEST()
34 t1->allocation_type = kTfLiteDynamic; in TEST()
96 t0->allocation_type = kTfLiteDynamic; in TEST()
119 t0->allocation_type = kTfLiteDynamic; in TEST()
132 t0->allocation_type = kTfLiteDynamic; in TEST()
Doptional_debug_tools.cc69 case kTfLiteDynamic: in AllocTypeName()
Dstring_util.cc116 tensor_buffer, bytes, kTfLiteDynamic, tensor->allocation, in WriteToTensor()
Darena_planner_test.cc395 (*graph.tensors())[1].allocation_type = kTfLiteDynamic; in TEST_F()
Dinterpreter_test.cc411 interpreter.tensor(0)->allocation_type = kTfLiteDynamic; in TEST()
449 tensor->allocation_type = kTfLiteDynamic; in TEST()
/external/tensorflow/tensorflow/lite/kernels/
Dkernel_util.h76 return tensor->allocation_type == kTfLiteDynamic; in IsDynamicTensor()
81 if (tensor->allocation_type != kTfLiteDynamic) { in SetTensorToDynamic()
82 tensor->allocation_type = kTfLiteDynamic; in SetTensorToDynamic()
Dembedding_lookup_sparse.cc111 output->allocation_type = kTfLiteDynamic; in Prepare()
Dtranspose_conv.cc127 im2col->allocation_type = kTfLiteDynamic; in ResizeIm2ColTensor()
/external/tensorflow/tensorflow/lite/c/
Dc_api_internal.c88 if (t->allocation_type == kTfLiteDynamic && t->data.raw) { in TfLiteTensorDataFree()
141 if (tensor->allocation_type != kTfLiteDynamic) { in TfLiteTensorRealloc()
Dc_api_internal.h276 kTfLiteDynamic, enumerator
/external/tensorflow/tensorflow/lite/delegates/flex/
Dbuffer_map_test.cc42 tensor->allocation_type = kTfLiteDynamic; in MakeLiteTensor()
61 tensor->allocation_type = kTfLiteDynamic; in MakeLiteTensor()
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc63 if (tensor.allocation_type == kTfLiteDynamic) { in HasDynamicTensorImpl()
897 allocation_type = kTfLiteDynamic; in SetTensorParametersReadWrite()
926 tensor->allocation_type == kTfLiteDynamic || in ResizeTensorImpl()
946 if (tensor->allocation_type != kTfLiteDynamic) { in ResizeTensorImpl()