Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 116 of 116 for Fgetxattr (0.26 sec)

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

    		{"GetsockoptInt", Func, 0},
    		{"GetsockoptUcred", Func, 1},
    		{"Gettid", Func, 0},
    		{"Gettimeofday", Func, 0},
    		{"Getuid", Func, 0},
    		{"Getwd", Func, 0},
    		{"Getxattr", Func, 1},
    		{"HANDLE_FLAG_INHERIT", Const, 0},
    		{"HKEY_CLASSES_ROOT", Const, 0},
    		{"HKEY_CURRENT_CONFIG", Const, 0},
    		{"HKEY_CURRENT_USER", Const, 0},
    		{"HKEY_DYN_DATA", Const, 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/tf2xla/transforms/legalize_tf.cc

          // avoid compilation failure when exporting "layouts" attribute of the
          // corresponding InfeedDequeueTupleOp to a graph node.
          data_and_token->setAttr("layout", op->getAttr("layouts"));
        }
        llvm::SmallVector<Value> results;
        results.reserve(result_types.size());
        for (const auto &idx_and_type : llvm::enumerate(result_types)) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  3. RELEASE.md

        (explicit) kernel methods in TensorFlow.
    
    ## Bug Fixes and Other Changes
    
    *   In python, `Operation.get_attr` on type attributes returns the Python DType
        version of the type to match expected get_attr documentation rather than the
        protobuf enum.
    *   tensorflow/contrib/rnn undergoes RNN cell variable renaming for consistency
    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. api/go1.1.txt

    pkg syscall (linux-386), func Getxattr(string, string, []uint8) (int, error)
    pkg syscall (linux-386), func Listxattr(string, []uint8) (int, error)
    pkg syscall (linux-386), func Pipe2([]int, int) error
    pkg syscall (linux-386), func PtraceSyscall(int, int) error
    pkg syscall (linux-386), func Removexattr(string, string) error
    pkg syscall (linux-386), func Setxattr(string, string, []uint8, int) error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        MutableOperandRange getArgOperandsMutable() {
          return getArgsMutable();
        }
    
        // Returns the callee of this operation.
        CallInterfaceCallable getCallableForCallee() { return getFAttr(); }
        // Sets the callee from the callable.
        void setCalleeFromCallable(CallInterfaceCallable callee);
    
        // returns the callee of this operation.
        func::FuncOp func() {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  6. api/go1.2.txt

    pkg syscall (linux-arm-cgo), func GetsockoptUcred(int, int, int) (*Ucred, error)
    pkg syscall (linux-arm-cgo), func Gettid() int
    pkg syscall (linux-arm-cgo), func Getxattr(string, string, []uint8) (int, error)
    pkg syscall (linux-arm-cgo), func InotifyAddWatch(int, string, uint32) (int, error)
    pkg syscall (linux-arm-cgo), func InotifyInit() (int, error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
Back to top