Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for IR (0.14 sec)

  1. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirCompilerFacility.kt

    import org.jetbrains.kotlin.ir.descriptors.IrBasedVariableDescriptor
    import org.jetbrains.kotlin.ir.expressions.*
    import org.jetbrains.kotlin.ir.symbols.IrClassSymbol
    import org.jetbrains.kotlin.ir.symbols.IrSymbol
    import org.jetbrains.kotlin.ir.symbols.UnsafeDuringIrConstructionAPI
    import org.jetbrains.kotlin.ir.types.IrSimpleType
    import org.jetbrains.kotlin.ir.util.IdSignature
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Fri Apr 19 11:06:47 GMT 2024
    - 32.2K bytes
    - Viewed (1)
  2. .space/CODEOWNERS

    /compiler/ir/ir.tree/tree-generator "Kotlin Common Backend" Wojciech.Litewka
    /compiler/ir/ir.objcinterop/ "Kotlin Native"
    /compiler/ir/serialization.common/ "Kotlin Common Backend"
    /compiler/ir/serialization.js/ "Kotlin Common Backend"
    /compiler/ir/serialization.jvm/ "Kotlin JVM"
    /compiler/ir/serialization.native/ "Kotlin Native"
    /compiler/ir/ir.inline/ "Kotlin Common Backend"
    /compiler/javac-wrapper/ "Kotlin Compiler Core" Simon.Ogorodnik
    Plain Text
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Thu Apr 25 19:58:12 GMT 2024
    - 23.9K bytes
    - Viewed (0)
  3. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    ×¦× × .× ×©×¨× × ×§× × Ø§Ø¨Ù Ø¸Ø¨Ù Ø§ØªØµØ§Ù Ø§Øª ارا٠٠٠ا٠ارد٠ا٠بحر٠٠ا٠جزائر ا٠سع٠د٠ة Ø§Ù Ø³Ø¹Ù Ø¯Ù Ù Ø§Ù Ø³Ø¹Ù Ø¯Û Ø© Ø§Ù Ø³Ø¹Ù Ø¯Û Û Ø§Ù Ø¹Ù Ù Ø§Ù Ø§Ù Ù ØºØ±Ø¨ ا٠٠٠٠ا٠ارات ا٠را٠ا٠را٠.ir Ø§Û Ø±Ø§Ù Ø§Û Ø±Ø§Ù .ir بارت بازار ب٠ت٠بھارت ت٠٠س س٠دا٠س٠ر٠ا س٠ر٠ة شب٠ة عرا٠عرب ع٠ا٠٠٠سط٠٠٠طر ٠اث٠٠٠٠٠٠٠٠صر ٠٠٠س٠ا ٠٠ر٠تا٠٠ا ٠٠٠ع ٠٠را٠پا٠ستا٠پاکستاÙ...
    Others
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 40.4K bytes
    - Viewed (0)
  4. docs/pt/docs/deployment.md

    Você verá algo como:
    
    ```JSON
    {"item_id": 5, "q": "somequery"}
    ```
    
    ### API interativa de documetação
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Aug 18 16:16:54 GMT 2022
    - 16.8K bytes
    - Viewed (0)
  5. docs/pt/docs/deployment/docker.md

    Usando contêineres Linux você tem diversas vantagens incluindo **segurança**, **replicabilidade**, **simplicidade**, entre outras.
    
    !!! tip "Dica"
        Está com pressa e já sabe dessas coisas? Pode ir direto para [`Dockerfile` abaixo 👇](#construindo-uma-imagem-docker-para-fastapi).
    
    
    <details>
    <summary>Visualização do Dockerfile 👀</summary>
    
    ```Dockerfile
    FROM python:3.9
    
    WORKDIR /code
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 37.4K bytes
    - Viewed (0)
  6. docs/pt/docs/async.md

    Então, durante esse tempo, o computador pode ir e fazer outro trabalho, enquanto o "arquivo lento" 📝 termine.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 22.2K bytes
    - Viewed (0)
  7. docs/es/docs/async.md

    ```
    
    La clave aquí es `await`. Eso le dice a Python que tiene que esperar ⏸ a que `get_burgers (2)` termine de hacer lo suyo 🕙 antes de almacenar los resultados en `hamburguesas`. Con eso, Python sabrá que puede ir y hacer otra cosa 🔀 ⏯ mientras tanto (como recibir otra solicitud).
    
    Para que `await` funcione, tiene que estar dentro de una función que admita esta asincronía. Para hacer eso, simplemente lo declaras con `async def`:
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 24.9K bytes
    - Viewed (0)
  8. docs/pt/docs/features.md

    Sem a necessidade de digitar nomes de chaves erroneamente, ir e voltar entre documentações, ou rolar pela página para descobrir se você utilizou `username` or `user_name`.
    
    ### Breve
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 10.4K bytes
    - Viewed (0)
  9. docs/pt/docs/contributing.md

    <span style="color: green;">[INFO]</span> Start watching changes
    <span style="color: green;">[INFO]</span> Start detecting changes
    ```
    
    </div>
    
    Agora você pode ir em <a href="http://127.0.0.1:8008" class="external-link" target="_blank">http://127.0.0.1:8008</a> e ver suas mudanças ao vivo.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sun Jun 11 21:38:15 GMT 2023
    - 14.9K bytes
    - Viewed (0)
  10. tensorflow/c/BUILD

            "//tensorflow/c/eager:tfe_op_internal",
            "//tensorflow/c/eager:tfe_tensorhandle_internal",
            "//tensorflow/compiler/jit:flags",
            "//tensorflow/compiler/jit:get_compiler_ir",
            "//tensorflow/core:core_cpu",
            "//tensorflow/core:framework",
            "//tensorflow/core:lib",
            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core/common_runtime/eager:attr_builder",
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Mar 27 18:00:18 GMT 2024
    - 30.3K bytes
    - Viewed (0)
Back to top