Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for lowering (0.1 sec)

  1. RELEASE.md

            ML authoring is generally discouraged.
        *   Add support for unsigned 16-bit integer tensor types in cast op.
        *   Experimental support for lowering `list_ops.tensor_list_set_item` with
            `DynamicUpdateSlice`.
        *   Enabled a new MLIR-based dynamic range quantization backend by default
            *   The new backend is used for post-training int8 dynamic range
    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

      let summary = [{
    Outputs deterministic pseudorandom random integers from a uniform distribution.
      }];
    
      let description = [{
    The generated values are uniform integers covering the whole range of `dtype`.
    
    The outputs are a deterministic function of `shape` and `seed`.
      }];
    
      let arguments = (ins
        Arg<TF_I32OrI64Tensor, [{The shape of the output tensor.}]>:$shape,
    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