Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 37 for Unreserve (0.17 sec)

  1. pkg/scheduler/framework/runtime/framework_test.go

    			wantStatus:         framework.Success,
    		},
    		{
    			name:               "Reserve - Success",
    			action:             func(f framework.Framework) { f.RunReservePluginsReserve(context.Background(), state, pod, "") },
    			wantExtensionPoint: "Reserve",
    			wantStatus:         framework.Success,
    		},
    		{
    			name:               "Unreserve - Success",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 103K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

        const FunctionBody& fbody, absl::InlinedVector<OutputTensor, 4>* arg_nodes,
        absl::InlinedVector<OutputTensor, 4>* ret_nodes,
        absl::InlinedVector<Node*, 4>* control_ret_nodes) {
      arg_nodes->reserve(fbody.arg_nodes.size());
      ret_nodes->reserve(fbody.ret_nodes.size());
      for (auto arg : fbody.arg_nodes) {
        arg_nodes->emplace_back(arg, 0);
      }
      for (auto ret : fbody.ret_nodes) {
        ret_nodes->emplace_back(ret, 0);
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/patch_test.go

              value: a
      - description: preserve the order from the patch in a merging int list
        original:
          mergingIntList:
            - 1
            - 2
            - 3
        twoWay:
          mergingIntList:
            - 3
            - 1
            - 2
        modified:
          mergingIntList:
            - 3
            - 1
            - 2
      - description: preserve the order from the patch in a merging int list
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 16:45:45 UTC 2023
    - 130.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

      std::vector<Node*> outside_compilation_nodes;
      std::vector<Node*> then_branch_lifted_arg_nodes;
      outside_compilation_nodes.reserve(
          then_branch_lifted_arg_nodes_and_outside_compilation_nodes.size());
      then_branch_lifted_arg_nodes.reserve(
          then_branch_lifted_arg_nodes_and_outside_compilation_nodes.size());
      for (const auto& pair :
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

        // Compress the operands, region arguments, and outputs.
        SmallVector<Value, 4> new_while_operands;
        SmallVector<Type, 4> new_result_types;
        new_while_operands.reserve(new_num_operands);
        new_result_types.reserve(new_num_operands);
    
        // Build new operands and result type.
        for (int op_idx : llvm::seq<int>(0, old_num_operands)) {
          if (removed_operand.test(op_idx)) continue;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

        SmallVector<bool, 4> removed_operand(while_op.getNumOperands(), false);
        llvm::SmallVector<Type, 4> types;
        new_operands.reserve(while_op.getNumOperands());
        new_body_yield.reserve(while_op.getNumOperands());
        types.reserve(while_op.getNumOperands());
    
        // Remove block arguments not used in either cond or body. This leaves the
        // block arguments of body and cond matching still.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  7. tensorflow/c/c_api.cc

        tensorflow::shape_inference::InferenceContext* ic, int num_dims,
        const int64_t* dims) {
      if (num_dims != -1) {
        std::vector<tensorflow::shape_inference::DimensionHandle> dim_vec;
        dim_vec.reserve(num_dims);
        for (int i = 0; i < num_dims; ++i) {
          dim_vec.push_back(ic->MakeDim(dims[i]));
        }
        return ic->MakeShape(dim_vec);
      } else {
        return ic->UnknownShape();
      }
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

        SymbolTableCollection& symbol_table, Operation* op,
        ArrayRef<Attribute> branches,
        llvm::function_ref<std::string(unsigned branch_index)> branch_name) {
      SmallVector<FunctionType, 2> branch_types;
      branch_types.reserve(branches.size());
    
      if (llvm::any_of(op->getOperands(),
                       [](Value value) { return value == nullptr; }))
        return op->emitOpError("operation has null operand");
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  9. pkg/scheduler/schedule_one_test.go

    	}{
    		{
    			name:       "error reserve pod",
    			sendPod:    podWithID("foo", ""),
    			mockResult: mockScheduleResult{ScheduleResult{SuggestedHost: testNode.Name, EvaluatedNodes: 1, FeasibleNodes: 1}, nil},
    			registerPluginFuncs: []tf.RegisterPluginFunc{
    				tf.RegisterReservePlugin("FakeReserve", tf.NewFakeReservePlugin(framework.NewStatus(framework.Error, "reserve error"))),
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  10. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata' jsonPath: .metadata.creationTimestamp name: Age type: date name: v1alpha1 subresources: status: {} schema: openAPIV3Schema: type: object x-kubernetes-preserve-unknown-fields: true served: true storage: true --- manifests/charts/istio-operator/Chart.yaml apiVersion: v1 name: istio-operator # This version is never actually shipped. istio/release-builder will replace it at build-time # with the appropriate...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top