Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ClipByValue (0.24 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/decompose_resource_ops.td

        "$_builder.create<TF::SelectOp>("
        "$0.getLoc(), $3.getType(), $1, $2, $3)">;
    
    def ConstAttrIfThenElse: NativeCodeCall<
        "($0).getValue() ? ($1) : ($2)">;
    
    // Convert clamp(lo, x, hi) to clipbyvalue(x, lo, hi).
    def Clamp: NativeCodeCall<
        "$_builder.create<TF::ClipByValueOp>("
        "  $0.getLoc(),"
        "  $2.getType(), $2, $1, $3)">;
    
    def CopyXlaOutsideCompilationAttr: NativeCodeCallVoid<
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 19:47:48 UTC 2024
    - 20.7K bytes
    - Viewed (0)
Back to top