Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 1,183 for emptypb (0.14 sec)

  1. 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)
  2. 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)
  3. 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)
  4. subprojects/core/src/test/groovy/org/gradle/internal/problems/DefaultProblemDiagnosticsFactoryTest.groovy

            !stream2.forCurrentCaller().stack.empty
            !stream2.forCurrentCaller().stack.empty
            stream2.forCurrentCaller().stack.empty
    
            stream1.forCurrentCaller().stack.empty
        }
    
        def "keeps stack trace after limit has been reached when diagnostics constructed from exception"() {
            given:
            def stream = factory.newStream()
            stream.forCurrentCaller()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 17:15:42 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/cast_bf16.mlir

    // CHECK-NEXT:        name: "main"
    // 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-NEXT:        data: [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
    // CHECK-NEXT:      } ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 18 21:28:19 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/mylasta/mail/EsStatusPostcard.java

         * Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
         * @param hostname The parameter value of hostname. (NotNull)
         */
        public void setHostname(String hostname) {
            registerVariable("hostname", hostname);
        }
    
        /**
         * Set the value of clustername, used in parameter comment. <br>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  7. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheFileCollectionIntegrationTest.groovy

            // TODO - should not invalidate the cache for this expression
            "'empty=' + tree.empty"                                                                         | "empty=false"               | "empty=false"                      | "empty=false"
            // TODO - should not invalidate the cache for this expression until the file is removed
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  8. platforms/core-runtime/build-process-services/src/test/groovy/org/gradle/api/internal/classpath/DefaultModuleRegistryTest.groovy

        def "requires no additional module classpath when run from distribution"() {
            given:
            def registry = new DefaultModuleRegistry(classLoaderFor([]), ClassPath.EMPTY, new GradleInstallation(distDir))
    
            expect:
            registry.additionalClassPath.empty
        }
    
        def "requires additional module classpath when no distribution available"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 06:16:07 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/apis/kubeadm/fuzzer/fuzzer.go

    	// This is intentionally empty because component config does not exists in the public api
    	// (empty mean all ComponentConfigs fields nil, and this is necessary for getting roundtrip passing)
    }
    
    func fuzzLocalEtcd(obj *kubeadm.LocalEtcd, c fuzz.Continue) {
    	c.FuzzNoCustom(obj)
    
    	// Pinning values for fields that get defaults if fuzz value is empty string or nil (thus making the round trip test fail)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 13 06:41:07 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_config.cc

                                QuantizationSpecs* quant_specs) {
      quant_specs->inference_type = inference_type;
    
      // If min/max are not specified, just return;
      if (node_mins.empty() || node_maxs.empty()) return false;
    
      // Otherwise make sure min/max has the same size as inputs.
      if (IsQuantizationType(inference_type)) {
        // min/max should have same size as inputs, or shouldn't be specified.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 07:39:40 UTC 2024
    - 5.9K bytes
    - Viewed (0)
Back to top