Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetStaticDimensionBounds (0.26 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

      let summary = "Internal op for testing only";
    
      let arguments = (ins);
      let results = (outs);
    }
    
    def TF_SetStaticDimensionBoundsOp : TF_Op<"SetStaticDimensionBounds", []> {
      let summary = "Op used to indicate to the compiler and runtime the static bounds of a tensor.";
      let description = [{
    The information passed through this op can possibly be used by the compiler and
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
Back to top