Home
last modified time | relevance | path

Searched refs:stream_no (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_hlo_schedule.cc100 const int stream_no = stream_assignment.StreamNumberForHlo(*hlo); in GpuHloOrdering() local
101 if (last_instruction_per_stream[stream_no] != nullptr) { in GpuHloOrdering()
102 immediate_preds.push_back(last_instruction_per_stream[stream_no]); in GpuHloOrdering()
105 last_instruction_per_stream[stream_no] = hlo; in GpuHloOrdering()
Dstream_assignment.h33 void AssignStreamToHlo(const HloInstruction* hlo, int stream_no);
Dgpu_executable.cc186 int32 stream_no = in ExecuteThunks() local
189 (stream_no == 0 ? main_stream : sub_streams[stream_no - 1].get()); in ExecuteThunks()
197 << stream_no; in ExecuteThunks()
/external/ltp/utils/sctp/lib/
Dsendmsg.c34 uint16_t stream_no, uint32_t timetolive, uint32_t context) in sctp_sendmsg() argument
63 sinfo->sinfo_stream = stream_no; in sctp_sendmsg()
/external/ltp/utils/sctp/testlib/
Dsctputil.h273 uint16_t stream_no, uint32_t timetolive, in test_sctp_sendmsg() argument
276 int error = sctp_sendmsg(s, msg, len, to, tolen, ppid, flags, stream_no, in test_sctp_sendmsg()
/external/ltp/utils/sctp/include/netinet/
Dsctp.h847 uint16_t stream_no, uint32_t timetolive, uint32_t context);