Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for qParams (0.16 sec)

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

    dimension of `params`, in `tf.gather_nd`, `indices` defines slices into the
    first `N` dimensions of `params`, where `N = indices.shape[-1]`.
    
    The last dimension of `indices` can be at most the rank of
    `params`:
    
        indices.shape[-1] <= params.rank
    
    The last dimension of `indices` corresponds to elements
    (if `indices.shape[-1] == params.rank`) or slices
    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/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(PrivateKey).Double", Method, 0},
    		{"(PrivateKey).IsOnCurve", Method, 0},
    		{"(PrivateKey).Params", Method, 0},
    		{"(PrivateKey).ScalarBaseMult", Method, 0},
    		{"(PrivateKey).ScalarMult", Method, 0},
    		{"(PublicKey).Add", Method, 0},
    		{"(PublicKey).Double", Method, 0},
    		{"(PublicKey).IsOnCurve", Method, 0},
    		{"(PublicKey).Params", Method, 0},
    		{"(PublicKey).ScalarBaseMult", Method, 0},
    		{"(PublicKey).ScalarMult", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  3. RELEASE.md

    *   Improves stability of GCS filesystem on Mac.
    *   Add time estimation to HloCostAnalysis.
    *   Fixed the bug in Estimator that params in constructor was not a deepcopy of
        the user provided one. This bugs inadvertently enabled user to mutate the
        params after the creation of Estimator, leading to potentially undefined
        behavior.
    *   Added None check for save_path in `saver.restore`.
    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. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                        the Gateway API.
    
    
                                        Users SHOULD NOT route traffic based on repeated query params to guard
                                        themselves against potential differences in the implementations.
                                      maxLength: 256
                                      minLength: 1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.apps.v1.RollingUpdateDaemonSet"
                  }
                ],
                "description": "Rolling update config params. Present only if type = \"RollingUpdate\"."
              },
              "type": {
                "description": "Type of daemon set update. Can be \"RollingUpdate\" or \"OnDelete\". Default is RollingUpdate.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top