Searched defs:NewChannel (Results 1 – 2 of 2) sorted by relevance
33 StatusOr<ChannelHandle> ChannelTracker::NewChannel( in NewChannel() function in xla::ChannelTracker
378 int64_t NewChannel() const { return (*state_.next_channel_id)++; } in NewChannel() function547 int64_t NewChannel() { return (*next_channel_id_)++; } in NewChannel() function