Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for out_backprop (0.09 sec)

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

        auto filter_ty = mlir::dyn_cast<RankedTensorType>(op.getFilter().getType());
    
        // With the exception of out_backprop's batch dimension, out_backprop and
        // filter need to have static shape. Filter is validated here, out_backprop
        // is mostly validated at use.
        if (!out_backprop_ty || !filter_ty || !filter_ty.hasStaticShape())
          return failure();
    
    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