Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dlocal_device_state.cc48 device_to_host_streams_.reserve(kNumDeviceToHostStreams); in LocalDeviceState()
49 for (int i = 0; i < kNumDeviceToHostStreams; ++i) { in LocalDeviceState()
Dlocal_device_state.h182 static constexpr int kNumDeviceToHostStreams = 4; variable