Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 168 of 168 for setFAttr (0.32 sec)

  1. src/syscall/zsyscall_linux_ppc64.go

    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func Setxattr(path string, attr string, data []byte, flags int) (err error) {
    	var _p0 *byte
    	_p0, err = BytePtrFromString(path)
    	if err != nil {
    		return
    	}
    	var _p1 *byte
    	_p1, err = BytePtrFromString(attr)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 41K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

            *sharding_proto.add_tuple_shardings() =
                ::xla::sharding_builder::AssignDevice(0);
            data_and_token->setAttr(
                kShardingAttr,
                rewriter.getStringAttr(sharding_proto.SerializeAsString()));
          } else {
            data_and_token->setAttr(kShardingAttr, op.get_XlaShardingAttr());
          }
        }
    
        if (op->hasAttr("layouts")) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (1)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_linux.go

    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func Setxattr(path string, attr string, data []byte, flags int) (err error) {
    	var _p0 *byte
    	_p0, err = BytePtrFromString(path)
    	if err != nil {
    		return
    	}
    	var _p1 *byte
    	_p1, err = BytePtrFromString(attr)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"SetsockoptInt", Func, 0},
    		{"SetsockoptLinger", Func, 0},
    		{"SetsockoptString", Func, 0},
    		{"SetsockoptTimeval", Func, 0},
    		{"Settimeofday", Func, 0},
    		{"Setuid", Func, 0},
    		{"Setxattr", Func, 1},
    		{"Shutdown", Func, 0},
    		{"SidTypeAlias", Const, 0},
    		{"SidTypeComputer", Const, 0},
    		{"SidTypeDeletedAccount", Const, 0},
    		{"SidTypeDomain", Const, 0},
    		{"SidTypeGroup", 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)
  5. api/go1.1.txt

    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
    pkg syscall (linux-386), func SlicePtrFromStrings([]string) ([]*uint8, error)
    pkg syscall (linux-386), type SysProcAttr struct, Ctty int
    pkg syscall (linux-386), type TCPInfo struct
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  6. RELEASE.md

            which would previously raise an error. This will correspond to an
            attribute name with an embedded '.' symbol (e.g. 'a.b'), which can only
            be accessed indirectly (e.g. through getattr and setattr). To set this
            up the user will first need to explicitly add the variable to the hparam
            object (e.g. "hparams.add_hparam(name='a.b', value=0.0)").
        *   Benchmark for tf.scan in graph and eager modes.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

          return (*this)->getAttrOfType<SymbolRefAttr>("f");
        }
    
        /// Set the callee for this operation.
        void setCalleeFromCallable(CallInterfaceCallable callee) {
          (*this)->setAttr("f", callee.get<SymbolRefAttr>());
        }
      }];
    }
    
    def TF_RepeatDatasetOp : TF_Op<"RepeatDataset", [Pure]> {
      let summary = [{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  8. api/go1.2.txt

    pkg syscall (linux-arm-cgo), func Settimeofday(*Timeval) error
    pkg syscall (linux-arm-cgo), func Setuid(int) error
    pkg syscall (linux-arm-cgo), func Setxattr(string, string, []uint8, int) error
    pkg syscall (linux-arm-cgo), func Shutdown(int, int) error
    pkg syscall (linux-arm-cgo), func SlicePtrFromStrings([]string) ([]*uint8, 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