Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for BarTest (0.12 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

    }
    
    def TFL_ArgMaxOp : TFL_Op<"arg_max", [
        QuantizableResult,
        Pure]> {
      let summary = "ArgMax operator";
    
      let description = [{
        Returns the index with the largest value across dimensions of a tensor.
      }];
    
      let arguments = (
        ins TFL_TensorOf<[I1, F32, I32, I8, UI8, QI8, QUI8]>:$input,
        TFL_I32OrI64Tensor:$dim
      );
    
      let results = (outs
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  2. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    1/89000th Part of an Inch. This is the Thickness of the Air at the darkest Part of the first dark Ring made by perpendicular Rays; and half this Thickness multiplied by the Progression, 1, 3, 5, 7, 9, 11, &c. gives the Thicknesses of the Air at the most luminous Parts of all the brightest Rings, _viz._ 1/178000, 3/178000, 5/178000, 7/178000, &c. their arithmetical Means 2/178000, 4/178000, 6/178000, &c. being its Thicknesses at the darkest Parts of all the dark ones. _Obs._ 7. The Rings were least, when...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ld/data.go

    		machosymorder(ctxt)
    	}
    	state.dynreloc(ctxt)
    
    	// Move any RO data with relocations to a separate section.
    	state.makeRelroForSharedLib(ctxt)
    
    	// Set alignment for the symbol with the largest known index,
    	// so as to trigger allocation of the loader's internal
    	// alignment array. This will avoid data races in the parallel
    	// section below.
    	lastSym := loader.Sym(ldr.NSym() - 1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

                            The Pool of Tears
    
    
      `Curiouser and curiouser!' cried Alice (she was so much
    surprised, that for the moment she quite forgot how to speak good
    English); `now I'm opening out like the largest telescope that
    ever was!  Good-bye, feet!' (for when she looked down at her
    feet, they seemed to be almost out of sight, they were getting so
    far off).  `Oh, my poor little feet, I wonder who will put on
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

                            The Pool of Tears
    
    
      `Curiouser and curiouser!' cried Alice (she was so much
    surprised, that for the moment she quite forgot how to speak good
    English); `now I'm opening out like the largest telescope that
    ever was!  Good-bye, feet!' (for when she looked down at her
    feet, they seemed to be almost out of sight, they were getting so
    far off).  `Oh, my poor little feet, I wonder who will put on
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  6. doc/go1.17_spec.html

    </p>
    <ol>
    <li>For a variable <code>x</code> of any type: <code>unsafe.Alignof(x)</code> is at least 1.
    </li>
    
    <li>For a variable <code>x</code> of struct type: <code>unsafe.Alignof(x)</code> is the largest of
       all the values <code>unsafe.Alignof(x.f)</code> for each field <code>f</code> of <code>x</code>, but at least 1.
    </li>
    
    <li>For a variable <code>x</code> of array type: <code>unsafe.Alignof(x)</code> is the same as
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
Back to top