Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PrepareXlaConvParams (0.56 sec)

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

        return "Replace mixed-type Conv and Matmul cast hacks with TF XLA ops.";
      }
    
      void runOnOperation() override;
    };
    
    // Generates params for the XLA Convolution op.
    void PrepareXlaConvParams(OpBuilder &builder, Location loc, ArrayAttr strides,
                              ArrayAttr dilations, int feature_group_cnt,
                              Value &window_strides, Value &lhs_dilation,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 47.1K bytes
    - Viewed (0)
Back to top