- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for stackTrace (1.86 sec)
-
.bazelrc
common:clang_local --noincompatible_enable_android_toolchain_resolution common:clang_local --@rules_ml_toolchain//common:enable_hermetic_cc=False common:clang_local --repo_env USE_HERMETIC_CC_TOOLCHAIN=0 # Print a stacktrace when a test is killed 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
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Fri Dec 26 23:20:26 UTC 2025 - 56.8K bytes - Viewed (0) -
tensorflow/c/c_api_function_test.cc
TF_Operation* feed = Placeholder(func_graph.get(), s.get()); TF_Operation* neg = Neg(feed, func_graph.get(), s.get()); std::vector<StackFrame> feed_frames = {{"feed.cc", 10, "alpha"}}; std::vector<StackFrame> neg_frames = {{"neg.cc", 15, "beta"}}; feed->node.SetStackTrace(std::make_shared<FrozenStackTrace>(feed_frames)); neg->node.SetStackTrace(std::make_shared<FrozenStackTrace>(neg_frames));
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Mon Nov 17 00:00:38 UTC 2025 - 63.6K bytes - Viewed (1) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java
System.out.println(CLIReportingUtils.showVersion()); } } private void commands(CliRequest cliRequest) { if (cliRequest.showErrors) { slf4jLogger.info("Error stacktraces are turned on."); } if (MavenExecutionRequest.CHECKSUM_POLICY_WARN.equals(cliRequest.request.getGlobalChecksumPolicy())) {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Oct 27 13:24:03 UTC 2025 - 78.1K bytes - Viewed (0)