- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 12 for tsl (0.02 seconds)
-
ci/official/utilities/repack_libtensorflow.sh
tensorflow/core/platform/ctstring_internal.h \ ${LIB_PKG}/include/tensorflow/core/platform cp third_party/xla/xla/tsl/c/tsl_status.h ${LIB_PKG}/include/xla/tsl/c cp third_party/xla/third_party/tsl/tsl/platform/ctstring.h \ third_party/xla/third_party/tsl/tsl/platform/ctstring_internal.h \ ${LIB_PKG}/include/tsl/platform cd ${LIB_PKG} libtensorflow_zip="libtensorflow${TARBALL_SUFFIX}.zip"Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Jan 21 01:25:46 GMT 2026 - 3.7K bytes - Click Count (0) -
tensorflow/c/BUILD
"python_api.h", "*test*", ], ) + [ "//tensorflow/cc:srcs_no_runtime", "//tensorflow/core/distributed_runtime:server_lib.h", "@tsl//tsl/platform:ctstring", "@xla//xla/tsl/c:srcs", ], visibility = ["//visibility:public"], ) cc_library( name = "pywrap_required_hdrs", textual_hdrs = [ "c_api_internal.h",Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Tue Feb 17 18:49:14 GMT 2026 - 30.3K bytes - Click Count (0) -
tensorflow/BUILD
"//tensorflow/lite/kernels/shim:tf_kernel_shim", "@xla//xla/stream_executor:stream_executor_impl", "@xla//xla/tsl/framework:bfc_allocator", "@xla//xla/tsl/framework:metrics", "//tensorflow/core/data:captured_function", ] + tf_additional_binary_deps(), soversion = VERSION, static_deps = PACKAGE_STATIC_DEPS,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/checkpoint_reader.cc
if (!v2_reader_->status().ok()) { tsl::Set_TF_Status_from_Status(status, v2_reader_->status()); return; } auto result = BuildV2VarMaps(); var_to_shape_map_.swap(result.first); var_to_data_type_map_.swap(result.second); } else { reader_.reset(new TensorSliceReader(filename)); if (!reader_->status().ok()) { tsl::Set_TF_Status_from_Status(status, reader_->status()); return;
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Tue Feb 17 18:49:14 GMT 2026 - 5.4K bytes - Click Count (0) -
ci/official/utilities/code_check_full.bats
cat > $BATS_TEST_TMPDIR/allowed_to_be_missing <<EOF @absl_py//absl @bazel_tools//platforms @bazel_tools//third_party/ @bazel_tools//tools @jpegxl//lib @local @xla//xla @tsl//tsl @com_google_absl//absl @pybind11_abseil//pybind11_abseil @org_tensorflow// @com_github_googlecloudplatform_google_cloud_cpp//google @com_github_grpc_grpc//src/compiler @com_google_protobuf//upb_generator
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Jan 28 22:41:17 GMT 2026 - 13.6K bytes - Click Count (0) -
MODULE.bazel
local_path_override( module_name = "xla", path = "third_party/xla", ) tsl_extension = use_extension("@xla//third_party/extensions:tsl.bzl", "tsl_extension") use_repo(tsl_extension, tsl = "tsl") llvm = use_extension("@xla//third_party/extensions:llvm.bzl", "llvm_extension") use_repo(llvm, "llvm-project") xla_third_party = use_extension("@xla//third_party/extensions:third_party.bzl", "third_party_ext")Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Apr 02 01:32:13 GMT 2026 - 11K bytes - Click Count (0) -
tensorflow/c/eager/BUILD
"@com_google_absl//absl/container:flat_hash_map", "@com_google_absl//absl/memory", "@com_google_absl//absl/strings", "@com_google_absl//absl/time", "@xla//xla/tsl/c:tsl_status_internal", "@xla//xla/tsl/distributed_runtime/coordination:coordination_service_agent", ], alwayslink = 1, ) cc_library( name = "c_api_experimental_reader", testonly = True, srcs = [Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Tue Feb 24 06:18:31 GMT 2026 - 33.3K bytes - Click Count (0) -
docs/ru/llm-prompt.md
* timing attack: тайминговая атака (clarify `атака по времени` if needed) * OAuth2 scope: OAuth2 scope (clarify `область` if needed) * TLS Termination Proxy: прокси-сервер TSL-терминации * utilize (resources): использовать * сontent: содержимое (or `контент`) * raise exception: вызвать исключение (also possible to use `сгенерировать исключение` or `выбросить исключение`)
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Jan 22 07:07:05 GMT 2026 - 6.5K bytes - Click Count (0) -
tensorflow/c/eager/c_api.cc
return tensorflow::wrap(tensorflow::TensorHandle::CreateLocalHandle(tensor)); } void TFE_DeleteTensorHandle(TFE_TensorHandle* h) { if (h == nullptr) return; tsl::profiler::TraceMe activity("TFE_DeleteTensorHandle", tsl::profiler::TraceMeLevel::kInfo); if (h) { tensorflow::unwrap(h)->Unref(); } } TF_DataType TFE_TensorHandleDataType(TFE_TensorHandle* h) {
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Fri Nov 07 05:55:21 GMT 2025 - 43.9K bytes - Click Count (0) -
tensorflow/c/eager/c_api_unified_experimental_graph.cc
#include "tensorflow/c/eager/graph_function.h" #include "tensorflow/c/tf_datatype.h" #include "tensorflow/c/tf_status.h" #include "tensorflow/c/tf_status_helper.h" #include "xla/tsl/c/tsl_status_internal.h" #include "tensorflow/core/framework/full_type.pb.h" #include "tensorflow/core/framework/shape_inference.h" #include "tensorflow/core/framework/tensor_shape.h" #include "tensorflow/core/framework/types.pb.h"
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat May 31 07:13:41 GMT 2025 - 15.7K bytes - Click Count (0)