Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Trailing (0.24 sec)

  1. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                                matches full path elements. A path element refers to the list of labels
                                                in the path split by the `/` separator. When specified, a trailing `/` is
                                                ignored. For example, the paths `/abc`, `/abc/`, and `/abc/def` would all
                                                match the prefix `/abc`, but the path `/abcd` would not.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

       through the output of the *E-step*.
    *  Contrastive divergence training of Boltzmann machines where, when
       differentiating the energy function, the training must not backpropagate
       through the graph that generated the samples from the model.
    *  Adversarial training, where no backprop should happen through the adversarial
       example generation process.
      }];
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. RELEASE.md

        [`tf.distribute.Strategy`](https://www.tensorflow.org/beta/guide/distribute_strategy)
        API to distribute training with minimal code changes, yielding great
        out-of-the-box performance. It supports distributed training with Keras
        model.fit, as well as with custom training loops. Multi-GPU support is
        available, along with experimental support for multi worker and Cloud TPUs.
        Check out the
    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. pkg/apis/core/validation/validation_test.go

    		expectedError: false,
    	}, {
    		desc: "valid: 1 search path",
    		dnsConfig: &core.PodDNSConfig{
    			Searches: []string{"custom"},
    		},
    		expectedError: false,
    	}, {
    		desc: "valid: 1 search path with trailing period",
    		dnsConfig: &core.PodDNSConfig{
    			Searches: []string{"custom."},
    		},
    		expectedError: false,
    	}, {
    		desc: "valid: 3 nameservers and 6 search paths(legacy)",
    		dnsConfig: &core.PodDNSConfig{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  5. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    0FD5..0FD8    ; valid                  ;      ; NV8    # 5.2  RIGHT-FACING SVASTI SIGN..LEFT-FACING SVASTI SIGN WITH DOTS
    0FD9..0FDA    ; valid                  ;      ; NV8    # 6.0  TIBETAN MARK LEADING MCHAN RTAGS..TIBETAN MARK TRAILING MCHAN RTAGS
    0FDB..0FFF    ; disallowed                             # NA   <reserved-0FDB>..<reserved-0FFF>
    1000..1021    ; valid                                  # 3.0  MYANMAR LETTER KA..MYANMAR LETTER A
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top