Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newOff (0.07 sec)

  1. tensorflow/compiler/mlir/lite/transforms/optimize.cc

            /*keep_num_dims=*/rewriter.getBoolAttr(true),
            /*asymmetric_quantize_inputs=*/fc_op.getAsymmetricQuantizeInputsAttr());
    
        // Create the updated FC.
        auto new_fc = rewriter.create<TFL::FullyConnectedOp>(
            FusedLoc::get(add_op.getContext(), {add_op.getLoc(), fc_op.getLoc()}),
            fc_op.getOutput().getTypes(),
            /*input=*/add_op.getLhs(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (1)
Back to top