Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for data_type_ (0.36 sec)

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

      }];
    
      let description = [{
    Given a tensor `input`, this operation returns a tensor that has the same buffer
    data as `input` with datatype `type`.
    
    If the input datatype `T` is larger than the output datatype `type` then the
    shape changes from [...] to [..., sizeof(`T`)/sizeof(`type`)].
    
    If `T` is smaller than `type`, the operator requires that the rightmost
    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

            tf.constant.
        *   Add experimental IndexedDatasets.
        *   Add selective registration target using the lite proto runtime.
        *   Add simple Tensor and DataType classes to TensorFlow Lite Java
        *   Add support for bitcasting to/from uint32 and uint64.
        *   Added a subclass of Estimator that can be created from a SavedModel
            (SavedModelEstimator).
    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