Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ActivationName (0.76 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/lift_quantizable_spots_as_functions.td

    multiclass LiftCompositeOpsWithActivation<Op ActivationOp, string ActivationName> {
      def LiftConvWith#ActivationOp : Pat<
        (ActivationOp:$res
          (TF_Conv2DOp $input, $filter, $strides, $use_cudnn_on_gpu, $padding,
            $explicit_paddings, IsDataFormatNHWC:$data_format, $dilations)),
        (LiftAsTFPartitionedCall<"composite_conv2d_with_"# ActivationName #"_fn">
          (ArgumentList $input, $filter),
          (ResultList $res),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Dec 10 05:52:02 UTC 2023
    - 15.6K bytes
    - Viewed (0)
Back to top