Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for directionality (0.17 sec)

  1. pkg/controller/volume/persistentvolume/pv_controller.go

    //
    // The fundamental key to this design is the bi-directional "pointer" between
    // PersistentVolumes (PVs) and PersistentVolumeClaims (PVCs), which is
    // represented here as pvc.Spec.VolumeName and pv.Spec.ClaimRef. The bi-
    // directionality is complicated to manage in a transactionless system, but
    // without it we can't ensure sane behavior in the face of different forms of
    // trouble. For example, a rogue HA controller instance could end up racing
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/transforms/optimize_patterns.td

      // 2. The rank of the input to reshape is <= reshape output.
      // 3. The rank of the output to reshape is <= binary rhs.
      // The conditions 2 and 3 will make sure any required increase in
      // dimentionality dure to reshape op is not lost.
      def RemoveRedundantReshapeUsedAsLhsTo#BinaryOp : Pat<
        (BinaryOp (TFL_ReshapeOp:$lhs $input, (Arith_ConstantOp:$shape $s)),
                  $rhs, $act_fn),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 66.4K bytes
    - Viewed (0)
Back to top