Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/
Darena_planner.cc291 std::vector<int32_t> tensor_order; in CreateTensorAllocationVector() local
294 tensor_order.push_back(i); in CreateTensorAllocationVector()
298 std::sort(tensor_order.begin(), tensor_order.end(), tensor_compare); in CreateTensorAllocationVector()
300 return tensor_order; in CreateTensorAllocationVector()
305 const std::vector<int32_t> tensor_order = in CalculateAllocations() local
309 for (const auto& tensor_index : tensor_order) { in CalculateAllocations()
318 for (const auto& tensor_index : tensor_order) { in CalculateAllocations()