Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 820 for resources_ (0.3 sec)

  1. tensorflow/compiler/jit/kernels/xla_ops.cc

      int num_resources;
      OP_REQUIRES_OK_RETURN(ctx, std::vector<int>(),
                            ctx->GetAttr("Nresources", &num_resources));
    
      std::vector<int> resources(num_resources);
      std::iota(resources.begin(), resources.end(),
                constant_types.size() + arg_types.size());
      return resources;
    }
    
    NameAttrList FunctionAttr(OpKernelConstruction* ctx) {
      const NameAttrList* func;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 22:46:36 UTC 2024
    - 41.4K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/jvm/building_java_projects.adoc

     * A `compileTestJava` task for source files under _src/test/java_
     * A `test` task that runs the tests from _src/test/java_
     * A `jar` task that packages the `main` compiled classes and resources from _src/main/resources_ into a single JAR named _<project>-<version>.jar_
     * A `javadoc` task that generates Javadoc for the `main` classes
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.1K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/img/java-sourcesets-process-resources.png

    java-sourcesets-process-resources.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 21:47:26 UTC 2024
    - 36K bytes
    - Viewed (0)
  4. pkg/kubelet/cm/devicemanager/pod_devices_test.go

    	}
    }
    
    func TestDeviceRunContainerOptions(t *testing.T) {
    	const (
    		podUID        = "pod"
    		containerName = "container"
    		resource1     = "example1.com/resource1"
    		resource2     = "example2.com/resource2"
    	)
    	testCases := []struct {
    		description          string
    		gate                 bool
    		responsesPerResource map[string]*pluginapi.ContainerAllocateResponse
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  5. pkg/kubelet/kuberuntime/kuberuntime_container_linux_test.go

    				}
    			}
    			pod.Spec.Containers[0].Resources = resourceReqsC1
    			pod.Spec.Containers[1].Resources = resourceReqsC2
    
    			resourcesC1 := m.generateLinuxContainerResources(pod, &pod.Spec.Containers[0], false)
    			resourcesC2 := m.generateLinuxContainerResources(pod, &pod.Spec.Containers[1], false)
    
    			if tc.swapDisabledOnNode {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 41K bytes
    - Viewed (0)
  6. pkg/config/schema/gvr/resources.gen.go

    	CertificateSigningRequest      = schema.GroupVersionResource{Group: "certificates.k8s.io", Version: "v1", Resource: "certificatesigningrequests"}
    	ConfigMap                      = schema.GroupVersionResource{Group: "", Version: "v1", Resource: "configmaps"}
    	CustomResourceDefinition       = schema.GroupVersionResource{Group: "apiextensions.k8s.io", Version: "v1", Resource: "customresourcedefinitions"}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 17:37:32 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  7. pkg/config/schema/kubeclient/resources.gen.go

    罗泽轩 <******@****.***> 1715176671 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 13:57:51 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  8. pkg/config/schema/gvk/resources.gen.go

    John Howard <******@****.***> 1712943452 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 17:37:32 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/analysis/side_effect_analysis.h

      bool IsUnknownAccessIndirectlyTrackedByResource(ResourceId resource,
                                                      bool read_only);
    
      // Returns a set of resource IDs that have potential dependencies to
      // `resource_id` (i.e., there are potential dependencies between the
      // resources corresponding to the IDs).
      llvm::SmallSet<ResourceId, 8> GetDependentIds(ResourceId resource_id,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 15 09:04:13 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  10. pilot/pkg/config/file/store.go

    			if err != nil {
    				return resources, fmt.Errorf("failed parsing resource chunk: %v", err)
    			}
    			resources = append(resources, lr...)
    		}
    		return resources, nil
    	}
    
    	if groupVersionKind.Empty() {
    		return resources, fmt.Errorf("unable to parse resource with no group, version and kind")
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 17:36:47 UTC 2024
    - 18.2K bytes
    - Viewed (0)
Back to top