Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tolen (0.06 sec)

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

        Res<TF_Tensor, [{The partially reversed input. It has the same shape as `input`.}]>:$output
      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
      TF_DerivedOperandTypeAttr Tlen = TF_DerivedOperandTypeAttr<1>;
    }
    
    def TF_ReverseV2Op : TF_Op<"ReverseV2", [Pure]> {
      let summary = "Reverses specific dimensions of a tensor.";
    
      let description = [{
    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

        `RandomTranslation`, `RandomRotation`, `RandomHeight`, `RandomWidth`,
        `RandomZoom`, `RandomContrast`
    *   Improved **`TextVectorization`** layer, which handles string tokenization,
        n-gram generation, and token encoding
        *   The `TextVectorization` layer now accounts for the mask_token as part of
            the vocabulary size when output_mode='int'. This means that, if you have
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top