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 D | resource_variable_test.cc | 54 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 D | resource_variable.cc | 55 tensor_.allocation_type = kTfLiteDynamic; in AssignFrom()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/ |
A D | kernel_util.h | 185 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 D | common.c | 86 if (t->allocation_type == kTfLiteDynamic || in TfLiteTensorDataFree() 180 if (tensor->allocation_type != kTfLiteDynamic && in TfLiteTensorRealloc()
|
A D | common.h | 335 kTfLiteDynamic, enumerator
|
Completed in 10 milliseconds