HomeSort by relevance Sort by last modified time
    Searched refs:StreamCount (Results 1 - 9 of 9) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
stream_assignment.h 29 int StreamCount() const { return stream_count_; }
thunk_schedule.h 60 int StreamCount() const { return stream_assignment_->StreamCount(); }
stream_assignment.cc 104 for (int stream_no = 0; stream_no < stream_assignment.StreamCount();
110 return stream_assignment.StreamCount();
hlo_schedule.cc 60 if (stream_assignment.StreamCount() == 1) {
82 stream_assignment.StreamCount(), nullptr);
196 if (stream_assignment.StreamCount() == 1) {
thunk_schedule.cc 86 int stream_count = stream_assignment_->StreamCount();
gpu_executable.cc 157 while (sub_streams.size() + 1 < thunk_schedule_->StreamCount()) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxvahd.h 354 typedef HRESULT ( CALLBACK *PDXVAHDSW_VideoProcessBltHD )(HANDLE hVideoProcessor,IDirect3DSurface9 *pOutputSurface,UINT OutputFrame,UINT StreamCount,const DXVAHD_STREAM_DATA *pStreams);
448 STDMETHOD_(HRESULT,VideoProcessBltHD)(THIS_ IDirect3DSurface9 *pOutputSurface,UINT OutputFrame,UINT StreamCount,const DXVAHD_STREAM_DATA *pStreams) PURE;
460 #define IDXVAHD_VideoProcessor_VideoProcessBltHD(This,pOutputSurface,OutputFrame,StreamCount,pStreams) (This)->lpVtbl->VideoProcessBltHD(This,pOutputSurface,OutputFrame,StreamCount,pStreams)
  /external/llvm/tools/llvm-pdbdump/
LLVMOutputStyle.cpp 126 uint32_t StreamCount = File.getNumStreams();
142 for (uint16_t StreamIdx = 0; StreamIdx < StreamCount; ++StreamIdx) {
241 uint32_t StreamCount = File.getNumStreams();
242 for (uint32_t StreamIdx = 0; StreamIdx < StreamCount; ++StreamIdx) {
252 uint32_t StreamCount = File.getNumStreams();
258 if (DumpStreamNum >= StreamCount)
  /external/adhd/cras/src/tests/
system_state_unittest.cc 308 TEST(SystemSettingsStreamCount, StreamCount) {

Completed in 211 milliseconds