Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 77 for Hiltner (0.11 sec)

  1. tensorflow/compiler/mlir/lite/transforms/optimize.cc

              fc_op.getLoc(), filter.getType(), new_filter);
          fc_op.setOperand(0, binary_op->getOperand(0));
          if (fc_op.getFilter() != filter) {
            // This filter goes through quantize and dequantize ops. Then we just
            // need to update the weight to the quantize op.
            filter.replaceAllUsesWith(new_filter_op);
          } else {
            // This filter doesn't go through quantize and dequantize ops, Then
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

    }
    
    // Transposes the convolution filter tensor of format [0, 1, i, o] to match the
    // filter tensor format for TFLite convolution. The following transformations
    // are supported:
    //
    // Depthwise case (`feature_group_count` > 1)
    //   * Permutates given filter to `[i, 0, 1, o]` format.
    // General convolution (`feature_group_count` = 1)
    //   * Permutates given filter to `[o, 0, 1, i]` format.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/apiv4-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.jar

    ifact.Artifact); } org/apache/maven/artifact/resolver/filter/ExcludesArtifactFilt.class package org.apache.maven.artifact.resolver.filter; public synchronized class ExcludesArtifactFilt extends IncludesArtifactFilt { public void ExcludesArtifactFilt(java.util.List); public boolean include(org.apache.maven.artifact.Artifact); } org/apache/maven/artifact/resolver/filter/ExclusionSetFilter.class package org.apache.maven.artifact.resolver.filter; public synchronized class ExclusionSetFilter implements...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 160.1K bytes
    - Viewed (0)
  4. pkg/scheduler/schedule_one_test.go

    				tf.RegisterBindPlugin(defaultbinder.Name, defaultbinder.New),
    			},
    			nodes:     []string{"3"},
    			pod:       st.MakePod().Name("test-filter").UID("test-filter").Obj(),
    			wantNodes: nil,
    			wErr: &framework.FitError{
    				Pod:         st.MakePod().Name("test-filter").UID("test-filter").Obj(),
    				NumAllNodes: 1,
    				Diagnosis: framework.Diagnosis{
    					NodeToStatusMap: framework.NodeToStatusMap{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.jar

    ifact.Artifact); } org/apache/maven/artifact/resolver/filter/ExcludesArtifactFilt.class package org.apache.maven.artifact.resolver.filter; public synchronized class ExcludesArtifactFilt extends IncludesArtifactFilt { public void ExcludesArtifactFilt(java.util.List); public boolean include(org.apache.maven.artifact.Artifact); } org/apache/maven/artifact/resolver/filter/ExclusionSetFilter.class package org.apache.maven.artifact.resolver.filter; public synchronized class ExclusionSetFilter implements...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 160.1K bytes
    - Viewed (0)
  6. src/main/resources/fess_indices/_aws/fess.json

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Tue Mar 23 12:38:28 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  7. src/main/resources/fess_indices/_cloud/fess.json

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  8. pkg/scheduler/framework/runtime/framework_test.go

    						return tmpPl, nil
    					}); err != nil {
    					t.Fatalf("fail to register filter plugin (%s)", pl.name)
    				}
    				// append plugins to filter pluginset
    				cfgPls.Filter.Enabled = append(
    					cfgPls.Filter.Enabled,
    					config.Plugin{Name: pl.name})
    			}
    			profile := config.KubeSchedulerProfile{Plugins: cfgPls}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 103K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.js

    teState:function(){var t=this;xi.write(function(){return t.setState(t.getState(),!1)})}}};function Mr(t,e){return Ni(ht(t,e),["filter"])}function zr(t,e,i){var n=Mr(t,e),r=n.filter,o=n.group,s=n.sort,a=n.order;return void 0===a&&(a="asc"),(r||H(s))&&(o?r?(delete i.filter[""],i.filter[o]=r):(delete i.filter[o],(O(i.filter)||""in i.filter)&&(i.filter={"":r||""})):i.filter={"":r||""}),H(s)||(i.sort=[s,a]),i}var Dr={slide:{show:function(t){return[{transform:Br(-100*t)},{transform:Br()}]},percent:function(t){return...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 130.5K bytes
    - Viewed (0)
  10. istioctl/pkg/authz/testdata/configdump.yaml

                  }
                 },
                 {
                  "name": "istio.alpn",
                  "typed_config": {
                   "@type": "type.googleapis.com/istio.envoy.config.filter.http.alpn.v2alpha1.FilterConfig",
                   "alpn_override": [
                    {
                     "alpn_override": [
                      "istio-http/1.0",
                      "istio",
                      "http/1.0"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 21 14:20:23 UTC 2023
    - 206.7K bytes
    - Viewed (1)
Back to top