Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 115 for CUSTOM (0.24 sec)

  1. platforms/documentation/docs/src/docs/userguide/optimizing-performance/incremental_build.adoc

    [[sec:runtime_api_for_custom_tasks]]
    === Declaring inputs and outputs for custom task types
    
    Another type of example involves registering additional inputs and outputs for instances of a custom task class.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/experimental/tac/tests/raise-target-subgraphs.mlir

        %6 = "tfl.custom"(%5, %cst) {custom_code = "FlexTranspose", custom_option = #tfl<const_bytes : "0x095472616E73706F7365002712095472616E73706F73651A001A002A0B0A05547065726D120230032A070A01541202300732000002342A1414042801">, tac.device = "CPU", tac.inference_type = "FLOAT"} : (tensor<?x?x!tf_type.string>, tensor<2xi32>) -> tensor<?x?x!tf_type.string>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 74.9K bytes
    - Viewed (0)
  3. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishJavaIntegTest.groovy

                    hasAttribute('custom', 'hello')
                }
                dependency('publishTest:utils:1.0') {
                    hasAttribute('custom', 'bazinga')
                }
                constraint('org.test:bar:1.1') {
                    hasAttributes(custom: 'world', nice: true)
                }
                noMoreDependencies()
            }
        }
    
        @Issue("gradle/gradle#5450")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 15 16:36:23 UTC 2023
    - 49.8K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    [[jacoco_merge]]
    
    [[configuring_custom_build_layout_7]]
    ==== Setting custom build layout
    
    Command line options:
    
    * `-c`, `--settings-file` for specifying a custom settings file location
    * `-b`, `--build-file` for specifying a custom build file location
    
    have been deprecated.
    
    Setting custom build file using
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/native/native_software.adoc

    You can also add custom check tasks as follows:
    
    === Example: Adding a custom check task
    
    [source.multi-language-sample,groovy]
    .build.gradle
    ----
    include::{snippetsPath}/native-binaries/custom-check/groovy/build.gradle[tag=custom-check]
    ----
    
    
    
    Now, running `check` or any of the _check tasks_ for the `hello` binaries will run the custom check task:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

        distsDirectory.set(layout.buildDirectory.dir("custom-dist"))
        libsDirectory.set(layout.buildDirectory.dir("custom-libs"))
    }
    ----
    =====
    [.multi-language-sample]
    =====
    .build.gradle
    [source,groovy]
    ----
    plugins {
        id 'base'
    }
    
    base {
        archivesName = "gradle"
        distsDirectory = layout.buildDirectory.dir('custom-dist')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_handler.go

    	for key, value := range in {
    		out[key] = value
    	}
    	return out
    }
    
    // crdConversionRESTOptionsGetter overrides the codec with one using the
    // provided custom converter and custom encoder and decoder version.
    type crdConversionRESTOptionsGetter struct {
    	generic.RESTOptionsGetter
    	converter             runtime.ObjectConvertor
    	encoderVersion        schema.GroupVersion
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  8. pilot/pkg/model/telemetry_logging_test.go

    				Disabled: &wrappers.BoolValue{Value: true},
    			},
    		},
    	}
    	nonExistant := &tpb.Telemetry{
    		AccessLogging: []*tpb.AccessLogging{
    			{
    				Providers: []*tpb.ProviderRef{
    					{
    						Name: "custom-provider",
    					},
    				},
    			},
    		},
    	}
    	multiAccessLogging := &tpb.Telemetry{
    		AccessLogging: []*tpb.AccessLogging{
    			{
    				Providers: []*tpb.ProviderRef{
    					{
    						Name: "envoy",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 54K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/listener_test.go

    			},
    		},
    		{
    			name:   "custom-tags-sidecar",
    			tproxy: getProxy(),
    			in: &meshconfig.Tracing{
    				CustomTags: map[string]*meshconfig.Tracing_CustomTag{
    					"custom_tag_env": {
    						Type: &meshconfig.Tracing_CustomTag_Environment{
    							Environment: &meshconfig.Tracing_Environment{
    								Name:         "custom_tag_env-var",
    								DefaultValue: "custom-tag-env-default",
    							},
    						},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  10. src/encoding/xml/marshal_test.go

    	{
    		Value:         &Data{Bytes: []byte{}, Custom: MyBytes{}, Attr: []byte{}},
    		ExpectXML:     `<Data Attr=""><Bytes></Bytes><Custom></Custom></Data>`,
    		UnmarshalOnly: true,
    	},
    
    	// Check that []byte works, including named []byte types.
    	{
    		Value:     &Data{Bytes: []byte("ab"), Custom: MyBytes("cd"), Attr: []byte{'v'}},
    		ExpectXML: `<Data Attr="v"><Bytes>ab</Bytes><Custom>cd</Custom></Data>`,
    	},
    
    	// Test innerxml
    	{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 66K bytes
    - Viewed (0)
Back to top