Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for broadcast_in_dim_op (0.29 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/compose_uniform_quantized_type_pass.cc

        Value subtract_op_second_operand = subtract_op->getOperand(1);
        if (auto broadcast_in_dim_op = TryCast<stablehlo::BroadcastInDimOp>(
                subtract_op_second_operand.getDefiningOp(),
                /*name=*/"broadcast_in_dim_for_subtract_op_operand");
            succeeded(broadcast_in_dim_op)) {
          subtract_op_second_operand = broadcast_in_dim_op->getOperand();
        }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 64.6K bytes
    - Viewed (0)
Back to top