Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for last_val (0.11 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

          };
          last_val[0] = maybe_cast(const_val, op.getResult(3).getType());
          last_val[1] = maybe_cast(const_val, op.getResult(4).getType());
        }
        rewriter.replaceOp(
            op, {/*x_backprop=*/x_backprop,
                 /*scale_backprop=*/scale_backprop,
                 /*offset_backprop=*/offset_backprop, last_val[0], last_val[1]});
        return success();
      }
    };
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top