Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tfrt/common/
Dasync_value_tensor.h22 class AsyncValue; variable
/external/tensorflow/tensorflow/core/tfrt/utils/
Derror_util.h22 class AsyncValue; variable
/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
Dkernel_fallback_execute.cc45 llvm::SmallVector<RCReference<AsyncValue>, 4>* results, in SetError()
/external/tensorflow/tensorflow/compiler/xla/runtime/
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