Searched refs:TfLiteAllocationType (Results 1 – 10 of 10) sorted by relevance
329 typedef enum TfLiteAllocationType { enum337 } TfLiteAllocationType; typedef399 TfLiteAllocationType allocation_type;530 TfLiteAllocationType allocation_type;598 size_t size, TfLiteAllocationType allocation_type,
159 size_t size, TfLiteAllocationType allocation_type, in TfLiteTensorReset()
68 std::intptr_t BasePointer(TfLiteAllocationType type);
86 const char* AllocTypeName(TfLiteAllocationType type) { in AllocTypeName()
51 std::intptr_t ArenaPlanner::BasePointer(TfLiteAllocationType type) { in BasePointer()
50 TfLiteAllocationType GetOutputAllocationType() const { in GetOutputAllocationType()
51 TfLiteAllocationType GetOutputAllocationType() const { in GetOutputAllocationType()
26 void InitTensor(const std::vector<int>& shape, TfLiteAllocationType alloc_type, in InitTensor()
175 if (tensor->allocation_type == TfLiteAllocationType::kTfLiteMmapRo) { in Prepare()
1276 TfLiteAllocationType allocation_type = kTfLiteArenaRw; in SetTensorParametersReadWrite()