Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 2,374 for emptypb (0.14 sec)

  1. pilot/pkg/security/authz/builder/testdata/http/extended-deny-empty-rule-out.yaml

    Kuat <******@****.***> 1711363165 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 406 bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/passes/duplicate_shape_determining_constants.cc

          CompileTimeConstantOperand<TF::DepthwiseConv2dNativeBackpropFilterOp, 1>,
          // $input_sizes
          CompileTimeConstantOperand<TF::DepthwiseConv2dNativeBackpropInputOp, 0>,
          CompileTimeConstantOperand<TF::EmptyOp, 0>,  // $shape
          // $element_shape, $max_num_elements
          CompileTimeConstantOperand<TF::EmptyTensorListOp, 0, 1>,
          CompileTimeConstantOperand<TF::ExpandDimsOp, 1>,   // $dim
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 22 05:52:39 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  3. src/regexp/exec.go

    		m.pool = m.pool[:n-1]
    	} else {
    		t = new(thread)
    		t.cap = make([]int, len(m.matchcap), cap(m.matchcap))
    	}
    	t.inst = i
    	return t
    }
    
    // A lazyFlag is a lazily-evaluated syntax.EmptyOp,
    // for checking zero-width flags like ^ $ \A \z \B \b.
    // It records the pair of relevant runes and does not
    // determine the implied flags until absolutely necessary
    // (most of the time, that means never).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Jun 04 20:10:54 UTC 2022
    - 12.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/internal/passes/mark_ops_for_outside_compilation.cc

          OperationName(mlir::TF::BroadcastGradientArgsOp::getOperationName(),
                        context),
          OperationName(mlir::TF::ConcatOffsetOp::getOperationName(), context),
          OperationName(mlir::TF::EmptyOp::getOperationName(), context),
          OperationName(mlir::TF::ListDiffOp::getOperationName(), context),
          OperationName(mlir::TF::RankOp::getOperationName(), context),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  5. pkg/api/v1/persistentvolume/util_test.go

    					SecretRef: &corev1.SecretReference{
    						Name:      "",
    						Namespace: "cephfs"}}}}}
    	VisitPVSecretNames(emptyPV, func(namespace, name string, kubeletVisible bool) bool {
    		t.Fatalf("expected no empty names collected, got %q", name)
    		return false
    	})
    }
    
    // collectSecretPaths traverses the object, computing all the struct paths that lead to fields with "secret" in the name.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 25 11:04:08 UTC 2023
    - 14.5K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/mylasta/mail/CrawlerPostcard.java

         * @param dataCrawlStartTime The parameter value of dataCrawlStartTime. (NotNull)
         */
        public void setDataCrawlStartTime(String dataCrawlStartTime) {
            registerVariable("dataCrawlStartTime", dataCrawlStartTime);
        }
    
        /**
         * Set the value of dataCrawlEndTime, used in parameter comment. <br>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 10K bytes
    - Viewed (0)
  7. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/ImmutableActionSetTest.groovy

        def "creates an empty set that does nothing"() {
            expect:
            def set = ImmutableActionSet.empty()
            set.execute("value")
            set.empty
        }
    
        def "can add no-op action to empty set"() {
            expect:
            def set = ImmutableActionSet.empty().add(Actions.doNothing())
            set.is(ImmutableActionSet.empty())
        }
    
        def "can add empty set to empty set"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 16.1K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/signature_def_with_multiple_entry_points.mlir

    // CHECK-NEXT:      builtin_options: {
    // CHECK-EMPTY:
    // CHECK-NEXT:      }
    // CHECK-NEXT:    } ],
    // CHECK-NEXT:    name: "sub"
    // CHECK-NEXT:  } ],
    // CHECK-NEXT:  description: "MLIR Converted.",
    // CHECK-NEXT:  buffers: [ {
    // CHECK-EMPTY:
    // CHECK-NEXT:  }, {
    // CHECK-EMPTY:
    // CHECK-NEXT:  }, {
    // CHECK-EMPTY:
    // CHECK-NEXT:  }, {
    // CHECK-EMPTY:
    // CHECK-NEXT:  }, {
    // CHECK-EMPTY:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 14 16:41:28 UTC 2022
    - 5.9K bytes
    - Viewed (0)
  9. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/daemon/registry/EmbeddedDaemonRegistrySpec.groovy

        def context = [:] as DaemonContext
    
        def address(value) {
            [key: value] as Address
        }
    
        def "initially empty"() {
            expect:
            all.empty
            idle.empty
            notIdle.empty
        }
    
        def "lifecycle"() {
            given:
            store(new DaemonInfo(address(10), context, "password".bytes, Idle))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/tfl_while_op.mlir

    // CHECK-NEXT:   description: "MLIR Converted.",
    // CHECK-NEXT:   buffers: [ {
    // CHECK-EMPTY:
    // CHECK-NEXT:   }, {
    // CHECK-EMPTY:
    // CHECK-NEXT:   }, {
    // CHECK-EMPTY:
    // CHECK-NEXT:   }, {
    // CHECK-EMPTY:
    // CHECK-NEXT:   }, {
    // CHECK-EMPTY:
    // CHECK-NEXT:   }, {
    // CHECK-EMPTY:
    // CHECK-NEXT:   }, {
    // CHECK-EMPTY:
    // CHECK-NEXT:   }, {
    // CHECK-NEXT:     data: [ 0, 0, 0, 0 ]
    // CHECK-NEXT:   }, {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 14 16:41:28 UTC 2022
    - 7.5K bytes
    - Viewed (0)
Back to top