Searched refs:AllocateTempTfLiteTensor (Results 1 – 4 of 4) sorted by relevance
156 virtual TfLiteTensor* AllocateTempTfLiteTensor(const Model* model,
694 TfLiteTensor* tensor1 = allocator->AllocateTempTfLiteTensor( in TF_LITE_MICRO_TEST()707 TfLiteTensor* tensor1 = allocator->AllocateTempTfLiteTensor( in TF_LITE_MICRO_TEST()711 TfLiteTensor* tensor2 = allocator->AllocateTempTfLiteTensor( in TF_LITE_MICRO_TEST()728 TfLiteTensor* tensor1 = allocator->AllocateTempTfLiteTensor( in TF_LITE_MICRO_TEST()734 TfLiteTensor* tensor2 = allocator->AllocateTempTfLiteTensor( in TF_LITE_MICRO_TEST()
86 return helper->allocator_->AllocateTempTfLiteTensor( in GetTensor()
898 TfLiteTensor* MicroAllocator::AllocateTempTfLiteTensor( in AllocateTempTfLiteTensor() function in tflite::MicroAllocator