- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 50 for workspace (0.09 sec)
-
doc/godebug.md
Using `panicnil=1` restores the behavior of Go 1.20 and earlier. When compiling a work module or workspace that declares an older Go version, the Go toolchain amends its defaults to match that older Go version as closely as possible. For example, when a Go 1.21 toolchain compiles a program, if the work module's `go.mod` or the workspace's `go.work` says `go` `1.20`, then the program defaults to `panicnil=1`, matching Go 1.20 instead of Go 1.21.
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Oct 28 14:46:33 UTC 2024 - 17.2K bytes - Viewed (0) -
CONTRIBUTING.md
which case remember to change the directory from `/root` to `/tensorflow` once you get into the running container so `bazel` can find the `tensorflow` workspace). you can do this by using the following command. As an example- ```bash docker run -it --rm -v $PWD:/tmp -w /tmp tensorflow/build:2.15-python3.10 ```
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Oct 23 06:20:12 UTC 2024 - 15.9K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/LegacyRepositorySystem.java
} finally { request.setLocalRepository(localRepository); } } } catch (ComponentLookupException e) { // no ide workspace artifact resolution } return artifactResolver.resolve(request); } // public void addProxy( String protocol, String host, int port, String username, String password,
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 31.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* application/vnd.ms-excel.sheet.2=excel<br> * application/vnd.ms-excel.sheet.3=excel<br> * application/vnd.ms-excel.sheet.4=excel<br> * application/vnd.ms-excel.workspace.3=excel<br> * application/vnd.ms-excel.workspace.4=excel<br> * application/vnd.openxmlformats-officedocument.spreadsheetml.sheet=excel<br> * application/vnd.ms-powerpoint=powerpoint<br>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 468.5K bytes - Viewed (1) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
</match> </magic> <sub-class-of type="application/x-tika-old-excel"/> </mime-type> <mime-type type="application/vnd.ms-excel.workspace.4"> <_comment>Microsoft Excel 4 Workspace</_comment> <magic priority="60"> <match value="0x09040600" type="string" offset="0"> <match value="0x00000001" type="string" offset="4"/> </match> </magic>
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Sep 21 06:46:43 UTC 2023 - 298.5K bytes - Viewed (0) -
common/config/license-lint.yml
# runc is Apache 2.0: https://github.com/opencontainers/runc/blob/master/LICENSE # but it contains BSD dep which our linter fails to understand: https://github.com/opencontainers/runc/blob/v0.1.1/Godeps/_workspace/src/github.com/golang/protobuf/LICENSE - github.com/opencontainers/runc # MIT: https://github.com/felixge/fgprof/blob/master/LICENSE.txt - github.com/felixge/fgprof # Apache 2.0 - github.com/google/pprof
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Jan 25 19:26:20 UTC 2023 - 3.2K bytes - Viewed (0) -
.gitignore
/tensorflow/lite/tools/make/gen/** /api_init_files_list.txt /estimator_api_init_files_list.txt *.whl dist # Android .gradle .idea *.iml local.properties gradleBuild # iOS *.pbxproj *.xcworkspace /*.podspec /tensorflow/lite/**/coreml/**/BUILD /tensorflow/lite/**/ios/BUILD /tensorflow/lite/**/objc/BUILD /tensorflow/lite/**/swift/BUILD /tensorflow/lite/examples/ios/simple/data/*.tflite
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Fri Sep 20 17:43:17 UTC 2024 - 939 bytes - Viewed (0) -
RELEASE.md
### `tf.keras`: * Improvements from the Functional API refactoring: * Functional model construction does not need to maintain a global workspace graph, removing memory leaks especially when building many models or very large models. * Functional model construction should be ~8-10% faster on average.
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Tue Oct 22 14:33:53 UTC 2024 - 735.3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.30.md
([#122729](https://github.com/kubernetes/kubernetes/pull/122729), [@jparrill](https://github.com/jparrill))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Oct 23 04:40:14 UTC 2024 - 309.1K bytes - Viewed (0) -
okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt
1360 ; valid ; ; NV8 # 4.1 ETHIOPIC SECTION MARK 1361..137C ; valid ; ; NV8 # 3.0 ETHIOPIC WORDSPACE..ETHIOPIC NUMBER TEN THOUSAND 137D..137F ; disallowed # NA <reserved-137D>..<reserved-137F>
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Feb 10 11:25:47 UTC 2024 - 854.1K bytes - Viewed (0)