Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Burmako (0.1 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/tf_stablehlo_pass.cc

          ::llvm::cl::desc(
              "Skip tf.StatefulPartitionedCall and tf.PartitionedCall")};
    };
    
    void PopulateLegalizeTFToStablehloPipeline(
        OpPassManager &pm, const TFToStablehloOptions &options) {
      // TODO(burmako): Migrate this pass from producing MHLO to producing StableHLO
      // by aligning with the TF/XLA bridge on the corresponding functionality and
      // reusing their work, perhaps through `LowerToMlProgramAndHlo`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  2. docs/tr/docs/async.md

    ```Python hl_lines="2"
    @app.get('/')
    def results():
        results = some_library()
        return results
    ```
    
    ---
    
    Eğer uygulamanız (bir şekilde) başka bir şeyle iletişim kurmak ve onun cevap vermesini beklemek zorunda değilse, `async def` kullanın.
    
    ---
    
    Sadece bilmiyorsanız, normal `def` kullanın.
    
    ---
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 21.9K bytes
    - Viewed (0)
Back to top