Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for ingr (0.05 sec)

  1. pkg/apis/networking/validation/validation_test.go

    		tweakIngress       func(ing *networking.Ingress)
    		expectErrsOnFields []string
    	}{
    		"empty path (implementation specific)": {
    			tweakIngress: func(ing *networking.Ingress) {
    				ing.Spec.Rules[0].IngressRuleValue.HTTP.Paths[0].Path = ""
    			},
    			expectErrsOnFields: []string{},
    		},
    		"valid path": {
    			tweakIngress: func(ing *networking.Ingress) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:06 UTC 2023
    - 73.3K bytes
    - Viewed (0)
  2. api/discovery/aggregated_v2.json

                    "group": "",
                    "kind": "Ingress",
                    "version": ""
                  },
                  "scope": "Namespaced",
                  "shortNames": [
                    "ing"
                  ],
                  "singularResource": "ingress",
                  "subresources": [
                    {
                      "responseKind": {
                        "group": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 12 17:29:14 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  3. api/discovery/aggregated_v2beta1.json

                    "group": "",
                    "kind": "Ingress",
                    "version": ""
                  },
                  "scope": "Namespaced",
                  "shortNames": [
                    "ing"
                  ],
                  "singularResource": "ingress",
                  "subresources": [
                    {
                      "responseKind": {
                        "group": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

          Value z_plus_index_plus_one =
              rewriter.create<AddV2Op>(loc, z_plus_index, one);
          Value incr = rewriter.create<DivOp>(loc, lanczos_coefficient,
                                              z_plus_index_plus_one);
          x = rewriter.create<AddV2Op>(loc, x, incr);
        }
    
        // To improve accuracy on platforms with less-precise log implementations,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/deadness_analysis_test.cc

      ops::Merge iv(root.WithOpName(prefix + "/iv"),
                    {enter_initial_value, enter_initial_value});
      Output increment_by = ops::Const(root.WithOpName(prefix + "/incr"), 1);
      Output final_value = ops::Const(root.WithOpName(prefix + "/final"), 10);
      Output loop_cond_expr =
          ops::Less(root.WithOpName(prefix + "/cond"), iv.output, final_value);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 06:59:07 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/deadness_analysis.cc

    // for Merge in a graph like:
    //
    //     Init
    //       |
    //       v
    //     Merge <-----------+
    //       |               |
    //       v               |
    //      Incr             |
    //       |               |
    //       v               |
    //      Switch <- Cond   |
    //       |               |
    //       v (oidx: 1)     |
    //       |               |
    //       +---------------+
    //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 60.4K bytes
    - Viewed (0)
Back to top