Home
last modified time | relevance | path

Searched refs:TfLiteCustomAllocation (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/c/
Dcommon.h373 typedef struct TfLiteCustomAllocation { struct
376 } TfLiteCustomAllocation; argument
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.h348 int tensor_index, const TfLiteCustomAllocation& allocation);
713 std::vector<std::pair<int, TfLiteCustomAllocation>> custom_allocations_;
Dsubgraph.cc160 const TfLiteCustomAllocation& allocation) { in ValidateCustomAllocationForTensor()
1594 int tensor_index, const TfLiteCustomAllocation& allocation) { in SetCustomAllocationForTensor()
1607 const std::pair<int, TfLiteCustomAllocation>& existing_alloc) { in SetCustomAllocationForTensor()
/external/tensorflow/tensorflow/lite/tools/serialization/
Dwriter_lib_test.cc409 TfLiteCustomAllocation NewCustomAlloc(size_t num_bytes, in NewCustomAlloc()
417 return TfLiteCustomAllocation( in NewCustomAlloc()
/external/tensorflow/tensorflow/lite/
Dinterpreter.cc164 int tensor_index, const TfLiteCustomAllocation& allocation) { in SetCustomAllocationForTensor()
Dinterpreter.h622 int tensor_index, const TfLiteCustomAllocation& allocation);
Dinterpreter_test.cc1565 TfLiteCustomAllocation NewCustomAlloc(size_t num_bytes, in NewCustomAlloc()
1573 return TfLiteCustomAllocation( in NewCustomAlloc()
1597 TfLiteCustomAllocation input_alloc{reinterpret_cast<void*>(dummy_ptr), in TEST_F()