Searched refs:last_node (Results 1 – 5 of 5) sorted by relevance
61 TfLiteStatus ExecuteAllocations(int first_node, int last_node) override;82 int last_node);86 TfLiteStatus CalculateAllocations(int first_node, int last_node);
42 int32_t last_node; member49 last_node = -1; in reset()75 int32_t tensor, int32_t first_node, int32_t last_node,
35 virtual TfLiteStatus ExecuteAllocations(int first_node, int last_node) = 0;
5818 last_node = node.list5820 last_node.parent = node.parent5821 if not last_node.next:5823 last_node = last_node.next5825 last_node.next = node.next
Completed in 19 milliseconds