- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 158 for Utilities (0.09 seconds)
-
README.md
│ ├── collection/ # Enhanced collection utilities │ ├── convert/ # Type conversion utilities │ ├── exception/ # Runtime exception wrappers │ ├── io/ # I/O and resource management │ ├── lang/ # Reflection and language utilities │ ├── log/ # Logging abstraction │ ├── text/ # Text processing utilities │ ├── xml/ # XML processing utilities
Created: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Sun Aug 31 02:56:02 GMT 2025 - 12.7K bytes - Click Count (0) -
android/guava/src/com/google/common/primitives/package-info.java
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Fri Jan 03 15:30:05 GMT 2025 - 2K bytes - Click Count (0) -
ci/official/code_check_full.sh
# limitations under the License. # ============================================================================== source "${BASH_SOURCE%/*}/utilities/setup.sh"Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Tue Feb 06 17:29:44 GMT 2024 - 840 bytes - Click Count (0) -
ci/official/libtensorflow.sh
# See the License for the specific language governing permissions and # limitations under the License. # ============================================================================== source "${BASH_SOURCE%/*}/utilities/setup.sh" # Record GPU count and CUDA version status if [[ "$TFCI_NVIDIA_SMI_ENABLE" == 1 ]]; then tfrun nvidia-smi fi # Update the version numbers for Nightly onlyCreated: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Fri Jan 24 20:17:08 GMT 2025 - 2K bytes - Click Count (0) -
ci/official/envs/ci_default
# Note: this file gets sourced in utilities/setup.sh, which has "set -u" # (error on undefined variables). This ensures that (a) every TFCI variable # has an explicit default value, and (b) no script can accidentally use a # variable that doesn't exist. Please keep this list in alphabetical order. # # Find usage in scripts with e.g.: # cd ci/official # ls *.sh utilities/*.sh | xargs grep -H --color=always TFCI_ARG_HERE
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Jan 27 22:53:36 GMT 2025 - 2.9K bytes - Click Count (0) -
ci/official/utilities/setup.sh
# complex. Write a well-documented script under utilities/ to encapsulate the # functionality instead. tfrun() { "$@"; } if [[ $(uname -s) = MSYS_NT* ]]; then source ./ci/official/utilities/windows.sh echo 'Converting MSYS Linux-like paths to Windows paths (for Docker, Python, etc.)' source <(python ./ci/official/utilities/convert_msys_paths_to_win_paths.py --whitelist-prefix TFCI_) fiCreated: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Thu Jan 09 18:37:25 GMT 2025 - 6.2K bytes - Click Count (0) -
ci/official/wheel.sh
# See the License for the specific language governing permissions and # limitations under the License. # ============================================================================== source "${BASH_SOURCE%/*}/utilities/setup.sh" # Record GPU count and CUDA version status if [[ "$TFCI_NVIDIA_SMI_ENABLE" == 1 ]]; then tfrun nvidia-smi fi # Update the version numbers for Nightly onlyCreated: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Mar 03 17:29:53 GMT 2025 - 3.8K bytes - Click Count (0) -
docs/en/docs/reference/openapi/docs.md
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Oct 18 12:36:40 GMT 2023 - 360 bytes - Click Count (0) -
ci/official/code_check_changed_files.sh
# limitations under the License. # ============================================================================== source "${BASH_SOURCE%/*}/utilities/setup.sh"Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Thu Oct 05 18:41:59 GMT 2023 - 850 bytes - Click Count (0) -
impl/maven-core/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
<artifactId>plexus</artifactId> <groupId>org.codehaus.plexus</groupId> <version>1.0.4</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>plexus-utils</artifactId> <name>Plexus Common Utilities</name> <version>1.1</version> <build> <plugins> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <excludes>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 767 bytes - Click Count (0)