Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for Discrete (0.39 sec)

  1. android/guava/src/com/google/common/graph/Network.java

    import com.google.errorprone.annotations.DoNotMock;
    import java.util.Set;
    import javax.annotation.CheckForNull;
    
    /**
     * An interface for <a
     * href="https://en.wikipedia.org/wiki/Graph_(discrete_mathematics)">graph</a>-structured data,
     * whose edges are unique objects.
     *
     * <p>A graph is composed of a set of nodes and a set of edges connecting pairs of nodes.
     *
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Jan 22 17:29:38 GMT 2024
    - 21.1K bytes
    - Viewed (0)
  2. cmd/iam-etcd-store.go

    						// Upon an error on watch channel
    						// re-init the watch channel.
    						goto outerLoop
    					}
    					for _, event := range watchResp.Events {
    						isCreateEvent := event.IsModify() || event.IsCreate()
    						isDeleteEvent := event.Type == etcd.EventTypeDelete
    
    						switch {
    						case isCreateEvent:
    							ch <- iamWatchEvent{
    								isCreated: true,
    								keyPath:   string(event.Kv.Key),
    							}
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 13.6K bytes
    - Viewed (0)
  3. RELEASE.md

            tf.math.invert_permutation.
        *   Add `tf.math.sobol_sample` op.
        *   Add `tf.math.xlog1py`.
        *   Add `tf.math.special.{dawsn,expi,fresnel_cos,fresnel_sin,spence}`.
        *   Add a Modified Discrete Cosine Transform (MDCT) and its inverse to
            `tf.signal`.
    *   TPU Enhancements:
        *   Refactor `TpuClusterResolver` to move shared logic to a separate pip
            package.
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top