Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dpropagator_state.h188 struct FrameState { struct
189 explicit FrameState(const ImmutableExecutorState& immutable_state, in FrameState() function
239 // uniquely identifies this FrameState. argument
242 // The FrameState of its parent frame. argument
243 FrameState* parent_frame = nullptr; argument
246 const int max_parallel_iterations;
249 int num_pending_inputs = 0;
283 PendingCounts* pending_counts = nullptr;
284 int total_input_tensors = 0;
285 std::vector<const NodeItem*>* nodes = nullptr;
[all …]
/external/libgav1/src/
Dbuffer_pool.h48 enum FrameState : uint8_t { enum