Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 585 for templatize (0.3 sec)

  1. tensorflow/compiler/jit/device_compiler.h

    // to disk.
    //
    // Since XLA computations must have static shapes, DeviceCompiler generates a
    // new XLA computation for each new set of input shapes.
    // TODO(b/255826209): De-templatize once we've moved to Device API completely.
    template <typename ExecutableType, typename ClientType>
    class DeviceCompiler : public ResourceBase {
     public:
      DeviceCompiler(
          std::unique_ptr<DeviceExecutablePersistor<ExecutableType, ClientType>>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  2. src/html/template/template.go

    		ret.set[name] = &Template{
    			nil,
    			x,
    			x.Tree,
    			ret.nameSpace,
    		}
    	}
    	// Return the template associated with the name of this template.
    	return ret.set[ret.Name()], nil
    }
    
    // New allocates a new HTML template with the given name.
    func New(name string) *Template {
    	ns := &nameSpace{set: make(map[string]*Template)}
    	ns.esc = makeEscaper(ns)
    	tmpl := &Template{
    		nil,
    		template.New(name),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 21:00:46 UTC 2024
    - 17K bytes
    - Viewed (0)
  3. pkg/kube/inject/template.go

    	"istio.io/istio/pkg/config/mesh"
    	"istio.io/istio/pkg/log"
    	"istio.io/istio/pkg/util/protomarshal"
    )
    
    var InjectionFuncmap = createInjectionFuncmap()
    
    func createInjectionFuncmap() template.FuncMap {
    	return template.FuncMap{
    		"formatDuration":      formatDuration,
    		"isset":               isset,
    		"excludeInboundPort":  excludeInboundPort,
    		"includeInboundPorts": includeInboundPorts,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Nov 16 02:12:03 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  4. manifests/charts/istio-control/istio-discovery/files/injection-template.yaml

        env:
        {{- range $key, $value := .ProxyConfig.ProxyMetadata }}
        - name: {{ $key }}
          value: "{{ $value }}"
        {{- end }}
      {{- end }}
        resources:
      {{ template "resources" . }}
        securityContext:
          allowPrivilegeEscalation: {{ .Values.global.proxy.privileged }}
          privileged: {{ .Values.global.proxy.privileged }}
          capabilities:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 21:01:52 UTC 2024
    - 23.8K bytes
    - Viewed (0)
  5. manifests/charts/istiod-remote/files/injection-template.yaml

        env:
        {{- range $key, $value := .ProxyConfig.ProxyMetadata }}
        - name: {{ $key }}
          value: "{{ $value }}"
        {{- end }}
      {{- end }}
        resources:
      {{ template "resources" . }}
        securityContext:
          allowPrivilegeEscalation: {{ .Values.global.proxy.privileged }}
          privileged: {{ .Values.global.proxy.privileged }}
          capabilities:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 21:01:52 UTC 2024
    - 23.8K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/samples/readme-templates/multi-common-body.adoc.template

    Anže Sodja <******@****.***> 1702034482 +0100
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 08 11:21:22 UTC 2023
    - 14.7K bytes
    - Viewed (0)
  7. pkg/kube/inject/webhook.go

    // locally.
    //
    // The injection logic works by first applying the rendered injection template on
    // top of the input pod This is done using a Strategic Patch Merge
    // (https://github.com/kubernetes/community/blob/master/contributors/devel/sig-api-machinery/strategic-merge-patch.md)
    // Currently only a single template is supported, although in the future the template to use will be configurable
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:59:39 UTC 2024
    - 42.2K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-tuple.h

    };
    
    template <>
    class Get<3> {
     public:
      template <class Tuple>
      static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(3, Tuple))
      Field(Tuple& t) { return t.f3_; }  // NOLINT
    
      template <class Tuple>
      static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(3, Tuple))
      ConstField(const Tuple& t) { return t.f3_; }
    };
    
    template <>
    class Get<4> {
     public:
      template <class Tuple>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 27.6K bytes
    - Viewed (0)
  9. pkg/apis/resource/validation/validation_resourceclaimtemplate_test.go

    				return template
    			}(),
    		},
    		"uid": {
    			template: func() *resource.ResourceClaimTemplate {
    				template := testClaimTemplate(goodName, goodNS, goodClaimSpec)
    				template.UID = "ac051fac-2ead-46d9-b8b4-4e0fbeb7455d"
    				return template
    			}(),
    		},
    		"resource-version": {
    			template: func() *resource.ResourceClaimTemplate {
    				template := testClaimTemplate(goodName, goodNS, goodClaimSpec)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 09:18:10 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  10. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-tuple.h

    };
    
    template <>
    class Get<3> {
     public:
      template <class Tuple>
      static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(3, Tuple))
      Field(Tuple& t) { return t.f3_; }  // NOLINT
    
      template <class Tuple>
      static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(3, Tuple))
      ConstField(const Tuple& t) { return t.f3_; }
    };
    
    template <>
    class Get<4> {
     public:
      template <class Tuple>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 27.6K bytes
    - Viewed (0)
Back to top