Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 3,161 for INC (0.22 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/odml_converter/transforms/shlo_simplify.cc

    namespace mlir {
    namespace odml {
    namespace {
    
    #define GEN_PASS_DEF_SHLOSIMPLIFYPASS
    #include "tensorflow/compiler/mlir/lite/stablehlo/odml_converter/passes.h.inc"
    #include "tensorflow/compiler/mlir/lite/stablehlo/odml_converter/transforms/generated_shlo_simplify.inc"
    
    // Performs misc odml "cleanup" on shlo dialect. This is a functional standin
    // for canonicalization and folding which is not offered directly by the
    // shlo implementation.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 10 03:05:20 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  2. samples/guide/src/main/java/okhttp3/recipes/kt/CustomTrust.kt

        NVOFBkpdn627G190
        -----END CERTIFICATE-----
        """.trimIndent().decodeCertificatePem()
    
      // CN=Entrust Root Certification Authority, OU="(c) 2006 Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, O="Entrust, Inc.", C=US
      val entrustRootCertificateAuthority =
        """
        -----BEGIN CERTIFICATE-----
        MIIEkTCCA3mgAwIBAgIERWtQVDANBgkqhkiG9w0BAQUFADCBsDELMAkGA1UEBhMC
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/endpoints/filters/metrics.go

    	case !ok:
    		resultLabel = failureLabel
    	default:
    		resultLabel = successLabel
    		authenticatedUserCounter.WithContext(ctx).WithLabelValues(compressUsername(resp.User.GetName())).Inc()
    	}
    
    	authenticatedAttemptsCounter.WithContext(ctx).WithLabelValues(resultLabel).Inc()
    	authenticationLatency.WithContext(ctx).WithLabelValues(resultLabel).Observe(authFinish.Sub(authStart).Seconds())
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 20 13:35:55 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  4. src/cmd/go/internal/tool/tool.go

    				// that we're impersonating dist list if knowing that becomes important?
    				telemetry.Inc("go/subcommand:tool-dist")
    				return
    			}
    		}
    
    		telemetry.Inc("go/subcommand:tool-unknown")
    		// Emit the usual error for the missing tool.
    		_ = base.Tool(toolName)
    	} else {
    		// Increment a counter for the tool subcommand with the tool name.
    		telemetry.Inc("go/subcommand:tool-" + toolName)
    	}
    
    	if toolN {
    		cmd := toolPath
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 18:02:11 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  5. src/math/remainder.go

    // with this notice. The go code is a simplified version of
    // the original C.
    //
    // ====================================================
    // Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
    //
    // Developed at SunPro, a Sun Microsystems, Inc. business.
    // Permission to use, copy, modify, and distribute this
    // software is freely granted, provided that this notice
    // is preserved.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 2K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest_prod.h

    // Copyright 2006, Google Inc.
    // All rights reserved.
    //
    // Redistribution and use in source and binary forms, with or without
    // modification, are permitted provided that the following conditions are
    // met:
    //
    //     * Redistributions of source code must retain the above copyright
    // notice, this list of conditions and the following disclaimer.
    //     * Redistributions in binary form must reproduce the above
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/stablehlo/passes/remove_sharding_custom_call.cc

    #define GEN_PASS_DEF_REMOVESHARDINGCUSTOMCALLPASS
    #include "tensorflow/compiler/mlir/quantization/stablehlo/passes/passes.h.inc"
    
    // Include patterns generated from `remove_sharding_custom_call.td`.
    #include "tensorflow/compiler/mlir/quantization/stablehlo/passes/remove_sharding_custom_call.inc"
    
    class RemoveShardingCustomCallPass
        : public impl::RemoveShardingCustomCallPassBase<
              RemoveShardingCustomCallPass> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 13 07:04:47 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  8. pkg/controller/podautoscaler/monitor/monitor.go

    func (r *monitor) ObserveReconciliationResult(action ActionLabel, err ErrorLabel, duration time.Duration) {
    	reconciliationsTotal.WithLabelValues(string(action), string(err)).Inc()
    	reconciliationsDuration.WithLabelValues(string(action), string(err)).Observe(duration.Seconds())
    }
    
    // ObserveMetricComputationResult observes some metrics from a metric computation result.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 22:47:24 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/lift_variables_test_pass.cc

    namespace mlir {
    namespace tf_saved_model {
    namespace {
    using ::tensorflow::Session;
    
    #define GEN_PASS_DEF_LIFTVARIABLESTESTPASS
    #include "tensorflow/compiler/mlir/tensorflow/transforms/test_passes.h.inc"
    
    // This pass is only available in the tf-opt binary for testing.
    class LiftVariablesTestPass
        : public impl::LiftVariablesTestPassBase<LiftVariablesTestPass> {
     public:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 04 09:19:38 UTC 2022
    - 2.7K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/common/ir/QuantOps.cc

    #include "tensorflow/compiler/mlir/quantization/common/ir/QuantOpsDialect.cc.inc"
    
    namespace mlir::quant::ir {
    
    using mlir::quant::QuantizedType;
    
    void QuantDialect::initialize() {
      addOperations<
    #define GET_OP_LIST
    #include "tensorflow/compiler/mlir/quantization/common/ir/QuantOps.cc.inc"
          >();
    }
    
    OpFoldResult StorageCastOp::fold(FoldAdaptor) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 5.3K bytes
    - Viewed (0)
Back to top