Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for spdelta (0.12 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    // the resulting tensor computed, then the start and delta is used with the
    // dynamic_iota value to compute the final range value.
    //
    // For example, the resulting range op value:
    //   %range = "tf.range"(%start, %limit, %delta)
    //
    // Is converted to the following.
    //   %start + %delta * iota(ceil(abs((%limit - %start) / %delta))
    //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssagen/ssa.go

    	// The delta is the number of bytes to offset ptr by.
    	delta := s.newValue2(mulOp, types.Types[types.TINT], i, stride)
    
    	// If we're slicing to the point where the capacity is zero,
    	// zero out the delta.
    	mask := s.newValue1(ssa.OpSlicemask, types.Types[types.TINT], rcap)
    	delta = s.newValue2(andOp, types.Types[types.TINT], delta, mask)
    
    	// Compute rptr = ptr + delta.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

    // CHECK-SAME: [[START:%.*]]: tensor<f32>, [[DELTA:%.*]]: tensor<f32>
    func.func @range(%arg0: tensor<f32>, %arg1: tensor<f32>) -> tensor<5xf32> {
      %1 = "tf.Const"() {device = "", dtype = "tfdtype$DT_FLOAT", name = "range/limit", value = dense<5.000000e+00> : tensor<f32>} : () -> tensor<f32>
      // CHECK-DAG: [[IOTA:%.*]] = "mhlo.iota"
      // CHECK-DAG: [[MUL:%.*]] = chlo.broadcast_multiply [[IOTA]], [[DELTA]] {broadcast_dimensions = array<i64>}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    void Throwables$State$1(String, int); public Throwables$State processLine(String); } org/junit/internal/InexactComparisonCri.class package org.junit.internal; public synchronized class InexactComparisonCri extends ComparisonCriteria { public Object fDelta; public void InexactComparisonCri(double); public void InexactComparisonCri(float); protected void assertElementsEqual(Object, Object); } org/junit/internal/JUnitSystem.class package org.junit.internal; public abstract interface JUnitSystem { public...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
  5. src/net/http/h2_bundle.go

    			}
    
    			// Adjust flow control of currently-open
    			// frames by the difference of the old initial
    			// window size and this one.
    			delta := int32(s.Val) - int32(cc.initialWindowSize)
    			for _, cs := range cc.streams {
    				cs.flow.add(delta)
    			}
    			cc.cond.Broadcast()
    
    			cc.initialWindowSize = s.Val
    		case http2SettingHeaderTableSize:
    			cc.henc.SetMaxDynamicTableSize(s.Val)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  6. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.box"/>
      </mime-type>
      <mime-type type="application/vnd.proteus.magazine">
        <glob pattern="*.mgz"/>
      </mime-type>
      <mime-type type="application/vnd.publishare-delta-tree">
        <glob pattern="*.qps"/>
      </mime-type>
      <mime-type type="application/vnd.pvi.ptid1">
        <glob pattern="*.ptid"/>
      </mime-type>
      <mime-type type="application/vnd.pwg-multiplexed"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top