Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 101 of 101 for conv2 (0.05 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    `channels_last_format`, see below for details.}]>:$output
      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
    }
    
    def TF_Conv2DOp : TF_Op<"Conv2D", [InferTensorType, Pure, TF_LayoutSensitiveInterface]> {
      let summary = [{
    Computes a 2-D convolution given 4-D `input` and `filter` tensors.
      }];
    
      let description = [{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top