Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Platen (0.11 sec)

  1. tensorflow/compiler/mlir/lite/transforms/optimize_patterns.td

      "TFL::IsReducedTailOfShape($0.getType(), $1.getType())">>;
    
    def IsRankLessThanEqualTo : Constraint<CPred<
      "$0.getType().cast<ShapedType>().getRank() <= "
      "$1.getType().cast<ShapedType>().getRank()">>;
    
    def Flatten : NativeCodeCall<
      "$0.cast<DenseElementsAttr>()"
        ".reshape(RankedTensorType::get({$0.getType().cast<ShapedType>().getNumElements()}, "
                                       "$0.getType().cast<ShapedType>().getElementType()))">;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 66.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    read/assign ops on local variables. A later resource lifting pass can further
    remove the local variables.
    
    This pass requires that the full shape of the tensor array can be inferred:
    1) the size needs to be a constant, 2) it specifies the full element shape,
    or that can be inferred from a later write, and 3) all elements have the same
    shape.
    ### `-tf-tensor-device-copy`
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
Back to top