Home
last modified time | relevance | path

Searched defs:RedzoneCheckStatus (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/gpu/
Dredzone_allocator.h63 struct RedzoneCheckStatus { struct
66 RedzoneCheckStatus(absl::string_view buffer_name, void* user_buffer_address, in RedzoneCheckStatus() argument
74 static RedzoneCheckStatus OK() { return {}; } in OK() argument
94 // - RedzoneCheckStatus::OK() if everything went well. argument
Dredzone_allocator.cc46 using RedzoneCheckStatus = RedzoneAllocator::RedzoneCheckStatus; typedef
/external/tensorflow/tensorflow/stream_executor/cuda/
Dredzone_allocator_test.cc31 using RedzoneCheckStatus = RedzoneAllocator::RedzoneCheckStatus; typedef
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_conv_algorithm_picker.cc225 using RedzoneCheckStatus = se::RedzoneAllocator::RedzoneCheckStatus; in CheckRedzones() typedef