Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 71 for pos3 (0.06 sec)

  1. api/openapi-spec/v3/apis__certificates.k8s.io__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 151.7K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet_test.go

    			},
    		},
    		{
    			name:                  "Having both memory and cpu, resource allocation exists (with different value)",
    			pod:                   podWithUIDNameNsSpec("3", "pod3", "foo", *cpu500mMem500MPodSpec),
    			existingPodAllocation: podWithUIDNameNsSpec("3", "pod3", "foo", *cpu800mMem800MPodSpec),
    			expectedPodResourceAllocation: state.PodResourceAllocation{
    				"3": map[string]v1.ResourceList{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  3. istioctl/pkg/authz/testdata/configdump.yaml

                            "rules": [
                             {
                              "header": {
                               "name": ":method",
                               "exact_match": "POST"
                              }
                             }
                            ]
                           }
                          },
                          {
                           "or_rules": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 21 14:20:23 UTC 2023
    - 206.7K bytes
    - Viewed (1)
  4. api/openapi-spec/v3/apis__apiregistration.k8s.io__v1_openapi.json

              "in": "query",
              "name": "pretty",
              "schema": {
                "type": "string",
                "uniqueItems": true
              }
            }
          ],
          "post": {
            "description": "create an APIService",
            "operationId": "createApiregistrationV1APIService",
            "parameters": [
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 135.1K bytes
    - Viewed (0)
  5. src/cmd/go/internal/work/exec.go

    				msg = fmt.Appendf(msg, "%s: invalid //go:debug: %v\n", d.Pos, err)
    				continue
    			}
    			if pos, ok := seen[key]; ok {
    				msg = fmt.Appendf(msg, "%s: repeated //go:debug for %v\n\t%s: previous //go:debug\n", d.Pos, key, pos)
    				continue
    			}
    			if seen == nil {
    				seen = make(map[string]token.Position)
    			}
    			seen[key] = d.Pos
    		}
    	}
    	if len(msg) > 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1alpha1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.4K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1beta1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.7K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      // interface.
      Status ConvertLibFunction(llvm::StringRef func_name);
    
      // Returns the list of nodes in the graph. Nodes are presented in the reverse
      // order of a post-order depth-first visit starting from the graph's source
      // nodes.
      llvm::ArrayRef<Node*> GetOrderedNodes() const { return ordered_nodes_; }
    
      // Returns the inferred input type at index `idx` of the `node` in the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__apiextensions.k8s.io__v1_openapi.json

            "type": "object"
          },
          "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresources": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 178.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

        // DynamicRangeQuantizedOpInterface:
        bool GetDynamicRangeQuantKernelSupport() { return true; }
        std::vector<int> GetQuantizableOperandIndices() { return {1}; }
      }];
    }
    
    // TODO(jpienaar): Update post discussion on semantics of FC OP.
    def TFL_FullyConnectedOp : TFL_Op<"fully_connected", [
        Pure, AccumulatorUniformScale<2, 0, 1>,
        AffineQuantizedOpInterface,
        AffineOpCoefficient<0, 1>,
        TFL_SparseOp,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
Back to top