Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for biases (0.1 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. 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)
Back to top