- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for dependencies (0.05 sec)
-
kotlin-js-store/yarn.lock
dependencies: "@types/node" "*" "@types/eslint-scope@^3.7.3": version "3.7.4" resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.4.tgz#37fc1223f0786c39627068a12e94d6e6fc61de16" integrity sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA== dependencies: "@types/eslint" "*" "@types/estree" "*"
Registered: 2025-05-30 11:42 - Last Modified: 2023-07-22 12:28 - 87.4K bytes - Viewed (0) -
fastapi/param_functions.py
It takes a single "dependable" callable (like a function). Don't call it directly, FastAPI will call it for you. Read more about it in the [FastAPI docs for Dependencies](https://fastapi.tiangolo.com/tutorial/dependencies/). **Example** ```python from typing import Annotated from fastapi import Depends, FastAPI app = FastAPI()
Registered: 2025-05-25 07:19 - Last Modified: 2024-10-23 18:30 - 62.5K bytes - Viewed (0) -
pom.xml
</configuration> </plugin> <plugin> <artifactId>maven-antrun-plugin</artifactId> <dependencies> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> <version>1.10.11</version> </dependency> </dependencies> <configuration> <target> <ant antfile="${basedir}/dbflute.xml" target="download.dbflute" />
Registered: 2025-05-26 08:04 - Last Modified: 2025-05-24 08:18 - 49.6K bytes - Viewed (0) -
tensorflow/BUILD
"//tensorflow/cc:scope", "//tensorflow/core:tensorflow", "//tensorflow/core/data:standalone", # Exports for pywrap_tensorflow_internal. Many of these are transitive # dependencies of the above, but must be explicitly listed for # cc_shared_library to work. "//tensorflow/c/eager:c_api_experimental", "//tensorflow/c/eager:c_api_internal",
Registered: 2025-05-27 12:39 - Last Modified: 2025-05-08 05:59 - 53.1K bytes - Viewed (0) -
.bazelrc
test --test_env="GTEST_INSTALL_FAILURE_SIGNAL_HANDLER=1" # Default options should come above this line. # Android configs. Bazel needs to have --cpu and --fat_apk_cpu both set to the # target CPU to build transient dependencies correctly. See # https://docs.bazel.build/versions/master/user-manual.html#flag--fat_apk_cpu build:android --crosstool_top=//external:android/crosstool build:android --host_crosstool_top=@bazel_tools//tools/cpp:toolchain
Registered: 2025-05-27 12:39 - Last Modified: 2025-05-21 21:12 - 53.7K bytes - Viewed (0) -
tensorflow/c/c_api_test.cc
ASSERT_EQ(1, num_return_opers); EXPECT_EQ(scalar2, return_opers[0]); // not remapped TF_DeleteImportGraphDefResults(results); // Import again, with control dependencies, into the same graph. TF_DeleteImportGraphDefOptions(opts); opts = TF_NewImportGraphDefOptions(); TF_ImportGraphDefOptionsSetPrefix(opts, "imported3"); TF_ImportGraphDefOptionsAddControlDependency(opts, feed);
Registered: 2025-05-27 12:39 - Last Modified: 2024-12-27 12:18 - 97K bytes - Viewed (0)