Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for isInitialized (0.42 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = [{
    Checks whether a resource handle-based variable has been initialized.
      }];
    
      let arguments = (ins
        Arg<TF_ResourceTensor, [{the input resource handle.}], [TF_VariableRead]>:$resource
      );
    
      let results = (outs
        Res<TF_BoolTensor, [{a scalar boolean which is true if the variable has been
    initialized.}]>:$is_initialized
      );
    
      let hasCanonicalizer = 1;
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

            when
        *   Ensure `tf.distributions.Multinomial` doesn't underflow in `log_prob`.
            Before this change, all partitions of an integer variable were
            initialized with the shape of the unpartitioned variable; after this
            change they are initialized correctly.
    *   Other:
        *   Add necessary shape util support for bfloat16.
        *   Add a way to run ops using a step function to MonitoredSession.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. 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