Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RecursivelyDuplicateConstantsForOperands (0.38 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/duplicate_shape_determining_constants.cc

                                   TF::SizeOp, TF::TensorArraySizeV3Op,
                                   TF::XlaSetBoundOp>(op);
    }
    
    // Recursively duplicate constants for `op_operands` upward.
    void RecursivelyDuplicateConstantsForOperands(
        llvm::ArrayRef<OpOperand*> op_operands) {
      // Target operands to duplicate if it is a ConstOp.
      llvm::SmallVector<OpOperand*, 4> duplication_targets{op_operands.begin(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 22 05:52:39 UTC 2024
    - 17.5K bytes
    - Viewed (0)
Back to top