- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for TF_Version (0.06 seconds)
-
tensorflow/BUILD
[ "@xla//xla/tsl/mkl:intel_binary_blob", ], ), ) bzl_library( name = "tf_version_bzl", srcs = [ "tf_version.bzl", # copybara:uncomment "tf_version.google.bzl", ], # copybara:uncomment parse_tests = False, visibility = ["//visibility:public"], ) bzl_library( name = "tensorflow_bzl",Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Tue Mar 24 21:00:18 GMT 2026 - 53.1K bytes - Click Count (0) -
tensorflow/c/c_api_test.cc
const std::string gpu_device_name = GPUDeviceName(sess); TF_DeleteSession(sess, s); CHECK_EQ(TF_OK, TF_GetCode(s)) << TF_Message(s); return gpu_device_name; } TEST(CAPI, Version) { EXPECT_STRNE("", TF_Version()); } TEST(CAPI, Status) { TF_Status* s = TF_NewStatus(); EXPECT_EQ(TF_OK, TF_GetCode(s)); EXPECT_EQ(std::string(), TF_Message(s)); TF_SetStatus(s, TF_CANCELLED, "cancel");
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)