Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for JOIN (0.47 sec)

  1. CHANGELOG/CHANGELOG-1.19.md

    - Kubeadm increased to 5 minutes its timeout for the TLS bootstrapping process to complete upon join ([#89735](https://github.com/kubernetes/kubernetes/pull/89735), [@rosti](https://github.com/rosti)) [SIG Cluster Lifecycle]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"FieldsFunc", Func, 0},
    		{"HasPrefix", Func, 0},
    		{"HasSuffix", Func, 0},
    		{"Index", Func, 0},
    		{"IndexAny", Func, 0},
    		{"IndexByte", Func, 0},
    		{"IndexFunc", Func, 0},
    		{"IndexRune", Func, 0},
    		{"Join", Func, 0},
    		{"LastIndex", Func, 0},
    		{"LastIndexAny", Func, 0},
    		{"LastIndexByte", Func, 5},
    		{"LastIndexFunc", Func, 0},
    		{"Map", Func, 0},
    		{"MinRead", Const, 0},
    		{"NewBuffer", Func, 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. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                        {{- end }}
                      {{- end}}
                    {{- end}}
                    ]
                - name: ISTIO_META_APP_CONTAINERS
                  value: "{{ $containers | join "," }}"
                - name: GOMEMLIMIT
                  valueFrom:
                    resourceFieldRef:
                      resource: limits.memory
                - name: GOMAXPROCS
                  valueFrom:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

          // make it to the return array.
          auto segment_sizes = getOperation()->getAttrOfType<DenseI32ArrayAttr>(getOperandSegmentSizeAttr());
          return OperandRangeRange(getOperands(), segment_sizes).join();
        }
      }];
    }
    
    def TF_BatchMatMulOp : TF_Op<"BatchMatMul", [Pure, TF_SameOperandsAndResultElementTypeResolveRef]> {
      let summary = "Multiplies slices of two tensors in batches.";
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation_test.go

    				strings.Join(missing.List(), "\n"))
    		}
    		if len(unexpected) > 0 {
    			t.Errorf("the following fields were in the result, but unexpected. "+
    				"If the field is new, please add it to the osNeutralFields set "+
    				"or add it to the osSpecificFields set, as appropriate:\n%s",
    				strings.Join(unexpected.List(), "\n"))
    		}
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  6. api/go1.20.txt

    pkg debug/pe, const IMAGE_FILE_MACHINE_RISCV64 = 20580 #54251
    pkg debug/pe, const IMAGE_FILE_MACHINE_RISCV64 ideal-int #54251
    pkg encoding/xml, method (*Encoder) Close() error #53346
    pkg errors, func Join(...error) error #53435
    pkg fmt, func FormatString(State, int32) string #51668
    pkg go/ast, type File struct, FileEnd token.Pos #53202
    pkg go/ast, type File struct, FileStart token.Pos #53202
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  7. RELEASE.md

            `tf.quantization.fake_quant_with_min_max_vars_per_channel`,
            `tf.quantization.fake_quant_with_min_max_vars_per_channel_gradient`.
        *   New endpoints in tf.strings namespace: `tf.strings.join` (corresponds to
            `tf.string_join`), `tf.strings.regex_replace`, `tf.strings.to_number`
            (corresponds to `tf.string_to_number`), `tf.strings.strip` (corresponds
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  8. src/testdata/Isaac.Newton-Opticks.txt

    solid Angle at that Surface, GEHF the opposite Surface, and CK a
    perpendicular on that Surface. This perpendicular makes with the edge of
    the Crystal CF, an Angle of 19 Degr. 3'. Join KF, and in it take KL, so
    that the Angle KCL be 6 Degr. 40'. and the Angle LCF 12 Degr. 23'. And
    if ST represent any beam of Light incident at T in any Angle upon the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
Back to top