Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for biases (0.17 sec)

  1. RELEASE.md

        test your code with TF 1.1; ensure it raises no errors, and then upgrade to
        TF 1.2.
    *   RNNCells' variable names have been renamed for consistency with Keras
        layers. Specifically, the previous variable names "weights" and "biases"
        have been changed to "kernel" and "bias", respectively. This may cause
    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. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"User.Username", Field, 0},
    	},
    	"path": {
    		{"Base", Func, 0},
    		{"Clean", Func, 0},
    		{"Dir", Func, 0},
    		{"ErrBadPattern", Var, 0},
    		{"Ext", Func, 0},
    		{"IsAbs", Func, 0},
    		{"Join", Func, 0},
    		{"Match", Func, 0},
    		{"Split", Func, 0},
    	},
    	"path/filepath": {
    		{"Abs", Func, 0},
    		{"Base", Func, 0},
    		{"Clean", Func, 0},
    		{"Dir", Func, 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)
  3. src/testdata/Isaac.Newton-Opticks.txt

    _Illustration._ In the twenty-first Figure, ABC is the first Prism, BC
    its Base, B and C its equal Angles at the Base, each of 45 Degrees, A
    its rectangular Vertex, FM a beam of the Sun's Light let into a dark
    Room through a hole F one third part of an Inch broad, M its Incidence
    on the Base of the Prism, MG a less refracted Ray, MH a more refracted
    Ray, MN the beam of Light reflected from the Base, VXY the second Prism
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.19.md

        
        From: [@mikedanese](https://github.com/mikedanese):
        Instead of aliasing. Aliases are annoying in a number of ways. This is
        specifically bugging me now because they make the action graph harder to
        analyze programmatically. By using aliases here, we would need to handle
        potentially aliased go_binary targets and dereference to the effective
        target.
      
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    }
    
    def TF_StatelessRandomGetAlgOp : TF_Op<"StatelessRandomGetAlg", []> {
      let summary = "Picks the best counter-based RNG algorithm based on device.";
    
      let description = [{
    This op picks the best counter-based RNG algorithm based on device.
      }];
    
      let arguments = (ins);
    
      let results = (outs
        Res<TF_Int32Tensor, [{The RNG algorithm (shape int32[]).}]>:$alg
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  6. src/main/webapp/css/admin/bootstrap.min.css.map

    false\n$enable-responsive-font-sizes: true !default;\n\n// Cache $rfs-base-font-size unit\n$rfs-base-font-size-unit: unit($rfs-base-font-size);\n\n// Remove px-unit from $rfs-base-font-size for calculations\n@if $rfs-base-font-size-unit == \"px\" {\n  $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1);\n}\n@else if $rfs-base-font-size-unit == \"rem\" {\n  $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  7. src/main/webapp/css/bootstrap.min.css.map

    false\n$enable-responsive-font-sizes: true !default;\n\n// Cache $rfs-base-font-size unit\n$rfs-base-font-size-unit: unit($rfs-base-font-size);\n\n// Remove px-unit from $rfs-base-font-size for calculations\n@if $rfs-base-font-size-unit == \"px\" {\n  $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1);\n}\n@else if $rfs-base-font-size-unit == \"rem\" {\n  $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 626.8K bytes
    - Viewed (0)
Back to top