Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 4,398 for ADD (0.03 sec)

  1. tensorflow/compiler/mlir/lite/tests/default_quant_params.mlir

    // Quantized tfl.add
    // CHECK: %[[add:.*]] = tfl.add(%[[q1]], %[[q0]]) <{fused_activation_function = "NONE"}> : (tensor<2x2x!quant.uniform<u8:f32, 0.0078431372549019607:128>>
    // CHECK: %[[dq:.*]] = "tfl.dequantize"(%[[add]]) : (tensor<2x2x!quant.uniform<u8:f32, 0.0078431372549019607:128>>)
    // CHECK: return %[[dq]]
    }
    
    // CHECK-LABEL: hardcode_input
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  2. pkg/scheduler/util/assumecache/assume_cache_test.go

    	key := oldObj.GetName()
    
    	// Add old object to cache.
    	informer.add(oldObj)
    	verify(ktesting.WithStep(tCtx, "after initial update"), cache, key, oldObj, oldObj)
    
    	// Update object.
    	informer.update(newObj)
    	verify(ktesting.WithStep(tCtx, "after initial update"), cache, key, newObj, newObj)
    
    	// Some error cases (don't occur in practice).
    	informer.add(1)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 09:46:58 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  3. guava-testlib/src/com/google/common/collect/testing/MapTestSuiteBuilder.java

          derivedFeatures.add(CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION);
        }
        // add the intersection of CollectionFeature.values() and mapFeatures
        for (CollectionFeature feature : CollectionFeature.values()) {
          if (mapFeatures.contains(feature)) {
            derivedFeatures.add(feature);
          }
        }
        // add the intersection of CollectionSize.values() and mapFeatures
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Feb 26 19:46:10 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  4. guava-testlib/src/com/google/common/collect/testing/google/SortedMultisetTestSuiteBuilder.java

          derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.EXCLUSIVE, Bound.NO_BOUND));
          derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.EXCLUSIVE, Bound.EXCLUSIVE));
          derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.EXCLUSIVE, Bound.INCLUSIVE));
          derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.INCLUSIVE, Bound.NO_BOUND));
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Feb 26 19:46:10 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  5. docs/en/docs/release-notes.md

    * 🌐 Add Portuguese translation for `docs/pt/docs/advanced/fastapi-cli.md`. PR [#11641](https://github.com/tiangolo/fastapi/pull/11641) by [@ayr-ton](https://github.com/ayr-ton).
    * 🌐 Add Traditional Chinese translation for `docs/zh-hant/docs/fastapi-people.md`. PR [#11639](https://github.com/tiangolo/fastapi/pull/11639) by [@hsuanchi](https://github.com/hsuanchi).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/FileConfigDbm.java

            ls.add(columnIntervalTime());
            ls.add(columnMaxAccessCount());
            ls.add(columnName());
            ls.add(columnNumOfThread());
            ls.add(columnPaths());
            ls.add(columnPermissions());
            ls.add(columnSortOrder());
            ls.add(columnTimeToLive());
            ls.add(columnUpdatedBy());
            ls.add(columnUpdatedTime());
            ls.add(columnVirtualHosts());
            return ls;
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 18K bytes
    - Viewed (0)
  7. subprojects/core/src/test/groovy/org/gradle/api/internal/project/DefaultProjectSpec.groovy

            serviceRegistry.add(FileOperations, fileOperations)
            serviceRegistry.add(ObjectFactory, objectFactory)
            serviceRegistry.add(TaskContainerInternal, Stub(TaskContainerInternal))
            serviceRegistry.add(InstantiatorFactory, Stub(InstantiatorFactory))
            serviceRegistry.add(AttributesSchema, Stub(AttributesSchema))
            serviceRegistry.add(ModelRegistry, Stub(ModelRegistry))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  8. src/test/java/org/codelibs/fess/suggest/settings/BadWordSettingsTest.java

            try {
                settings.badword().add("aaaa");
                assertTrue(true);
            } catch (IllegalArgumentException e) {
                fail();
            }
    
            try {
                settings.badword().add("");
                fail();
            } catch (IllegalArgumentException e) {
                assertTrue(true);
            }
    
            try {
                settings.badword().add("aaaa bbb");
                fail();
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  9. platforms/core-runtime/messaging/src/main/java/org/gradle/internal/event/BroadcastDispatch.java

        public BroadcastDispatch<T> add(Dispatch<MethodInvocation> dispatch) {
            return add(dispatch, dispatch);
        }
    
        public BroadcastDispatch<T> add(T listener) {
            return add(listener, new ReflectionDispatch(listener));
        }
    
        public BroadcastDispatch<T> add(String methodName, Action<?> action) {
            assertIsMethod(methodName);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 13:00:00 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/tests/push-tpose-through-ewise.mlir

      %cst = arith.constant dense<1.0> : tensor<5x2x3x4xf32>
      %1 = tfl.add %0, %cst { fused_activation_function = "NONE" } : tensor<5x2x3x4xf32>
      func.return %1 : tensor<5x2x3x4xf32>
    }
    
    // CHECK: %cst = arith.constant dense<[3, 0, 1, 2]> : tensor<4xi32>
    // CHECK: %cst_0 = arith.constant dense<1.000000e+00> : tensor<2x3x4x5xf32>
    // CHECK: %0 = tfl.add %arg0, %cst_0 {fused_activation_function = "NONE"} : tensor<2x3x4x5xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 8.9K bytes
    - Viewed (0)
Back to top