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.h185 struct FrameState { struct
186 explicit FrameState(const ImmutableExecutorState& immutable_state, in FrameState() function
236 // uniquely identifies this FrameState. argument
239 // The FrameState of its parent frame. argument
240 FrameState* parent_frame = nullptr; argument
243 const int max_parallel_iterations;
246 int num_pending_inputs = 0;
280 PendingCounts* pending_counts = nullptr;
281 int total_input_tensors = 0;
282 std::vector<const NodeItem*>* nodes = nullptr;
[all …]
/external/libgav1/libgav1/src/
Dbuffer_pool.h47 enum FrameState : uint8_t { enum