Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 208 for Score (0.06 sec)

  1. pkg/kubelet/status/status_manager_test.go

    		}
    	}
    }
    
    func getAction() core.GetAction {
    	return core.GetActionImpl{ActionImpl: core.ActionImpl{Verb: "get", Resource: schema.GroupVersionResource{Resource: "pods"}}}
    }
    
    func patchAction() core.PatchAction {
    	return core.PatchActionImpl{ActionImpl: core.ActionImpl{Verb: "patch", Resource: schema.GroupVersionResource{Resource: "pods"}, Subresource: "status"}}
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 02 16:27:19 UTC 2024
    - 68.1K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/route/route.go

    		case *networking.HTTPBody_String_:
    			action.DirectResponse.Body = &core.DataSource{
    				Specifier: &core.DataSource_InlineString{
    					InlineString: op.String_,
    				},
    			}
    		case *networking.HTTPBody_Bytes:
    			action.DirectResponse.Body = &core.DataSource{
    				Specifier: &core.DataSource_InlineBytes{
    					InlineBytes: op.Bytes,
    				},
    			}
    		}
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  3. tensorflow/c/kernels_test.cc

    #include "tensorflow/core/framework/op_kernel.h"
    #include "tensorflow/core/framework/tensor.h"
    #include "tensorflow/core/framework/tensor_types.h"
    #include "tensorflow/core/framework/types.h"
    #include "tensorflow/core/framework/types.pb.h"
    #include "tensorflow/core/kernels/ops_testutil.h"
    #include "tensorflow/core/lib/core/status_test_util.h"
    #include "tensorflow/core/platform/env.h"
    #include "tensorflow/core/platform/status.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 50.4K bytes
    - Viewed (0)
  4. pkg/controller/replicaset/replica_set_test.go

    	client.PrependWatchReactor("replicasets", core.DefaultWatchReactor(fakeWatch, nil))
    	stopCh := make(chan struct{})
    	defer close(stopCh)
    	informers := informers.NewSharedInformerFactory(client, controller.NoResyncPeriodFunc())
    	tCtx := ktesting.Init(t)
    	manager := NewReplicaSetController(
    		tCtx,
    		informers.Apps().V1().ReplicaSets(),
    		informers.Core().V1().Pods(),
    		client,
    		BurstReplicas,
    	)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 69.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/BUILD

            "//tensorflow/compiler/mlir/tensorflow:tensorflow_types",
            "//tensorflow/core/platform:errors",
            "//tensorflow/core/platform:status",
            "//tensorflow/core/platform:statusor",
            "//tensorflow/lite/core/c:private_common",
            "//tensorflow/lite/kernels/internal:kernel_utils",
            "@com_google_absl//absl/container:flat_hash_map",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 49.9K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/IvyXmlModuleDescriptorParser.java

    import com.google.common.collect.Sets;
    import org.apache.ivy.core.IvyPatternHelper;
    import org.apache.ivy.core.NormalRelativeUrlResolver;
    import org.apache.ivy.core.RelativeUrlResolver;
    import org.apache.ivy.core.module.descriptor.Configuration;
    import org.apache.ivy.core.module.descriptor.ConfigurationAware;
    import org.apache.ivy.core.module.descriptor.DefaultDependencyArtifactDescriptor;
    import org.apache.ivy.core.module.descriptor.DefaultDependencyDescriptor;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 65K bytes
    - Viewed (0)
  7. tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc

    #include "tensorflow/core/framework/node_def_util.h"
    #include "tensorflow/core/framework/tensor.pb.h"
    #include "tensorflow/core/graph/algorithm.h"
    #include "tensorflow/core/graph/control_flow.h"
    #include "tensorflow/core/graph/graph.h"
    #include "tensorflow/core/graph/graph_def_builder.h"
    #include "tensorflow/core/graph/tensor_id.h"
    #include "tensorflow/core/lib/gtl/map_util.h"
    #include "tensorflow/core/lib/hash/hash.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 51K bytes
    - Viewed (0)
  8. gradle/verification-metadata.xml

          </component>
          <component group="org.ec4j.core" name="ec4j-core" version="0.2.0">
             <artifact name="ec4j-core-0.2.0.jar">
                <pgp value="2E92113263FC31C74CCBAAB20E91C2DE43B72BB1"/>
                <sha256 value="0688839a5cb636085674913e305bbc7217c8ed4e92434d279e0f881ce2ca5e6b"/>
             </artifact>
          </component>
          <component group="org.ec4j.core" name="ec4j-core" version="0.2.2">
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  9. pkg/controller/volume/attachdetach/reconciler/reconciler_test.go

    		fakeHandler))
    	informerFactory := informers.NewSharedInformerFactory(fakeKubeClient, controller.NoResyncPeriodFunc())
    	nsu := statusupdater.NewNodeStatusUpdater(
    		fakeKubeClient, informerFactory.Core().V1().Nodes().Lister(), asw)
    	nodeLister := informerFactory.Core().V1().Nodes().Lister()
    	reconciler := NewReconciler(
    		reconcilerLoopPeriod, maxWaitForUnmountDuration, syncLoopPeriod, false, false, dsw, asw, ad, nsu, nodeLister, fakeRecorder)
    
    	// Act
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:14 UTC 2024
    - 72.8K bytes
    - Viewed (0)
  10. tensorflow/c/c_api_test.cc

    #include "tensorflow/core/framework/op_def.pb.h"
    #include "tensorflow/core/framework/op_kernel.h"
    #include "tensorflow/core/framework/partial_tensor_shape.h"
    #include "tensorflow/core/framework/tensor.h"
    #include "tensorflow/core/framework/tensor.pb.h"
    #include "tensorflow/core/framework/tensor_shape.pb.h"
    #include "tensorflow/core/framework/types.pb.h"
    #include "tensorflow/core/graph/tensor_id.h"
    #include "tensorflow/core/lib/core/status_test_util.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 96.9K bytes
    - Viewed (0)
Back to top