Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 31 for analyzing (0.16 sec)

  1. releasenotes/notes/34814.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: istioctl
    issue:
      - 34653
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Sep 14 07:18:19 UTC 2021
    - 216 bytes
    - Viewed (0)
  2. releasenotes/notes/44137.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: istioctl
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 28 12:58:54 UTC 2023
    - 180 bytes
    - Viewed (0)
  3. releasenotes/notes/44506.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: istioctl
    issue:
      - 40861
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 27 03:04:29 UTC 2023
    - 195 bytes
    - Viewed (0)
  4. releasenotes/notes/48689.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: istioctl
    issue:
    - 44844
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jan 08 11:45:29 UTC 2024
    - 221 bytes
    - Viewed (0)
  5. pkg/config/analysis/analyzers/deployment/pod.go

    		return true
    	})
    }
    
    func (appUID *ApplicationUIDAnalyzer) analyzeAppUIDForPod(resource *resource.Instance, context analysis.Context) {
    	p := resource.Message.(*v1.PodSpec)
    	// Skip analyzing control plane for IST0144
    	if util.IsIstioControlPlane(resource) {
    		return
    	}
    	message := msg.NewInvalidApplicationUID(resource)
    
    	if p.SecurityContext != nil && p.SecurityContext.RunAsUser != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 01 01:34:15 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  6. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/ProguardSmokeTest.groovy

                    outputFile = project.layout.buildDirectory.file("reports/plugins/validation-report-for-proguard.txt")
                    classes.from({ ->
                        // Only test this one task, since analyzing all the classes seems to cause some problems
                        configurations.runtimeClasspath.files.collect { project.zipTree(it).matching { include "**/ProGuardTask.*" } }
                    })
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  7. releasenotes/notes/25302.yaml

    # releaseNotes is a markdown listing of any user facing changes. This will appear in the
    # release notes.
    releaseNotes:
    - |
      **Improved** `istioctl analyze` to find the exact line number with configuration errors when analyzing yaml files.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 11 21:20:58 UTC 2020
    - 449 bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tfrt/analysis/tensor_array_side_effect_analysis.h

    namespace tensorflow {
    namespace tfrt_compiler {
    
    // Return true if it is a TensorArrayOp, eg. TensorArrayV3Op.
    bool IsTensorArrayOp(mlir::Operation* op);
    
    // This class provides utilities for analyzing side effects for TensorArray ops
    // in the graph. mlir::TF::SideEffectAnalysis currently produces suboptimal
    // side-effect analysis for TensorArray ops. On the other hand, control
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 30 02:12:49 UTC 2022
    - 2K bytes
    - Viewed (0)
  9. pkg/config/analysis/analyzers/virtualservice/util.go

    // limitations under the License.
    
    package virtualservice
    
    import (
    	"istio.io/api/networking/v1alpha3"
    )
    
    // AnnotatedDestination holds metadata about a Destination object that is used for analyzing
    type AnnotatedDestination struct {
    	RouteRule        string
    	ServiceIndex     int
    	DestinationIndex int
    	Destination      *v1alpha3.Destination
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 07 15:18:05 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/g3doc/overview.md

    called “lowerings”)
    
    MLIR is highly influenced by [LLVM](https://llvm.org/) and unabashedly reuses
    many great ideas from it. It has a flexible type system, and allows
    representing, analyzing and transforming graphs combining multiple levels of
    abstraction in the same compilation unit. These abstractions include TensorFlow
    operations, nested polyhedral loop regions, and even LLVM instructions and fixed
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 21 01:37:38 UTC 2020
    - 1.8K bytes
    - Viewed (0)
Back to top