Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for DepthwiseConv2dNativeBackpropFilter (0.47 sec)

  1. tensorflow/cc/gradients/nn_grad.cc

          padding, input_attrs));
    
      DepthwiseConv2dNativeBackpropFilter::Attrs filter_attrs;
      filter_attrs.explicit_paddings_ = explicit_paddings;
      filter_attrs.data_format_ = data_format;
      filter_attrs.dilations_ = dilations;
      grad_outputs->push_back(DepthwiseConv2dNativeBackpropFilter(
          scope, op.input(0), Shape(scope, op.input(1)), grad_inputs[0], strides,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 27 23:34:33 UTC 2022
    - 24.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/mark_for_compilation_pass.cc

    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let results = (outs
        TF_FloatTensor:$output
      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
    }
    
    def TF_DepthwiseConv2dNativeBackpropFilterOp : TF_Op<"DepthwiseConv2dNativeBackpropFilter", [Pure]> {
      let summary = [{
    Computes the gradients of depthwise convolution with respect to the filter.
      }];
    
      let arguments = (ins
    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