Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc1544 struct ExecutorState::AsyncState { struct in tensorflow::__anon6f8fc96b0111::ExecutorState
1545 AsyncState(const OpKernelContext::Params& p, const TaggedNode& _tagged_node, in AsyncState() function
1564 TensorValueVec saved_inputs;
1565 DeviceContextVec saved_input_device_contexts;
1566 AllocatorAttributeVec saved_input_alloc_attrs;
1567 OpKernelContext::Params params;
1568 TaggedNode tagged_node;
1569 const NodeItem* item;
1570 Entry* first_input;
1571 OpKernelContext ctx;
[all …]