Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/
H A Dredzone_allocator.h62 struct RedzoneCheckStatus { struct
65 RedzoneCheckStatus(absl::string_view buffer_name, void* user_buffer_address, in RedzoneCheckStatus() function
74 static RedzoneCheckStatus OK() { return {}; } in OK() argument
94 // - RedzoneCheckStatus::OK() if everything went well. argument
H A Dredzone_allocator.cc48 using RedzoneCheckStatus = RedzoneAllocator::RedzoneCheckStatus; typedef
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dredzone_allocator_test.cc31 using RedzoneCheckStatus = RedzoneAllocator::RedzoneCheckStatus; typedef
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_conv_algorithm_picker.cc279 using RedzoneCheckStatus = se::RedzoneAllocator::RedzoneCheckStatus; in CheckRedzones() typedef