Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for beaten (0.17 sec)

  1. RELEASE.md

    *   Added a distributed runtime using GRPC
    *   Move skflow to `contrib/learn`
    *   Better linear optimizer in `contrib/linear_optimizer`
    *   Random forest implementation in `contrib/tensor_forest`
    *   CTC loss and decoders in `contrib/ctc`
    *   Basic support for `half` data type
    *   Better support for loading user ops (see examples in `contrib/`)
    *   Allow use of (non-blocking) Eigen threadpool with
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = [{
    Checks whether a resource handle-based variable has been initialized.
      }];
    
      let arguments = (ins
        Arg<TF_ResourceTensor, [{the input resource handle.}], [TF_VariableRead]>:$resource
      );
    
      let results = (outs
        Res<TF_BoolTensor, [{a scalar boolean which is true if the variable has been
    initialized.}]>:$is_initialized
      );
    
      let hasCanonicalizer = 1;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                  }
                ],
                "description": "Allocation is set by the resource driver once a resource or set of resources has been allocated successfully. If this is not specified, the resources have not been allocated yet."
              },
              "deallocationRequested": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  4. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    319C          ; mapped                 ; 4E01          # 1.1  IDEOGRAPHIC ANNOTATION FOURTH MARK
    319D          ; mapped                 ; 5929          # 1.1  IDEOGRAPHIC ANNOTATION HEAVEN MARK
    319E          ; mapped                 ; 5730          # 1.1  IDEOGRAPHIC ANNOTATION EARTH MARK
    319F          ; mapped                 ; 4EBA          # 1.1  IDEOGRAPHIC ANNOTATION MAN MARK
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation_test.go

    		},
    		numErrs: 0,
    	}, {
    		// For now we open firewalls, and its insecure if we open 10250, remove this
    		// when we have better protections in place.
    		name: "invalid port type=LoadBalancer",
    		tweakSvc: func(s *core.Service) {
    			s.Spec.Type = core.ServiceTypeLoadBalancer
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__apps__v1_openapi.json

              },
              {
                "type": "string"
              }
            ]
          }
        },
        "securitySchemes": {
          "BearerToken": {
            "description": "Bearer Token authentication",
            "in": "header",
            "name": "authorization",
            "type": "apiKey"
          }
        }
      },
      "info": {
        "title": "Kubernetes",
        "version": "unversioned"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  7. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.installation.GradleRuntimeShadedJarDetector> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (GradleRuntimeShadedJarDetector.java:0)
    Class <org.gradle.internal.installation.beacon.InstallationBeacon> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (InstallationBeacon.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top