OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:host_to_device_stream_mu_
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
infeed_manager.h
74
tensorflow::mutex
host_to_device_stream_mu_
;
member in class:xla::gpu::InfeedManager
78
GUARDED_BY(
host_to_device_stream_mu_
);
infeed_manager.cc
24
tensorflow::mutex_lock l(
host_to_device_stream_mu_
);
Completed in 116 milliseconds