Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/
H A Dasync_runtime.cc63 class AsyncValue : public AsyncRuntimeObject { class
65 explicit AsyncValue(size_t size, size_t alignment, unsigned ref_count = 1) in AsyncValue() function in mlir::runtime::AsyncValue
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/common/
H A Dasync_value_tensor.h22 class AsyncValue; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/utils/
H A Derror_util.h22 class AsyncValue; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
H A Dkernel_fallback_execute.cc45 llvm::SmallVector<RCReference<AsyncValue>, 4>* results, in SetError()