Home
last modified time | relevance | path

Searched defs:FrameState (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dpropagator_state.h188 struct FrameState { struct
189 explicit FrameState(const ImmutableExecutorState& immutable_state, in FrameState() function
239 // uniquely identifies this FrameState. argument
242 // The FrameState of its parent frame. argument
243 FrameState* parent_frame = nullptr; argument
246 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 …]
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dtypes.py21 FrameState = Dict[Any, Any] variable
58 frame_state: FrameState,
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dextra_state.h28 typedef PyObject FrameState; typedef
/aosp_15_r20/external/libgav1/src/
H A Dbuffer_pool.h48 enum FrameState : uint8_t { enum