Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for constant_tensor (0.17 sec)

  1. tensorflow/compiler/mlir/tfr/ir/tfr_ops.td

      }];
    }
    
    def TFR_ConstantTensorOp : TFR_Op<"constant_tensor", [Pure]> {
      let description = [{
        The `constant_tensor` operation converts the operand with non-built-in
        tensor type to built-in tensor type or tfr.tensor type. If it is built-in
        tensor type, the shape shouldn't be changed during the conversion.
    
        Example:
    
        ```mlir
        %1 = tfr.constant_tensor(%0) : f32 -> tensor<f32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 10:54:29 UTC 2024
    - 17.4K bytes
    - Viewed (0)
Back to top