Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Strip (0.12 sec)

  1. RELEASE.md

            canned Estimators`.
        *   `Estimator.export_savedmodel` has been renamed to `export_saved_model`.
        *   When saving to SavedModel, Estimators will strip default op attributes.
            This is almost always the correct behavior, as it is more forwards
            compatible, but if you require that default attributes to be saved with
    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_StringStripOp : TF_Op<"StringStrip", [Pure, TF_SameOperandsAndResultTypeResolveRef]> {
      let summary = "Strip leading and trailing whitespaces from the Tensor.";
    
      let description = [{
    Examples:
    
    >>> tf.strings.strip(["\nTensorFlow", "     The python library    "]).numpy()
    array([b'TensorFlow', b'The python library'], dtype=object)
      }];
    
      let arguments = (ins
    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