Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 47 of 47 for AssertJ (0.15 sec)

  1. doc/go1.17_spec.html

    </p>
    
    <pre>
    x.(T)
    </pre>
    
    <p>
    asserts that <code>x</code> is not <code>nil</code>
    and that the value stored in <code>x</code> is of type <code>T</code>.
    The notation <code>x.(T)</code> is called a <i>type assertion</i>.
    </p>
    <p>
    More precisely, if <code>T</code> is not an interface type, <code>x.(T)</code> asserts
    that the dynamic type of <code>x</code> is <a href="#Type_identity">identical</a>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

    }
    
    Value ExpandedDynamicShape(PatternRewriter& rewriter, Value input,
                               DenseIntElementsAttr broadcast_dimensions,
                               Value output) {
      assert(mlir::cast<ShapedType>(output.getType()) &&
             "output type must be of ShapedType");
      int64_t output_rank = mlir::cast<ShapedType>(output.getType()).getRank();
      llvm::SmallVector<int64_t, 4> expanded_dimensions;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  3. src/runtime/proc.go

    		// but the critical section is short and dropm is rare on pthread platforms, so just
    		// take the lock and play it safe. traceThreadDestroy also asserts that the lock is held.
    		lock(&sched.lock)
    		traceThreadDestroy(mp)
    		unlock(&sched.lock)
    	}
    	mp.isExtraInSig = false
    
    	// Block signals before unminit.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Update */
        public static final String LABELS_LOGIN_UPDATE = "{labels.login.update}";
    
        /**
         * Assert the property is not null.
         * @param property The value of the property. (NotNull)
         */
        protected void assertPropertyNotNull(String property) {
            if (property == null) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

          self.assertEqual(quant_unit.node_name, '_empty_node')
          self.assertRegex(
              quant_unit.func_name, r'^composite_conv_([a-zA-Z_0-9]+_)*fn_\d+'
          )
        else:
          assert False, f'Please add assertion for the op_set: {target_opset}.'
    
    
    @test_util.run_all_in_graph_and_eager_modes
    class CalibrationOptionsTest(quantize_model_test_base.QuantizedModelTest):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  6. src/main/webapp/js/admin/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
  7. src/main/webapp/js/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
Back to top