Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for transformAction (0.16 sec)

  1. RELEASE.md

        *   Major new features include `Dataset.from_generator()` (for building an
            input pipeline from a Python generator), and the `Dataset.apply()`
            method for applying custom transformation functions.
        *   Several custom transformation functions have been added, including
            `tf.contrib.data.batch_and_drop_remainder()` and
            `tf.contrib.data.sloppy_interleave()`.
    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

      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
    }
    
    def TF_ModelDatasetOp : TF_Op<"ModelDataset", [Pure]> {
      let summary = "Identity transformation that models performance.";
    
      let description = [{
    Identity transformation that models performance.
      }];
    
      let arguments = (ins
        Arg<TF_VariantTensor, [{A variant tensor representing the input dataset.}]>:$input_dataset,
    
    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