Searched refs:resource_var_operation_node_ids_ (Results 1 – 1 of 1) sorted by relevance
142 resource_var_operation_node_ids_.push_back( in Cluster()206 return resource_var_operation_node_ids_; in resource_var_operation_node_ids()236 std::vector<int> resource_var_operation_node_ids_; member in tensorflow::__anon65e4a62e0111::MarkForCompilationPassImpl::Cluster560 resource_var_operation_node_ids_.reserve( in Merge()561 resource_var_operation_node_ids_.size() + in Merge()562 other->resource_var_operation_node_ids_.size()); in Merge()563 absl::c_copy(other->resource_var_operation_node_ids_, in Merge()564 std::back_inserter(resource_var_operation_node_ids_)); in Merge()565 other->resource_var_operation_node_ids_.clear(); in Merge()