Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/
H A Dasync_runtime.cc74 if (storage_->is_inline) return &storage_->inline_buffer; in GetStorage()
103 std::aligned_storage<kSize, kAlign>::type inline_buffer; member