Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 45 for constants_ (2.88 sec)

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

    	v3 "istio.io/istio/pilot/pkg/xds/v3"
    	"istio.io/istio/pilot/test/xdstest"
    	istiocluster "istio.io/istio/pkg/cluster"
    	"istio.io/istio/pkg/config"
    	"istio.io/istio/pkg/config/constants"
    	"istio.io/istio/pkg/config/host"
    	"istio.io/istio/pkg/config/labels"
    	"istio.io/istio/pkg/config/protocol"
    	"istio.io/istio/pkg/config/schema/gvk"
    	"istio.io/istio/pkg/network"
    	"istio.io/istio/pkg/security"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

          {pad_op.getEdgePaddingLow().size()}, rewriter.getI64Type());
      auto slice_begins_const_op = rewriter.create<arith::ConstantOp>(
          loc, slice_attr_type,
          DenseIntElementsAttr::get(slice_attr_type, slice_begins));
      auto slice_sizes_const_op = rewriter.create<arith::ConstantOp>(
          loc, slice_attr_type,
          DenseIntElementsAttr::get(slice_attr_type, slice_sizes));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  3. pkg/config/validation/validation.go

    		if err := checkDryRunAnnotation(config, isAuthz); err != nil {
    			return nil, err
    		}
    		if _, f := config.Annotations[constants.AlwaysReject]; f {
    			return nil, fmt.Errorf("%q annotation found, rejecting", constants.AlwaysReject)
    		}
    		return f(config)
    	}
    }
    
    func checkDryRunAnnotation(cfg config.Config, allowed bool) error {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/test/testdata/cmpConst_test.go

    	{idx: 6, exp: ge, fn: ge_127_int8},
    	{idx: 6, exp: eq, fn: eq_127_int8},
    	{idx: 6, exp: ne, fn: ne_127_int8},
    }
    
    // TestComparisonsConst tests results for comparison operations against constants.
    func TestComparisonsConst(t *testing.T) {
    	for i, test := range uint64_tests {
    		for j, x := range uint64_vals {
    			want := test.exp.l
    			if j == test.idx {
    				want = test.exp.e
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 103.1K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/ppc64/asm9.go

    			}
    		}
    
    		return C_GOK
    
    	case obj.TYPE_TEXTSIZE:
    		return C_TEXTSIZE
    
    	case obj.TYPE_FCONST:
    		// The only cases where FCONST will occur are with float64 +/- 0.
    		// All other float constants are generated in memory.
    		f64 := a.Val.(float64)
    		if f64 == 0 {
    			if math.Signbit(f64) {
    				return C_S16CON
    			}
    			return C_ZCON
    		}
    		log.Fatalf("Unexpected nonzero FCONST operand %v", a)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/transforms/optimize.cc

      }
    };
    
    // If the operand to a broadcastable op is a splat constant, try to replace it
    // with a 0-d constant, e.g. before this optimization,
    //   %cst = arith.constant dense<1.0> : tensor<16x16x4xf32>
    //   %0 = "tfl.conv_2d"...
    //   %1 = "tfl.add"(%0, %cst) : (tensor<16x16x4xf32>, tensor<16x16x4xf32>)
    // After this optimization:
    //   %cst = arith.constant dense<1.0> : tensor<f32>
    //   %0 = "tfl.conv_2d"...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/_gen/generic.rules

    // Reassociate expressions involving
    // constants such that constants come first,
    // exposing obvious constant-folding opportunities.
    // Reassociate (op (op y C) x) to (op C (op x y)) or similar, where C
    // is constant, which pushes constants to the outside
    // of the expression. At that point, any constant-folding
    // opportunities should be obvious.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  8. src/main/webapp/js/admin/bootstrap.min.js.map

    lob/master/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport $ from 'jquery'\nimport Util from './util'\n\n/**\n * ------------------------------------------------------------------------\n * Constants\n * ------------------------------------------------------------------------\n */\n\nconst NAME                = 'alert'\nconst VERSION             = '4.3.1'\nconst DATA_KEY            = 'bs.alert'\nconst EVENT_KEY           = `.${DATA_KEY}`\nconst...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 185.8K bytes
    - Viewed (1)
  9. src/main/webapp/js/bootstrap.min.js.map

    lob/master/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nimport $ from 'jquery'\nimport Util from './util'\n\n/**\n * ------------------------------------------------------------------------\n * Constants\n * ------------------------------------------------------------------------\n */\n\nconst NAME                = 'alert'\nconst VERSION             = '4.4.1'\nconst DATA_KEY            = 'bs.alert'\nconst EVENT_KEY           = `.${DATA_KEY}`\nconst...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Jan 11 06:54:28 UTC 2020
    - 189.9K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

          const SavedConstant& constant = object.constant();
          const TensorProto* value = ExtractConstTensorFromGraph(
              saved_model->meta_graph_def().graph_def(), constant.operation());
          if (!value) {
            return errors::FailedPrecondition(
                "Unable to find const node referenced in object graph: ",
                constant.operation());
          }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
Back to top