Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for setAttr (0.26 sec)

  1. 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)
  2. 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)
  3. 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)
  4. api/go1.14.txt

    pkg syscall (freebsd-arm64), type SysProcAttr struct, Pgid int
    pkg syscall (freebsd-arm64), type SysProcAttr struct, Ptrace bool
    pkg syscall (freebsd-arm64), type SysProcAttr struct, Setctty bool
    pkg syscall (freebsd-arm64), type SysProcAttr struct, Setpgid bool
    pkg syscall (freebsd-arm64), type SysProcAttr struct, Setsid bool
    pkg syscall (freebsd-arm64), type Termios struct
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  5. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type SysProcAttr struct, Pgid int #53466
    pkg syscall (freebsd-riscv64), type SysProcAttr struct, Ptrace bool #53466
    pkg syscall (freebsd-riscv64), type SysProcAttr struct, Setctty bool #53466
    pkg syscall (freebsd-riscv64), type SysProcAttr struct, Setpgid bool #53466
    pkg syscall (freebsd-riscv64), type SysProcAttr struct, Setsid bool #53466
    pkg syscall (freebsd-riscv64), type Termios struct #53466
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
Back to top