Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Sitemap (0.09 sec)

  1. docs/en/docs/release-notes.md

        * Updated database docs [SQL (Relational) Databases: Main **FastAPI** app](https://fastapi.tiangolo.com/tutorial/sql-databases/#main-fastapi-app).
        * PR [#595](https://github.com/tiangolo/fastapi/pull/595).
    * Fix `sitemap.xml` in website. PR [#598](https://github.com/tiangolo/fastapi/pull/598) by [@samuelcolvin](https://github.com/samuelcolvin).
    
    ## 0.41.0
    
    * Upgrade required Starlette to `0.12.9`, the new range is `>=0.12.9,<=0.12.9`.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        DenseIntElementsAttr dimensions;
        if (!matchPattern(op.getReductionIndices(), m_Constant(&dimensions)))
          return failure();
    
        // Build the final shape from input_shape and dimensions using a bitmap
        // to mark the reduced dimensions.
        SmallVector<bool, 4> reduced_dimensions_bitmap(input_shape.size(), false);
        SmallVector<int64_t, 4> xla_dimensions;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top