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.h184 struct FrameState { struct
185 explicit FrameState(const ImmutableExecutorState& immutable_state, in FrameState() function
235 // uniquely identifies this FrameState. argument
238 // The FrameState of its parent frame. argument
239 FrameState* parent_frame = nullptr; argument
242 const int max_parallel_iterations;
245 int num_pending_inputs = 0;
279 PendingCounts* pending_counts = nullptr;
280 int total_input_tensors = 0;
281 std::vector<const NodeItem*>* nodes = nullptr;
[all …]
/external/libgav1/libgav1/src/
Dbuffer_pool.h46 enum FrameState : uint8_t { enum