Home
last modified time | relevance | path

Searched refs:TfLiteAllocationType (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/c/
Dc_api_internal.h277 } TfLiteAllocationType; typedef
304 TfLiteAllocationType allocation_type;
352 size_t size, TfLiteAllocationType allocation_type,
Dc_api_internal.c122 size_t size, TfLiteAllocationType allocation_type, in TfLiteTensorReset()
/external/tensorflow/tensorflow/lite/
Darena_planner.h65 int64_t BasePointer(TfLiteAllocationType type);
Doptional_debug_tools.cc63 const char* AllocTypeName(TfLiteAllocationType type) { in AllocTypeName()
Darena_planner.cc43 int64_t ArenaPlanner::BasePointer(TfLiteAllocationType type) { in BasePointer()
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc890 TfLiteAllocationType allocation_type = kTfLiteArenaRw; in SetTensorParametersReadWrite()