Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for bidirectional (0.11 sec)

  1. impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/BuildPlanExecutor.java

                                    .forEach(p -> plan.step(p, AFTER + n2).ifPresent(before::executeAfter));
                        } else if (pointer instanceof Lifecycle.ChildrenPointer) {
                            // For children: ensure bidirectional phase coordination
                            project.getCollectedProjects().forEach(p -> {
                                // 1. Child's phase start waits for parent's phase start
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Oct 16 06:12:36 UTC 2025
    - 55.1K bytes
    - Viewed (0)
  2. doc/go_spec.html

    </pre>
    
    <p>
    The optional <code>&lt;-</code> operator specifies the channel <i>direction</i>,
    <i>send</i> or <i>receive</i>. If a direction is given, the channel is <i>directional</i>,
    otherwise it is <i>bidirectional</i>.
    A channel may be constrained only to send or only to receive by
    <a href="#Assignment_statements">assignment</a> or
    explicit <a href="#Conversions">conversion</a>.
    </p>
    
    <pre>
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Tue Dec 02 23:07:19 UTC 2025
    - 286.5K bytes
    - Viewed (1)
  3. RELEASE.md

        `GRUCell`, and a number of other cells. These now reside in `tf.nn.rnn_cell`
        (with aliases in `tf.contrib.rnn` for backwards compatibility). The original
        `tf.nn.rnn` function is now `tf.nn.static_rnn`, and the bidirectional static
        and state saving static rnn functions are also now back in the `tf.nn`
        namespace.
    
        Notable exceptions are the `EmbeddingWrapper`, `InputProjectionWrapper` and
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Tue Oct 28 22:27:41 UTC 2025
    - 740.4K bytes
    - Viewed (3)
Back to top