Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 100 for Score (0.12 sec)

  1. pkg/kubelet/kubelet_node_status_test.go

    	kubelet.updateRuntimeUp()
    	assert.NoError(t, kubelet.updateNodeStatus(ctx))
    
    	actions := kubeClient.Actions()
    	assert.Len(t, actions, 2)
    	assert.IsType(t, core.GetActionImpl{}, actions[0])
    	assert.IsType(t, core.PatchActionImpl{}, actions[1])
    	patchAction := actions[1].(core.PatchActionImpl)
    
    	updatedNode, err := applyNodeStatusPatch(existingNode, patchAction.GetPatch())
    	require.NoError(t, err)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  2. pkg/controller/podautoscaler/horizontal_test.go

    			},
    		}
    		return true, obj, nil
    	})
    
    	fakeScaleClient.AddReactor("update", "replicationcontrollers", func(action core.Action) (handled bool, ret runtime.Object, err error) {
    		tc.Lock()
    		defer tc.Unlock()
    
    		obj := action.(core.UpdateAction).GetObject().(*autoscalingv1.Scale)
    		replicas := action.(core.UpdateAction).GetObject().(*autoscalingv1.Scale).Spec.Replicas
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/cluster_test.go

    // limitations under the License.
    
    package core
    
    import (
    	"fmt"
    	"math"
    	"reflect"
    	"sort"
    	"strings"
    	"testing"
    	"time"
    
    	cluster "github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3"
    	core "github.com/envoyproxy/go-control-plane/envoy/config/core/v3"
    	endpoint "github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

    #include "tensorflow/core/graph/graph.h"
    #include "tensorflow/core/graph/graph_debug_info_builder.h"
    #include "tensorflow/core/graph/node_builder.h"
    #include "tensorflow/core/graph/tensor_id.h"
    #include "tensorflow/core/grappler/utils/transitive_fanin.h"
    #include "tensorflow/core/lib/core/errors.h"
    #include "tensorflow/core/lib/strings/str_util.h"
    #include "tensorflow/core/platform/crash_analysis.h"
    #include "tensorflow/core/platform/env.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

    from tensorflow.core.framework import attr_value_pb2
    from tensorflow.core.framework import graph_pb2
    from tensorflow.core.framework import node_def_pb2
    from tensorflow.core.framework import tensor_pb2
    from tensorflow.core.framework import tensor_shape_pb2
    from tensorflow.core.framework import types_pb2
    from tensorflow.python.client import session
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

    #include "xla/xla_data.pb.h"
    #include "tensorflow/core/common_runtime/function.h"
    #include "tensorflow/core/framework/function.h"
    #include "tensorflow/core/framework/graph_to_functiondef.h"
    #include "tensorflow/core/framework/node_def_builder.h"
    #include "tensorflow/core/framework/node_def_util.h"
    #include "tensorflow/core/framework/tensor_shape.pb.h"
    #include "tensorflow/core/graph/algorithm.h"
    #include "tensorflow/core/lib/core/errors.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  7. pkg/controller/daemon/daemon_controller_test.go

    	dsc.podControl = podControl
    	podControl.podStore = informerFactory.Core().V1().Pods().Informer().GetStore()
    
    	newDsc := &daemonSetsController{
    		dsc,
    		informerFactory.Apps().V1().DaemonSets().Informer().GetStore(),
    		informerFactory.Apps().V1().ControllerRevisions().Informer().GetStore(),
    		informerFactory.Core().V1().Pods().Informer().GetStore(),
    		informerFactory.Core().V1().Nodes().Informer().GetStore(),
    		fakeRecorder,
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
  8. pkg/controller/job/job_controller_test.go

    	"k8s.io/client-go/kubernetes/fake"
    	restclient "k8s.io/client-go/rest"
    	core "k8s.io/client-go/testing"
    	"k8s.io/client-go/tools/cache"
    	"k8s.io/client-go/util/workqueue"
    	featuregatetesting "k8s.io/component-base/featuregate/testing"
    	metricstestutil "k8s.io/component-base/metrics/testutil"
    	"k8s.io/klog/v2"
    	"k8s.io/klog/v2/ktesting"
    	_ "k8s.io/kubernetes/pkg/apis/core/install"
    	"k8s.io/kubernetes/pkg/controller"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc

    #include "tensorflow/core/common_runtime/device_factory.h"
    #include "tensorflow/core/common_runtime/function.h"
    #include "tensorflow/core/common_runtime/graph_constructor.h"
    #include "tensorflow/core/framework/function_testlib.h"
    #include "tensorflow/core/framework/graph_to_functiondef.h"
    #include "tensorflow/core/graph/graph_def_builder.h"
    #include "tensorflow/core/lib/core/errors.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  10. src/debug/elf/elf.go

    	EM_CUDA          Machine = 190 /* NVIDIA CUDA architecture */
    	EM_TILEGX        Machine = 191 /* Tilera TILE-Gx multicore architecture family */
    	EM_CLOUDSHIELD   Machine = 192 /* CloudShield architecture family */
    	EM_COREA_1ST     Machine = 193 /* KIPO-KAIST Core-A 1st generation processor family */
    	EM_COREA_2ND     Machine = 194 /* KIPO-KAIST Core-A 2nd generation processor family */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
Back to top