Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for initialize_ (0.19 sec)

  1. RELEASE.md

    *   RNG behavior change for `tf.keras.initializers`. Keras initializers will now
        use stateless random ops to generate random numbers.
        *   Both seeded and unseeded initializers will always generate the same
            values every time they are called (for a given variable shape). For
            unseeded initializers (`seed=None`), a random seed will be created and
            assigned at initializer creation (different initializer instances get
    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

    }
    
    def TF_InitializeTableOp : TF_Op<"InitializeTable", []> {
      let summary = [{
    Table initializer that takes two tensors for keys and values respectively.
      }];
    
      let arguments = (ins
        Arg<TF_StrTensor, [{Handle to a table which will be initialized.}], [TF_LookupTableWrite]>:$table_handle,
        Arg<TF_Tensor, [{Keys of type Tkey.}]>:$keys,
    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

    		{"Info.Instances", Field, 18},
    		{"Info.Scopes", Field, 5},
    		{"Info.Selections", Field, 5},
    		{"Info.Types", Field, 5},
    		{"Info.Uses", Field, 5},
    		{"Initializer", Type, 5},
    		{"Initializer.Lhs", Field, 5},
    		{"Initializer.Rhs", Field, 5},
    		{"Instance", Type, 18},
    		{"Instance.Type", Field, 18},
    		{"Instance.TypeArgs", Field, 18},
    		{"Instantiate", Func, 18},
    		{"Int", Const, 5},
    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. CHANGELOG/CHANGELOG-1.19.md

    - Fixed bug where a nonzero exit code was returned when initializing zsh completion even though zsh completion was successfully initialized ([#88165](https://github.com/kubernetes/kubernetes/pull/88165), [@brianpursley](https://github.com/brianpursley)) [SIG CLI]
    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. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                    exec:
                      command:
                      - pilot-agent
                      - wait
              {{- else if $nativeSidecar }}
                {{- /* preStop is called when the pod starts shutdown. Initialize drain. We will get SIGTERM once applications are torn down. */}}
                lifecycle:
                  preStop:
                    exec:
                      command:
                      - pilot-agent
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__apps__v1_openapi.json

                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.Probe"
                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top