Searched defs:FrameState (Results 1 – 4 of 4) sorted by relevance
188 struct FrameState { struct189 explicit FrameState(const ImmutableExecutorState& immutable_state, in FrameState() function239 // uniquely identifies this FrameState. argument242 // The FrameState of its parent frame. argument243 FrameState* parent_frame = nullptr; argument246 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 …]
21 FrameState = Dict[Any, Any] variable58 frame_state: FrameState,
28 typedef PyObject FrameState; typedef
48 enum FrameState : uint8_t { enum