Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 169 for Backend (0.12 sec)

  1. .space/CODEOWNERS

    /compiler/ir/backend.common/ "Kotlin JVM" "Kotlin Native" "Kotlin Wasm" "Kotlin Common Backend"
    /compiler/ir/backend.js/ "Kotlin Common Backend"
    /compiler/ir/backend.jvm/ "Kotlin JVM"
    /compiler/ir/backend.wasm/ "Kotlin Wasm"
    /compiler/ir/ir.actualization/ "Kotlin Compiler Core" "Kotlin Common Backend" Simon.Ogorodnik
    /compiler/ir/ir.interpreter/ "Kotlin Common Backend"
    /compiler/ir/ir.psi2ir/ "Kotlin JVM"
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 29 17:55:49 UTC 2024
    - 24K bytes
    - Viewed (2)
  2. tensorflow/compiler/jit/xla_device.cc

        } else {
          // TODO(b/78468222): This can fail, at least when the backend is GPU and
          // there is no GPU on the host.
          xla::Backend* backend = GetOrCreateClient().value()->mutable_backend();
          xla_allocator_ = XlaDeviceAllocatorState::GetOrCreateXlaDeviceAllocator(
              backend, device_ordinal_);
        }
      }
      return xla_allocator_;
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 20 21:05:42 UTC 2024
    - 24.3K bytes
    - Viewed (0)
  3. okhttp/src/main/kotlin/okhttp3/internal/concurrent/TaskRunner.kt

     */
    class TaskRunner(
      val backend: Backend,
      internal val logger: Logger = TaskRunner.logger,
    ) {
      val lock: ReentrantLock = ReentrantLock()
      val condition: Condition = lock.newCondition()
    
      private var nextQueueName = 10000
      private var coordinatorWaiting = false
      private var coordinatorWakeUpAt = 0L
    
      /**
       * When we need a new thread to run tasks, we call [Backend.execute]. A few microseconds later we
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Apr 29 00:33:04 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  4. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirCompilerFacility.kt

    import org.jetbrains.kotlin.fir.analysis.diagnostics.toFirDiagnostics
    import org.jetbrains.kotlin.fir.backend.*
    import org.jetbrains.kotlin.fir.backend.jvm.*
    import org.jetbrains.kotlin.fir.backend.utils.CodeFragmentConversionData
    import org.jetbrains.kotlin.fir.backend.utils.InjectedValue
    import org.jetbrains.kotlin.fir.backend.utils.conversionData
    import org.jetbrains.kotlin.fir.declarations.FirDeclaration
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Jun 05 08:42:45 UTC 2024
    - 29.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/networking/v1/types.go

    	// backend defines the referenced service endpoint to which the traffic
    	// will be forwarded to.
    	Backend IngressBackend `json:"backend" protobuf:"bytes,2,opt,name=backend"`
    }
    
    // IngressBackend describes all endpoints for a given service and port.
    type IngressBackend struct {
    	// service references a service as a backend.
    	// This is a mutually exclusive setting with "Resource".
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  6. cmd/format-erasure.go

    		return "", fmt.Errorf(`found backend type %s, expected %s or %s - to migrate to a supported backend visit https://min.io/docs/minio/linux/operations/install-deploy-manage/migrate-fs-gateway.html`, meta.Format, formatBackendErasure, formatBackendErasureSingle)
    	}
    	// Erasure backend found, proceed to detect version.
    	format := &formatErasureVersionDetect{}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  7. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirMetadataCalculator.kt

    import org.jetbrains.kotlin.config.JvmDefaultMode
    import org.jetbrains.kotlin.fir.FirSession
    import org.jetbrains.kotlin.fir.backend.jvm.FirJvmSerializerExtension
    import org.jetbrains.kotlin.fir.backend.jvm.FirJvmSerializerExtension.Companion.FIELD_FOR_PROPERTY
    import org.jetbrains.kotlin.fir.backend.jvm.FirJvmSerializerExtension.Companion.METHOD_FOR_FIR_FUNCTION
    import org.jetbrains.kotlin.fir.declarations.*
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 29 20:26:34 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/server/options/etcd.go

    func (s *SimpleStorageFactory) Configs() []storagebackend.Config {
    	return serverstorage.Configs(s.StorageConfig)
    }
    
    func (s *SimpleStorageFactory) Backends() []serverstorage.Backend {
    	// nothing should ever call this method but we still provide a functional implementation
    	return serverstorage.Backends(s.StorageConfig)
    }
    
    var _ serverstorage.StorageFactory = &transformerStorageFactory{}
    
    type transformerStorageFactory struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 15:02:16 UTC 2024
    - 20K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/server/config_test.go

    		audit.AddAuditAnnotation(req.Context(), "pandas", "are awesome")
    
    		return &authenticator.Response{User: &user.DefaultInfo{}}, true, nil
    	})
    	backend := &testBackend{}
    	c := &Config{
    		Authentication:           AuthenticationInfo{Authenticator: authn},
    		AuditBackend:             backend,
    		AuditPolicyRuleEvaluator: policy.NewFakePolicyRuleEvaluator(auditinternal.LevelMetadata, nil),
    
    		// avoid nil panics
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 18:59:21 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  10. pkg/bootstrap/testdata/tracing_opencensusagent_golden.json

                      "codec_type": "AUTO",
                      "stat_prefix": "stats",
                      "route_config": {
                        "virtual_hosts": [
                          {
                            "name": "backend",
                            "domains": [
                              "*"
                            ],
                            "routes": [
                              {
                                "match": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 12.7K bytes
    - Viewed (0)
Back to top