Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for whitespaces (0.16 sec)

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

      TF_DerivedOperandSizeAttr N = TF_DerivedOperandSizeAttr<0>;
    }
    
    def TF_StringStripOp : TF_Op<"StringStrip", [Pure, TF_SameOperandsAndResultTypeResolveRef]> {
      let summary = "Strip leading and trailing whitespaces from the Tensor.";
    
      let description = [{
    Examples:
    
    >>> tf.strings.strip(["\nTensorFlow", "     The python library    "]).numpy()
    array([b'TensorFlow', b'The python library'], dtype=object)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    		},
    		field.ErrorList{{Type: field.ErrorTypeRequired, Field: "ephemeralContainers[0].name"}},
    	}, {
    		"whitespace padded image name",
    		line(),
    		[]core.EphemeralContainer{
    			{EphemeralContainerCommon: core.EphemeralContainerCommon{Name: "debug", Image: " image", ImagePullPolicy: "IfNotPresent", TerminationMessagePolicy: "File"}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Scanner.Error", Field, 0},
    		{"Scanner.ErrorCount", Field, 0},
    		{"Scanner.IsIdentRune", Field, 4},
    		{"Scanner.Mode", Field, 0},
    		{"Scanner.Position", Field, 0},
    		{"Scanner.Whitespace", Field, 0},
    		{"SkipComments", Const, 0},
    		{"String", Const, 0},
    		{"TokenString", Func, 0},
    	},
    	"text/tabwriter": {
    		{"(*Writer).Flush", Method, 0},
    		{"(*Writer).Init", 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)
Back to top