Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for embeddings (0.19 sec)

  1. RELEASE.md

    *   `tf.tpu.experimental.embedding`:
    
        *   `tf.tpu.experimental.embedding.FeatureConfig` now takes an additional
            argument `output_shape` which can specify the shape of the output
            activation for the feature.
        *   `tf.tpu.experimental.embedding.TPUEmbedding` now has the same behavior
            as `tf.tpu.experimental.embedding.serving_embedding_lookup` which can
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
  2. .bazelrc

    # Select supported compute capabilities (supported graphics cards).
    # This is the same as the official TensorFlow builds.
    # See https://developer.nvidia.com/cuda-gpus#compute
    # `compute_XY` enables PTX embedding in addition to SASS. PTX
    # is forward compatible beyond the current compute capability major
    # release while SASS is only forward compatible inside the current
    # major release. Example: sm_80 kernels can run on sm_89 GPUs but
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Apr 24 20:50:35 GMT 2024
    - 52.6K bytes
    - Viewed (2)
  3. doc/go_spec.html

    <p>
    In a slightly more general form
    an interface <code>T</code> may use a (possibly qualified) interface type
    name <code>E</code> as an interface element. This is called
    <i>embedding</i> interface <code>E</code> in <code>T</code>
    [<a href="#Go_1.14">Go 1.14</a>].
    The type set of <code>T</code> is the <i>intersection</i> of the type sets
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 00:39:16 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  4. doc/go1.17_spec.html

    as the <code>File</code> interface.
    </p>
    
    <p>
    An interface <code>T</code> may use a (possibly qualified) interface type
    name <code>E</code> in place of a method specification. This is called
    <i>embedding</i> interface <code>E</code> in <code>T</code>.
    The <a href="#Method_sets">method set</a> of <code>T</code> is the <i>union</i>
    of the method sets of <code>T</code>’s explicitly declared methods and of
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  5. docs/en/docs/release-notes.md

    ## 0.53.2
    
    * Fix automatic embedding of body fields for dependencies and sub-dependencies. Original PR [#1079](https://github.com/tiangolo/fastapi/pull/1079) by [@Toad2186](https://github.com/Toad2186).
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sun Apr 28 00:28:00 GMT 2024
    - 385.5K bytes
    - Viewed (1)
Back to top