Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for COPYING (0.2 sec)

  1. RELEASE.md

            all transformations.
        *   The optimization `parallel_batch` now becomes default if not disabled by
            users, which will parallelize copying of batch elements.
        *   Added the ability for `TensorSliceDataset` to identify and handle inputs
            that are files. This enables creating hermetic SavedModels when using
            datasets created from files.
    
    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<2>;
    }
    
    def TF_BitcastOp : TF_Op<"Bitcast", [Pure]> {
      let summary = [{
    Bitcasts a tensor from one type to another without copying data.
      }];
    
      let description = [{
    Given a tensor `input`, this operation returns a tensor that has the same buffer
    data as `input` with datatype `type`.
    
    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