Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for perror (0.06 sec)

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

        // We need constant input shape to perform padding calculations later.
        DenseIntElementsAttr input_shape_attr;
        if (!matchPattern(op.getShape(), m_Constant(&input_shape_attr)))
          return failure();
    
        // We also need constant begin/end indices and strides to perform padding
        // calculations.
        // Bounded shape after performing strided slice
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  2. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	//
    	// If the probe is enabled, it is recommended to have delay=0s,period=15s,failureThreshold=4.
    	// This ensures the pod is marked ready immediately after the startup probe passes (which has a 1s poll interval),
    	// and doesn't spam the readiness endpoint too much
    	//
    	// If the probe is disabled, it is recommended to have delay=1s,period=2s,failureThreshold=30.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
Back to top