Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/
Darena_planner.cc89 dealloc_node_.assign(graph_info_->num_tensors(), kNodeNotAssigned); in PlanAllocations()
99 TF_LITE_ENSURE(context_, dealloc_node_[tensor] == kNodeNotAssigned); in PlanAllocations()
110 TF_LITE_ENSURE(context_, dealloc_node_[tensor] == kNodeNotAssigned); in PlanAllocations()
111 dealloc_node_[tensor] = node; in PlanAllocations()
195 dealloc_node_.resize(graph_info_->num_tensors(), kNodeNotAssigned); in ExecuteAllocations()
207 dealloc_node_[tensor_index] = i; in ExecuteAllocations()
269 this->dealloc_node_[idx1] == kNodeNotAssigned) { in CreateTensorAllocationVector()
271 this->dealloc_node_[idx2] == kNodeNotAssigned) { in CreateTensorAllocationVector()
277 this->dealloc_node_[idx2] == kNodeNotAssigned) { in CreateTensorAllocationVector()
324 dealloc_node_[tensor_index], &allocs_[tensor_index])); in CalculateAllocations()
Darena_planner.h113 std::vector<int32_t> dealloc_node_; variable