Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for medan (0.24 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    Contrast is adjusted independently for each channel of each image.
    
    For each channel, the Op first computes the mean of the image pixels in the
    channel and then adjusts each component of each pixel to
    `(x - mean) * contrast_factor + mean`.
      }];
    
      let arguments = (ins
        Arg<TensorOf<[TF_Float16, TF_Float32]>, [{Images to adjust.  At least 3-D.}]>:$images,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. src/testdata/Isaac.Newton-Opticks.txt

    of the Air is proportional to the Secant of an Angle, whose Sine is a
    certain mean Proportional between the Sines of Incidence and Refraction.
    And that mean Proportional, so far as by these Measures I can determine
    it, is the first of an hundred and six arithmetical mean Proportionals
    between those Sines counted from the bigger Sine, that is, from the Sine
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  3. RELEASE.md

            mean, var = tf.nn.moments(self.kernel, axes=[0, 1, 2], keepdims=True)
            return self.convolution_op(inputs, (self.kernel - mean) / tf.sqrt(var +
            1e-10))` Alternatively, you can override `convolution_op`: `python class
            StandardizedConv2D(tf.keras.Layer): def convolution_op(self, inputs,
            kernel): mean, var = tf.nn.moments(kernel, axes=[0, 1, 2],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.19.md

    - gopkg.in/gemnasium/logrus-airbrake-hook.v2: v2.1.2
    - gotest.tools/gotestsum: v0.3.5
    - grpc.go4.org: 11d0a25
    - k8s.io/klog: v1.0.0
    - k8s.io/repo-infra: v0.0.1-alpha.1
    - mvdan.cc/interfacer: c200402
    - mvdan.cc/lint: adc824a
    - mvdan.cc/unparam: fbb5962
    - sourcegraph.com/sqs/pbtypes: d3ebe8f
    
    
    ## Dependencies
    
    ### Added
    - cloud.google.com/go/bigquery: v1.0.1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  5. tests/integration/pilot/testdata/gateway-api-crd.yaml

    
                            All valid rules within a Route attached to this Listener should be
                            implemented. Invalid Route rules can be ignored (sometimes that will mean
                            the full Route). If a Route rule transitions from valid to invalid,
                            support for that Route rule should be dropped to ensure consistency. For
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  6. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1F3A0..1F3C4  ; valid                  ;      ; NV8    # 6.0  CAROUSEL HORSE..SURFER
    1F3C5         ; valid                  ;      ; NV8    # 7.0  SPORTS MEDAL
    1F3C6..1F3CA  ; valid                  ;      ; NV8    # 6.0  TROPHY..SWIMMER
    1F3CB..1F3CE  ; valid                  ;      ; NV8    # 7.0  WEIGHT LIFTER..RACING CAR
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  7. src/main/webapp/css/admin/bootstrap.min.css.map

    background-color: $body-bg; // 2\n}\n\n// Future-proof rule: in browsers that support :focus-visible, suppress the focus outline\n// on elements that programmatically receive focus but wouldn't normally show a visible\n// focus outline. In general, this would mean that the outline is only applied if the\n// interaction that led to the element receiving programmatic focus was a keyboard interaction,\n// or the browser has somehow determined that the user is primarily a keyboard user and/or\n// wants focus outlines...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  8. src/main/webapp/css/bootstrap.min.css.map

    background-color: $body-bg; // 2\n}\n\n// Future-proof rule: in browsers that support :focus-visible, suppress the focus outline\n// on elements that programmatically receive focus but wouldn't normally show a visible\n// focus outline. In general, this would mean that the outline is only applied if the\n// interaction that led to the element receiving programmatic focus was a keyboard interaction,\n// or the browser has somehow determined that the user is primarily a keyboard user and/or\n// wants focus outlines...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 626.8K bytes
    - Viewed (0)
Back to top