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