Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dexecutor.cc517 struct ExecutorState<PropagatorStateType>::AsyncState { struct in tensorflow::__anon79fb0f210111::ExecutorState
518 AsyncState(const OpKernelContext::Params& p, const TaggedNode& _tagged_node, in AsyncState() argument
536 TensorValueVec saved_inputs;
537 AllocatorAttributeVec saved_input_alloc_attrs;
538 OpKernelContext::Params params;
539 TaggedNode tagged_node;
540 const NodeItem* item;
541 Entry* first_input;
542 OpKernelContext ctx;
543 NodeExecStatsInterface* stats;
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
H A Dkernel_fallback_execute_compat.cc244 struct AsyncState { in KernelFallbackExecuteCompatAsyncInternal() struct
245 explicit AsyncState(const OpKernelRunState& rs, int num_outputs) in KernelFallbackExecuteCompatAsyncInternal() function
249 OpKernelRunState run_state; in KernelFallbackExecuteCompatAsyncInternal()
250 OpKernelContext context; in KernelFallbackExecuteCompatAsyncInternal()
252 tfrt::AsyncValueRef<tfrt::Chain> chain; in KernelFallbackExecuteCompatAsyncInternal()
253 llvm::SmallVector<tfrt::AsyncValueRef<TensorType>, 4> result_refs; in KernelFallbackExecuteCompatAsyncInternal()
/aosp_15_r20/external/rust/android-crates-io/crates/config/src/
Dbuilder.rs127 pub struct AsyncState { struct
138 impl BuilderState for AsyncState {} implementation
/aosp_15_r20/system/security/keystore2/legacykeystore/
H A Dlib.rs273 struct AsyncState { struct
274 recently_imported: HashSet<(u32, String)>,
275 legacy_loader: LegacyBlobLoader,
276 db_path: PathBuf,