Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetPermutationFromTrivialReshape (0.3 sec)

  1. tensorflow/compiler/mlir/lite/utils/utils.td

        "$1.getType().cast<ShapedType>())">>;
    
    // Returns the permutation of the trivial reshape op, this will be used to
    // construct the transpose op.
    def GetPermutationFromTrivialReshape : NativeCodeCall<
      "TFL::GetPermutationFromTrivialReshape("
        "$0.getType().cast<ShapedType>(),"
        "$1.getType().cast<ShapedType>())">;
    
    // Constraint that checks if all values in offset between two
    // attributes are non-negative.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 4.8K bytes
    - Viewed (0)
Back to top