Searched defs:FrameState (Results 1 – 2 of 2) sorted by relevance
185 struct FrameState { struct186 explicit FrameState(const ImmutableExecutorState& immutable_state, in FrameState() function236 // uniquely identifies this FrameState. argument239 // The FrameState of its parent frame. argument240 FrameState* parent_frame = nullptr; argument243 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 …]
47 enum FrameState : uint8_t { enum