Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for convenient (0.11 sec)

  1. RELEASE.md

        *   Introduced member method `tf.saved_model.experimental.Fingerprint.singleprint()`, which provides a convenient way to uniquely identify a SavedModel.
    
    ### Bug Fixes and Other Changes
    
    *   `tf.Variable`
    
    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

        DefaultValuedOptionalAttr<BoolAttr, "true">:$validate_shape,
        DefaultValuedOptionalAttr<BoolAttr, "true">:$use_locking
      );
    
      let results = (outs
        Res<TF_Tensor, [{= Same as "ref".  Returned as a convenience for operations that want
    to use the new value after the variable has been reset.}]>:$output_ref
      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
    }
    
    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