Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 188 for then (0.05 sec)

  1. pilot/pkg/networking/core/cluster_test.go

    // Copyright Istio Authors
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    //
    //     http://www.apache.org/licenses/LICENSE-2.0
    //
    // Unless required by applicable law or agreed to in writing, software
    // distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/tests/uniform-quantized-stablehlo-to-tfl.mlir

    // -----
    
    // Tests that when the weight tensor for `stablehlo.dot_general` has a
    // `stablehlo.constant` -> `stablehlo.transpose` pattern, the
    // `stablehlo.constant` is directly transformed to `tfl.pseudo_qconst`, which
    // becomes the rhs of `tfl.fully_connected`. This is because
    // `tfl.fully_connected` accepts a [o, i] format for rhs, which
    // `stablehlo.constant` op already has before the transpose.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 17:10:32 UTC 2024
    - 106.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    }
    
    // TemplateParamQualifiedArg is used when the mangled name includes
    // both the template parameter declaration and the template argument.
    // See https://github.com/itanium-cxx-abi/cxx-abi/issues/47.
    type TemplateParamQualifiedArg struct {
    	Param AST
    	Arg   AST
    }
    
    func (tpqa *TemplateParamQualifiedArg) print(ps *printState) {
    	// We only demangle the actual template argument.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  4. cmd/admin-handlers.go

    // it under the terms of the GNU Affero General Public License as published by
    // the Free Software Foundation, either version 3 of the License, or
    // (at your option) any later version.
    //
    // This program is distributed in the hope that it will be useful
    // but WITHOUT ANY WARRANTY; without even the implied warranty of
    // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  5. pkg/config/validation/validation_test.go

    // Copyright Istio Authors
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    //
    //     http://www.apache.org/licenses/LICENSE-2.0
    //
    // Unless required by applicable law or agreed to in writing, software
    // distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/shape_inference.mlir

        // However we don't want to use the type of the mul as the type is less
        // static, it'd be lossy.
        // CHECK: tf.Pow
        // CHECK-SAME: -> tensor<f32>
        %pow = "tf.Pow"(%mul, %cst1) : (tensor<*xf32>, tensor<f32>) -> tensor<f32>
        func.return %pow : tensor<f32>
      }
    
    
      // Test propagation of multiple callers into a function when all the callers
      // have the same operand types.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 17:24:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	REG_NOTIFY_CHANGE_LAST_SET = 0x00000004
    
    	// REG_NOTIFY_CHANGE_SECURITY notifies the caller of changes to the security descriptor of the key.
    	REG_NOTIFY_CHANGE_SECURITY = 0x00000008
    
    	// REG_NOTIFY_THREAD_AGNOSTIC indicates that the lifetime of the registration must not be tied to the lifetime of the thread issuing the RegNotifyChangeKeyValue call. Note: This flag value is only supported in Windows 8 and later.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  8. tests/integration/pilot/common/routing.go

    //     The cluster, however, will be shared, which is broken, because we should be forwarding to T when we call B, and T' when we call B'.
    //  3. Another service, B', with P' -> T. In this case, the listener is shared. This is fine, with the exception of different protocols
    //     The cluster is distinct.
    //  4. Another service, B', with P' -> T'. There is no conflicts here at all.
    func serviceCases(t TrafficContext) {
    	for _, c := range t.Apps.A {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/patch_test.go

    	// ThreeWay is the expected three-way merge patch
    	ThreeWay map[string]interface{}
    	// Result is the expected object after applying the three-way patch on current object.
    	Result map[string]interface{}
    	// TwoWayResult is the expected object after applying the two-way patch on current object.
    	// If nil, Modified is used.
    	TwoWayResult map[string]interface{}
    }
    
    // The meaning of each field is the same as StrategicMergePatchTestCaseData's.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 16:45:45 UTC 2023
    - 130.4K bytes
    - Viewed (0)
  10. pkg/printers/internalversion/printers_test.go

    /*
    Copyright 2014 The Kubernetes Authors.
    
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
    
        http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
Back to top