Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 186 for movbel (0.08 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/python/quantize_model.py

          model. This should be provided when the model is not a QAT model.
    
      Returns:
        A SavedModel object with TF quantization applied.
    
      Raises:
        ValueError: when representative_dataset is not provided for non-QAT model.
        RuntimeError: When a MetaGraphDef could not be found associated with `tags`
          in the SavedModel.
      """
      logging.info(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  2. pilot/pkg/networking/util/util_test.go

    		name   string
    		node   *model.Proxy
    		result bool
    	}{
    		{
    			name:   "NilSidecarScope",
    			node:   &model.Proxy{},
    			result: false,
    		},
    		{
    			name: "NilOutboundTrafficPolicy",
    			node: &model.Proxy{
    				SidecarScope: &model.SidecarScope{},
    			},
    			result: false,
    		},
    		{
    			name: "OutboundTrafficPolicyRegistryOnly",
    			node: &model.Proxy{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 01:17:58 UTC 2024
    - 40K bytes
    - Viewed (0)
  3. pilot/pkg/xds/ads.go

    		}
    	}
    
    	s.pushQueue.Enqueue(connection, &model.PushRequest{
    		Full:   true,
    		Push:   s.globalPushContext(),
    		Start:  time.Now(),
    		Reason: model.NewReasonStats(model.ProxyUpdate),
    	})
    }
    
    // AdsPushAll will send updates to all nodes, with a full push.
    // Mainly used in Debug interface.
    func AdsPushAll(s *DiscoveryServer) {
    	s.AdsPushAll(&model.PushRequest{
    		Full:   true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 08:29:05 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  4. platforms/core-runtime/internal-instrumentation-processor/src/main/java/org/gradle/internal/instrumentation/extensions/property/PropertyUpgradeAnnotatedMethodReader.java

    import javax.annotation.processing.ProcessingEnvironment;
    import javax.lang.model.element.AnnotationMirror;
    import javax.lang.model.element.AnnotationValue;
    import javax.lang.model.element.Element;
    import javax.lang.model.element.ExecutableElement;
    import javax.lang.model.type.DeclaredType;
    import javax.lang.model.type.TypeMirror;
    import javax.lang.model.util.Elements;
    import java.io.File;
    import java.util.ArrayList;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:40 UTC 2024
    - 24.6K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/networkfilter.go

    }
    
    func buildMetricsNetworkFilters(push *model.PushContext, proxy *model.Proxy, class istionetworking.ListenerClass, svc *model.Service) []*listener.Filter {
    	return push.Telemetry.TCPFilters(proxy, class, svc)
    }
    
    // setAccessLogAndBuildTCPFilter sets the AccessLog configuration in the given
    // TcpProxy instance and builds a TCP filter out of it.
    func setAccessLogAndBuildTCPFilter(push *model.PushContext, node *model.Proxy,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  6. tests/joins_test.go

    	if db5.Error != nil {
    		t.Errorf("Should not raise error for join where identical fields in different tables. Error: %s", db5.Error.Error())
    	}
    
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed Jun 12 10:52:33 UTC 2024
    - 15K bytes
    - Viewed (0)
  7. pkg/bootstrap/config.go

    	}
    	meta.EnvoyStatusPort = options.EnvoyStatusPort
    	meta.EnvoyPrometheusPort = options.EnvoyPrometheusPort
    	meta.ExitOnZeroActiveConnections = model.StringBool(options.ExitOnZeroActiveConnections)
    	meta.MetadataDiscovery = model.StringBool(options.MetadataDiscovery)
    
    	meta.ProxyConfig = (*model.NodeMetaProxyConfig)(options.ProxyConfig)
    
    	extractAttributesMetadata(options.Envs, options.Platform, meta)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/listener_waypoint.go

    			cc := inboundChainConfig{
    				clusterName:   model.BuildSubsetKey(model.TrafficDirectionInboundVIP, "tcp", svc.Hostname, port.Port),
    				policyService: svc,
    				port: model.ServiceInstancePort{
    					ServicePort: port,
    					TargetPort:  uint32(port.Port),
    				},
    				bind:  "0.0.0.0",
    				hbone: true,
    			}
    			name := model.BuildSubsetKey(model.TrafficDirectionInboundVIP, "", svc.Hostname, port.Port)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  9. pilot/pkg/security/authz/builder/builder_test.go

    	t.Helper()
    	p := &model.PushContext{
    		AuthzPolicies: yamlPolicy(t, basePath+input),
    		Mesh:          mc,
    	}
    	p.ServiceIndex.HostnameAndNamespace = map[host.Name]map[string]*model.Service{
    		"my-custom-ext-authz.foo.svc.cluster.local": {
    			"foo": &model.Service{
    				Hostname: "my-custom-ext-authz.foo.svc.cluster.local",
    			},
    		},
    	}
    	return p
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/tensorflow/python/py_function_lib.py

      """Copies the assets directory of the saved model.
    
      Clones the contents of the assets/ directory from the source saved model
      directory to the destination saved model directory. Nothing will be copied if
      there are no assets directory in the source directory.
    
      Args:
        src_path: Source saved model directory.
        dst_path: Destination saved model directory. This directory must exist.
      """
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 05:32:11 UTC 2024
    - 27.4K bytes
    - Viewed (0)
Back to top