Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateXlaConvOpFromTfDepthwiseConv2dOp (0.47 sec)

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

                             feature_group_cnt);
    }
    
    // Creates a XlaConvV2Op from TF DepthwiseConv2DOp and returns its output.
    Value CreateXlaConvOpFromTfDepthwiseConv2dOp(
        OpBuilder &builder, Location loc, Value input, Value filter, Value input_zp,
        Value conv_output, ArrayAttr strides, ArrayAttr dilations,
        StringAttr conv_padding, ArrayAttr explicit_paddings) {
    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