Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Sendfile (0.28 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"SecurityAttributes.InheritHandle", Field, 0},
    		{"SecurityAttributes.Length", Field, 0},
    		{"SecurityAttributes.SecurityDescriptor", Field, 0},
    		{"Seek", Func, 0},
    		{"Select", Func, 0},
    		{"Sendfile", Func, 0},
    		{"Sendmsg", Func, 0},
    		{"SendmsgN", Func, 3},
    		{"Sendto", Func, 0},
    		{"Servent", Type, 0},
    		{"Servent.Aliases", Field, 0},
    		{"Servent.Name", Field, 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)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
    
      let builders = [
        OpBuilder<(ins "Value":$input)>
      ];
    
      let hasFolder = 1;
    }
    
    def TF_ReadFileOp : TF_Op<"ReadFile", [Pure, TF_NoConstantFold]> {
      let summary = "Reads and outputs the entire contents of the input filename.";
    
      let arguments = (ins
        TF_StrTensor:$filename
      );
    
      let results = (outs
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top