- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for tf_status_internal (0.08 seconds)
-
tensorflow/c/BUILD
"@com_google_absl//absl/strings", ], }), alwayslink = 1, ) tf_cuda_library( name = "tf_status_internal", hdrs = [ "tf_status.h", "tf_status_internal.h", "@local_xla//xla/tsl/c:tsl_status_internal_headers", ], visibility = [ "//tensorflow/c:__subpackages__",Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Sun Dec 07 13:04:09 GMT 2025 - 30.4K bytes - Click Count (0) -
tensorflow/c/c_api_internal.h
#include <vector> #include "tensorflow/c/c_api.h" // clang-format off // Required for IS_MOBILE_PLATFORM #include "tensorflow/core/platform/platform.h" // clang-format on #include "tensorflow/c/tf_status_internal.h" #include "tensorflow/c/tf_tensor_internal.h" #if !defined(IS_MOBILE_PLATFORM) && !defined(IS_SLIM_BUILD) #include "tensorflow/core/framework/op_gen_lib.h"
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Sat May 13 00:49:12 GMT 2023 - 7.6K bytes - Click Count (0) -
tensorflow/c/c_api.cc
#include "tensorflow/core/framework/op_gen_lib.h" #endif // !defined(IS_MOBILE_PLATFORM) && !defined(IS_SLIM_BUILD) #include "tensorflow/c/c_api_internal.h" #include "tensorflow/c/tf_buffer_internal.h" #include "tensorflow/c/tf_status_internal.h" #include "tensorflow/c/tf_tensor.h" #include "tensorflow/core/common_runtime/device_mgr.h" #include "tensorflow/core/common_runtime/eval_const_tensor.h" #include "tensorflow/core/common_runtime/graph_constructor.h"
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Sat Oct 04 05:55:32 GMT 2025 - 102.4K bytes - Click Count (0) -
tensorflow/c/eager/BUILD
"//tensorflow/c:c_api", "//tensorflow/c:c_api_internal", "//tensorflow/c:tf_buffer", "//tensorflow/c:tf_buffer_internal", "//tensorflow/c:tf_status_internal", "//tensorflow/c:tf_tensor_internal", "//tensorflow/core:core_cpu", "//tensorflow/core:core_cpu_internal", "//tensorflow/core:framework",Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Apr 14 23:08:27 GMT 2025 - 33.3K bytes - Click Count (0)