Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 337 for z0 (0.02 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/isolate-placer.mlir

    // CHECK: [[CALL_RESULT_REG:%.*]], [[CALL_RESULT_REG_control:%.*]] = tf_executor.island wraps "tf.StatefulPartitionedCall"([[IDENTITY_REG]])
    // CHECK-SAME: f = @[[FUNCTION:[a-zA-Z0-9_]*]]
    
    // Match the inserted Identity op for call output.
    // CHECK: "tf.Identity"([[CALL_RESULT_REG]])
    
    // Match the function name
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  2. src/math/big/nat.go

    	//
    	// the product x*y can be obtained with 3 products z2, z1, z0
    	// instead of 4:
    	//
    	//   x*y = x1*y1*b*b + (x1*y0 + x0*y1)*b + x0*y0
    	//       =    z2*b*b +              z1*b +    z0
    	//
    	// with:
    	//
    	//   xd = x1 - x0
    	//   yd = y0 - y1
    	//
    	//   z1 =      xd*yd                    + z2 + z0
    	//      = (x1-x0)*(y0 - y1)             + z2 + z0
    	//      = x1*y0 - x1*y1 - x0*y0 + x0*y1 + z2 + z0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 21:31:58 UTC 2024
    - 31.7K bytes
    - Viewed (0)
  3. src/math/cmplx/tan.go

    		0x2b0198237e3db5d5,
    	}
    	// Use the exponent to extract the 3 appropriate uint64 digits from mPi,
    	// B ~ (z0, z1, z2), such that the product leading digit has the exponent -64.
    	// Note, exp >= 50 since x >= reduceThreshold and exp < 971 for maximum float64.
    	digit, bitshift := uint(exp+64)/64, uint(exp+64)%64
    	z0 := (mPi[digit] << bitshift) | (mPi[digit+1] >> (64 - bitshift))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 01 03:16:37 UTC 2020
    - 8.5K bytes
    - Viewed (0)
  4. bin/update_deps.sh

    # shellcheck disable=SC1001
    LATEST_DISTROLESS_SHA256=$(crane digest cgr.dev/chainguard/static | awk -F\: '{print $2}')
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 00:17:51 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/codeQuality/codeQuality/groovy/config/checkstyle/checkstyle.xml

            <module name="MemberName"/>
            <module name="MethodName"/>
            <module name="MethodTypeParameterName"/>
            <module name="PackageName">
                <property name="format" value="^[a-z]+(\.[a-z][a-z0-9]*)*$"/>
            </module>
            <module name="ParameterName"/>
            <module name="StaticVariableName"/>
            <module name="TypeName"/>
        </module>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/codeQuality/codeQuality/kotlin/config/checkstyle/checkstyle.xml

            <module name="MemberName"/>
            <module name="MethodName"/>
            <module name="MethodTypeParameterName"/>
            <module name="PackageName">
                <property name="format" value="^[a-z]+(\.[a-z][a-z0-9]*)*$"/>
            </module>
            <module name="ParameterName"/>
            <module name="StaticVariableName"/>
            <module name="TypeName"/>
        </module>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/device_canonicalize.mlir

      func.return
    }
    
    // CHECK-NOT: tf_device.launch
    
    
    // Test empty launch with some results is folded away.
    // CHECK-LABEL: func @empty_launch
    // CHECK-SAME: (%[[ARG_0:[a-z0-9]*]]: tensor<i1>, %[[ARG_1:[a-z0-9]*]]: tensor<i32>)
    func.func @empty_launch(%arg0 : tensor<i1>, %arg1 : tensor<i32>) -> (tensor<i32>, tensor<i1>) {
      %result:2 = "tf_device.launch"() ({
        tf_device.return %arg0, %arg1 : tensor<i1>, tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Nov 04 14:07:37 UTC 2022
    - 6.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/networking/v1/types.go

    	// ---
    	// The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
    	// +optional
    	// +kubebuilder:validation:Required
    	// +kubebuilder:validation:Pattern=`^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$`
    	// +kubebuilder:validation:MaxLength=316
    	Error *string `json:"error,omitempty" protobuf:"bytes,3,opt,name=error"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/networking/v1/generated.proto

      // ---
      // The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
      // +optional
      // +kubebuilder:validation:Required
      // +kubebuilder:validation:Pattern=`^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$`
      // +kubebuilder:validation:MaxLength=316
      optional string error = 3;
    }
    
    // IngressRule represents the rules mapping the paths under a specified host to
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  10. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/PerformanceTestHistory.java

         */
        default String getId() {
            return convertToId(getDisplayName());
        }
    
        static String convertToId(String displayName) {
            return displayName.replaceAll("[^a-zA-Z0-9]", "-");
        }
    
        /**
         * A human consumable display name for this performance test.
         */
        default String getDisplayName() {
            return getExperiment().getDisplayName();
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.8K bytes
    - Viewed (0)
Back to top