- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 117 for imported4 (0.07 seconds)
-
tensorflow/c/c_api_test.cc
opts = TF_NewImportGraphDefOptions(); TF_ImportGraphDefOptionsSetPrefix(opts, "imported4"); TF_ImportGraphDefOptionsRemapControlDependency(opts, "imported/feed", feed); TF_GraphImportGraphDef(graph, graph_def, opts, s); ASSERT_EQ(TF_OK, TF_GetCode(s)) << TF_Message(s); TF_Operation* scalar4 = TF_GraphOperationByName(graph, "imported4/imported3/scalar"); TF_Operation* feed4 =
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Jan 07 04:56:09 GMT 2026 - 97.3K bytes - Click Count (0) -
docs/fr/docs/tutorial/body-fields.md
## Importer `Field` { #import-field } D'abord, vous devez l'importer : {* ../../docs_src/body_fields/tutorial001_an_py310.py hl[4] *} /// warning | Alertes Notez que `Field` est importé directement depuis `pydantic`, et non depuis `fastapi` comme le sont les autres (`Query`, `Path`, `Body`, etc.). ///Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:12:41 GMT 2026 - 2.9K bytes - Click Count (0) -
docs/fr/docs/tutorial/bigger-applications.md
Voyons maintenant le module `app/main.py`. C'est ici que vous importez et utilisez la classe `FastAPI`. Ce sera le fichier principal de votre application qui reliera tout ensemble. Et comme la plupart de votre logique vivra désormais dans son propre module, le fichier principal sera assez simple. ### Importer `FastAPI` { #import-fastapi } Vous importez et créez une classe `FastAPI` comme d'habitude.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 21.4K bytes - Click Count (0) -
docs/fr/docs/tutorial/header-params.md
# Paramètres d'en-tête { #header-parameters } Vous pouvez définir des paramètres `Header` de la même manière que vous définissez des paramètres `Query`, `Path` et `Cookie`. ## Importer `Header` { #import-header } Commencez par importer `Header` : {* ../../docs_src/header_params/tutorial001_an_py310.py hl[3] *} ## Déclarer des paramètres `Header` { #declare-header-parameters }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:12:41 GMT 2026 - 3.4K bytes - Click Count (0) -
docs/fr/docs/tutorial/cookie-params.md
# Paramètres de cookie { #cookie-parameters } Vous pouvez définir des paramètres de cookie de la même manière que vous définissez les paramètres `Query` et `Path`. ## Importer `Cookie` { #import-cookie } Commencez par importer `Cookie` : {* ../../docs_src/cookie_params/tutorial001_an_py310.py hl[3] *} ## Déclarer des paramètres `Cookie` { #declare-cookie-parameters }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:12:41 GMT 2026 - 1.9K bytes - Click Count (0) -
docs/pt/docs/tutorial/body-fields.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Nov 12 16:23:57 GMT 2025 - 2.6K bytes - Click Count (0) -
docs/fr/docs/tutorial/debugging.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 2.9K bytes - Click Count (0) -
docs/fr/docs/tutorial/background-tasks.md
## Utiliser `BackgroundTasks` { #using-backgroundtasks } Pour commencer, importez `BackgroundTasks` et définissez un paramètre dans votre *fonction de chemin d'accès* avec `BackgroundTasks` comme type déclaré. {* ../../docs_src/background_tasks/tutorial001_py310.py hl[1,13] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 5.5K bytes - Click Count (0) -
src/cmd/api/main_test.go
current *apiPackage deprecated map[token.Pos]bool features map[string]bool // set imported map[string]*apiPackage // packages already imported stdPackages []string // names, omitting "unsafe", internal, and vendored packages importMap map[string]map[string]string // importer dir -> import path -> canonical path importDir map[string]string // canonical import path -> dir }
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Mar 02 13:20:41 GMT 2026 - 31.4K bytes - Click Count (0) -
docs/fr/docs/advanced/wsgi.md
## Utiliser `WSGIMiddleware` { #using-wsgimiddleware } /// info Cela nécessite l'installation de `a2wsgi`, par exemple avec `pip install a2wsgi`. /// Vous devez importer `WSGIMiddleware` depuis `a2wsgi`. Ensuite, enveloppez l'application WSGI (par ex. Flask) avec le middleware. Puis, montez-la sous un chemin. {* ../../docs_src/wsgi/tutorial001_py310.py hl[1,3,23] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 1.6K bytes - Click Count (0)