Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/resource/
A Dresource_variable_test.cc54 EXPECT_EQ(kTfLiteDynamic, value->allocation_type); in TEST()
73 InitTensor(shape, kTfLiteDynamic, 1.0f, &tensor); in TEST()
80 EXPECT_EQ(kTfLiteDynamic, value->allocation_type); in TEST()
100 InitTensor(shape_a, kTfLiteDynamic, 1.0, &tensor_a); in TEST()
101 InitTensor(shape_b, kTfLiteDynamic, 4.0, &tensor_b); in TEST()
107 EXPECT_EQ(kTfLiteDynamic, value->allocation_type); in TEST()
119 EXPECT_EQ(kTfLiteDynamic, value->allocation_type); in TEST()
141 InitTensor(shape_a, kTfLiteDynamic, 1.0, &tensor_a); in TEST()
142 InitTensor(shape_b, kTfLiteDynamic, 4.0, &tensor_b); in TEST()
148 EXPECT_EQ(kTfLiteDynamic, value->allocation_type); in TEST()
[all …]
A Dresource_variable.cc55 tensor_.allocation_type = kTfLiteDynamic; in AssignFrom()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/
A Dkernel_util.h185 return tensor->allocation_type == kTfLiteDynamic; in IsDynamicTensor()
190 if (tensor->allocation_type != kTfLiteDynamic) { in SetTensorToDynamic()
191 tensor->allocation_type = kTfLiteDynamic; in SetTensorToDynamic()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/
A Dcommon.c86 if (t->allocation_type == kTfLiteDynamic || in TfLiteTensorDataFree()
180 if (tensor->allocation_type != kTfLiteDynamic && in TfLiteTensorRealloc()
A Dcommon.h335 kTfLiteDynamic, enumerator

Completed in 10 milliseconds