Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/c/
Dcommon.h329 typedef enum TfLiteAllocationType { enum
337 } TfLiteAllocationType; typedef
399 TfLiteAllocationType allocation_type;
530 TfLiteAllocationType allocation_type;
598 size_t size, TfLiteAllocationType allocation_type,
Dcommon.c159 size_t size, TfLiteAllocationType allocation_type, in TfLiteTensorReset()
/external/tensorflow/tensorflow/lite/
Darena_planner.h68 std::intptr_t BasePointer(TfLiteAllocationType type);
Doptional_debug_tools.cc86 const char* AllocTypeName(TfLiteAllocationType type) { in AllocTypeName()
Darena_planner.cc51 std::intptr_t ArenaPlanner::BasePointer(TfLiteAllocationType type) { in BasePointer()
/external/tensorflow/tensorflow/lite/kernels/
Drank_test.cc50 TfLiteAllocationType GetOutputAllocationType() const { in GetOutputAllocationType()
Dshape_test.cc51 TfLiteAllocationType GetOutputAllocationType() const { in GetOutputAllocationType()
/external/tensorflow/tensorflow/lite/experimental/resource/
Dresource_variable_test.cc26 void InitTensor(const std::vector<int>& shape, TfLiteAllocationType alloc_type, in InitTensor()
/external/tensorflow/tensorflow/lite/delegates/gpu/
Dgl_delegate.cc175 if (tensor->allocation_type == TfLiteAllocationType::kTfLiteMmapRo) { in Prepare()
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc1276 TfLiteAllocationType allocation_type = kTfLiteArenaRw; in SetTensorParametersReadWrite()