Searched refs:num_execution_nodes (Results 1 – 8 of 8) sorted by relevance
58 node_epochs_.resize(info_->num_execution_nodes(), kEpochNotReady); in Partition()60 control_deps_.resize(info_->num_execution_nodes()); in Partition()64 for (int i = 0; i < info_->num_execution_nodes(); ++i) { in Partition()77 for (int node_index = 0; node_index < info_->num_execution_nodes(); in Partition()209 for (int node_index = 0; node_index < info_->num_execution_nodes(); in BuildNodeSubset()
129 for (size_t i = 0; i < graph_info_->num_execution_nodes(); ++i) { in PlanAllocations()141 for (size_t i = 0; i < graph_info_->num_execution_nodes(); ++i) { in PlanAllocations()176 i < graph_info_->num_execution_nodes(); in ExecuteAllocations()
143 for (size_t i = 0; i < graph_info_->num_execution_nodes(); ++i) { in PlanAllocations()155 for (size_t i = 0; i < graph_info_->num_execution_nodes(); ++i) { in PlanAllocations()195 i < graph_info_->num_execution_nodes(); in ExecuteAllocations()
40 virtual size_t num_execution_nodes() const = 0;
138 size_t num_execution_nodes() const override { return graph_->nodes().size(); } in num_execution_nodes() function in tflite::__anondad1de0a0111::TestGraphInfo
54 size_t num_execution_nodes() const override { in num_execution_nodes() function in tflite::__anon7fb2faee0111::SimpleTestGraph
147 size_t num_execution_nodes() const override { return graph_->nodes().size(); } in num_execution_nodes() function in tflite::__anon0e1f23470111::TestGraphInfo
179 size_t num_execution_nodes() const override { in num_execution_nodes() function in tflite::InterpreterInfo