Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getOutBackprop (0.63 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        tensorflow::Padding padding;
        if (!GetPaddingFromString(op.getPadding().str(), &padding).ok())
          return failure();
    
        auto out_backprop_ty =
            mlir::dyn_cast<RankedTensorType>(op.getOutBackprop().getType());
        auto filter_ty = mlir::dyn_cast<RankedTensorType>(op.getFilter().getType());
    
        // With the exception of out_backprop's batch dimension, out_backprop and
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top