STT-tensorflow/tensorflow/core/platform
TensorFlower Gardener 7c38468051 Merge pull request #40624 from nluehr:TF32-v2
PiperOrigin-RevId: 317757557
Change-Id: I0a0f0cc9025db7d1fbc7975b07d7d934c6fa8c2f
2020-06-22 17:23:41 -07:00
..
cloud Support uploading only new data when a file in GCS Filesystem is Flush()'d multiple times. 2020-06-19 14:21:16 -07:00
default Add an option to enable MLIR bridge for tpu_py_test rule 2020-06-18 13:58:47 -07:00
hadoop Change append function to while loop . 2020-03-27 15:11:48 +08:00
profile_utils Merge pull request #37749 from t-ubukata:bug-error-check 2020-06-17 11:36:19 -07:00
s3 Merge pull request #39791 from rahul003:multipartdownload 2020-05-27 12:13:07 -07:00
testdata Make subprocess_test platform independent. 2020-01-29 11:52:10 -08:00
windows Typo fix: == should be =. 2020-04-30 15:56:37 -07:00
abi_test.cc Fix platform:abi_test on windows. 2020-01-20 22:02:49 -08:00
abi.cc
abi.h
base64.cc Removed USE_TSTRING usage. 2020-01-28 22:26:26 -08:00
base64.h Removed USE_TSTRING usage. 2020-01-28 22:26:26 -08:00
blocking_counter.h Move blocking counter library from core/lib/core to core/platform 2019-12-01 16:01:09 -08:00
BUILD Add global setting control TF32 execution 2020-06-19 15:12:30 -07:00
build_config_root.bzl allow python tracer(using embedded python internally) to be linked to pywrap_tensorflow target by default for google platform. 2020-06-03 12:06:52 -07:00
build_config.bzl Internal change only. 2020-05-11 08:47:08 -07:00
build_test.cc Move ScopedAnnotation out of core/platform/. 2019-11-13 14:24:33 -08:00
byte_order.h
casts.h Move down_cast to platform/casts.h 2020-01-14 15:01:48 -08:00
coding.cc Removed USE_TSTRING usage. 2020-01-28 22:26:26 -08:00
coding.h Add remaining needed tstring overloads. 2019-12-17 09:28:43 -08:00
context.h Adding temporary build helpers, as part of tensorflow/core/platform refactoring. The goal is to introduce granular build targets for each library under tensorflow/core/platform. The first example target introduced in this change is core/platform:context. 2019-09-03 18:06:12 -07:00
cord.h Adding cord target to tensorflow/core/platform/BUILD. 2019-09-03 21:23:44 -07:00
cpu_feature_guard.cc create a single oneDNN string 2020-06-16 12:02:14 -07:00
cpu_feature_guard.h
cpu_info.cc Change std::call_once to absl::call_once 2020-01-29 08:40:19 -08:00
cpu_info.h
ctstring_internal.h Fixed preprocessor conditional for tstring on big endian. 2020-06-02 16:49:33 -07:00
ctstring_test.cc ABI stable tensorflow::tstring. 2020-01-22 15:58:40 -08:00
ctstring.h ABI stable tensorflow::tstring. 2020-01-22 15:58:40 -08:00
cuda_libdevice_path.h
cuda.h
demangle.h
denormal.cc minor spelling tweaks 2020-02-27 15:42:16 +09:00
denormal.h
dynamic_annotations.h Merged commit includes the following changes: 2019-09-17 23:33:34 -07:00
env_test.cc Make use of io::JoinPath to construct paths rather than using / directly. 2020-02-14 11:48:59 -08:00
env_time.h Add an XSpace to TraceEvents converter and unittest 2020-01-16 13:06:51 -08:00
env.cc in resolution of [Wsign-compare] warning ids : [16, 18, 19, 20, 21 ] 2020-06-03 22:29:16 +00:00
env.h Remove all uses of TENSORFLOW_LITE_PROTOS. 2020-05-06 02:43:41 -07:00
error.cc Isolate the include of Windows.h to the windows internals rather than bleeding out through error.h 2020-02-04 17:22:57 -08:00
error.h Isolate the include of Windows.h to the windows internals rather than bleeding out through error.h 2020-02-04 17:22:57 -08:00
errors.h Qualify uses of std::string 2020-03-20 13:19:21 -07:00
fake_python_env_test.cc
file_statistics.h
file_system_helper.cc in resolution of [Wsign-compare] warning ids : [16, 18, 19, 20, 21 ] 2020-06-03 22:29:16 +00:00
file_system_helper.h Remove dependency on lib/core:status within tensorflow/core/platform 2019-11-27 11:04:20 -08:00
file_system_test.cc Not use temp files when writing to S3 2020-02-20 20:00:53 +00:00
file_system.cc Update file_system.cc 2020-06-04 15:34:14 +00:00
file_system.h Qualify uses of std::string 2020-03-20 13:19:21 -07:00
fingerprint_test.cc Added FingerprintCat64 to tensorflow/core/platform/fingerprint.h 2016-08-18 11:02:24 -07:00
fingerprint.h Adding tensorflow/core/platform:fingerprint, and wiring into tensorflow/core/BUILD. 2019-10-24 16:34:52 -07:00
gif.h Change comment of the external repo #include file origin. 2020-03-23 10:42:53 -07:00
hash.cc Move core/lib/hash/hash library into core/platform 2019-11-30 13:58:03 -08:00
hash.h Removed USE_TSTRING usage. 2020-01-28 22:26:26 -08:00
host_info.h
human_readable_json.h Remove all uses of TENSORFLOW_LITE_PROTOS. 2020-05-06 02:43:41 -07:00
init_main.h Clarify the need for calling tensorflow::port::InitMain() before using the rest of TensorFlow. 2018-10-29 14:06:52 -07:00
integral_types_test.cc
jpeg.h Change comment of the external repo #include file origin. 2020-03-23 10:42:53 -07:00
load_library.h Remove dependency on lib/core:status within tensorflow/core/platform 2019-11-27 11:04:20 -08:00
logger.cc
logger.h minor spelling tweaks 2020-02-27 15:42:16 +09:00
logging_test.cc Add DVLOG macro to discard logs on user builds 2019-10-09 07:20:10 -07:00
logging.h Fix minimal logging build for macos 2020-04-24 20:55:23 -07:00
macros.h Re-enable __builtin_expect when building with NVCC 2020-06-01 16:38:55 +10:00
mem.h fix C++ header guards. 2018-08-21 16:22:05 -07:00
mutex_test.cc
mutex.h Prefixing TensorFlow thread annotation macros with TF_. 2020-03-05 08:42:01 -08:00
net_test.cc Add unit test + benchmarks for grpc miniclusters created on localhost. 2016-08-03 13:32:33 -07:00
net.h
notification.h Merged commit includes the following changes: 2019-09-17 23:33:34 -07:00
null_file_system.h
numa_test.cc
numa.h
numbers_test.cc Move numbers library from lib/strings to platform 2019-08-23 22:19:44 -07:00
numbers.cc Ensure we use the right type in printf regardless of the definition of uint64. 2020-06-10 20:53:12 -07:00
numbers.h Qualify uses of std::string 2020-03-20 13:19:21 -07:00
path.cc Add error checks 2020-03-20 11:50:29 +00:00
path.h Add access to TEST_UNDECLARED_OUTPUTS_DIR which takes into account Bazel's use 2020-02-19 10:56:41 -08:00
platform_strings_computed.h
platform_strings_test.cc minor spelling tweaks 2020-02-27 15:42:16 +09:00
platform_strings.cc Add error checks 2020-03-20 11:50:29 +00:00
platform_strings.h
platform.h Fix minimal logging build for macos 2020-06-08 12:13:51 -07:00
png.h Change comment of the external repo #include file origin. 2020-03-23 10:42:53 -07:00
port_test.cc Remove dependence on core/lib/core/threadpool under tf/core/platform. 2019-11-30 13:53:30 -08:00
prefetch.h
protobuf_compiler.h
protobuf_internal.h Remove all uses of TENSORFLOW_LITE_PROTOS. 2020-05-06 02:43:41 -07:00
protobuf_util.cc
protobuf.cc Merge pull request #39911 from tg-at-google:patch-1 2020-05-27 22:39:36 -07:00
protobuf.h LSC: Replace cord.ToString() with std::string(cord) 2020-06-07 21:50:16 -07:00
ram_file_system_test.py Rollback of Rollback ram filesystem again as it still breaks Windows 2020-04-29 06:26:33 -07:00
ram_file_system.h Add absl::Cord support to RAM file system so that internal ops/tests can use cords 2020-04-30 08:22:15 -07:00
random.cc Move core/lib/random/random to core/platform 2019-11-29 21:20:47 -08:00
random.h Move core/lib/random/random to core/platform 2019-11-29 21:20:47 -08:00
raw_coding.h Move raw_coding.h to core/platform 2019-11-25 15:05:48 -08:00
README.md Create a readme file describing what should be in core/platform. 2019-11-04 09:59:40 -08:00
refcount.h Move refcount to core/platform 2019-11-25 15:36:37 -08:00
regexp.h To handle cloud filesystem paths on windows correctly, provide a way to run 2020-02-10 18:16:01 -08:00
resource_loader_test.cc Use JoinPath over a fixed string for building paths. 2020-02-19 17:48:45 -08:00
resource_loader.h Add a resoure loader library to load bazel data dependencies 2020-01-30 22:55:55 -08:00
resource.h Update ResourceTagger implementation. 2020-02-28 15:53:18 -08:00
retrying_file_system_test.cc Added relevant changes for retrying operations in the s3 file system 2020-02-01 02:57:21 +00:00
retrying_file_system.h Merge pull request #36388 from rahul003:s3_skip_temp 2020-02-26 14:49:31 -08:00
retrying_utils_test.cc Added relevant changes for retrying operations in the s3 file system 2020-02-01 02:57:21 +00:00
retrying_utils.cc Added relevant changes for retrying operations in the s3 file system 2020-02-01 02:57:21 +00:00
retrying_utils.h Added relevant changes for retrying operations in the s3 file system 2020-02-01 02:57:21 +00:00
rocm_rocdl_path_test.cc minor spelling tweaks 2020-02-27 15:42:16 +09:00
rocm_rocdl_path.h
rocm.h
rules_cc.bzl Adding tensorflow/core/platform/default/BUILD and tensorflow/core/platform/windows/BUILD. 2019-12-10 00:08:58 -08:00
scanner_test.cc Move scanner from lib/strings to core/platform 2019-08-21 10:46:07 -07:00
scanner.cc Move scanner from lib/strings to core/platform 2019-08-21 10:46:07 -07:00
scanner.h Move scanner from lib/strings to core/platform 2019-08-21 10:46:07 -07:00
setround_test.cc
setround.cc
setround.h
snappy.h Improving snapshot read performance (under snappy compression) by reducing the 2020-02-25 10:42:43 -08:00
stacktrace_handler_test.cc Adding a stacktrace handler for windows. 2019-09-05 16:36:26 -07:00
stacktrace_handler.h Adding comments explaining why we don't use GTest's built in stacktraces. Also removed an unused header from stacktrace_handler.cc. 2019-08-15 16:06:29 -07:00
stacktrace_test.cc Adding a stacktrace test. 2019-09-03 11:09:32 -07:00
stacktrace.h Merged commit includes the following changes: 2019-09-17 23:33:34 -07:00
status.cc Merge pull request #40133 from tg-at-google:master 2020-06-05 19:37:43 -07:00
status.h (NFC) Replace NULL with nullptr 2020-06-12 11:27:18 -07:00
str_util_test.cc Add StripPrefix and StripSuffix to TF. 2019-11-04 16:54:44 -08:00
str_util.cc Add StripPrefix and StripSuffix to TF. 2019-11-04 16:54:44 -08:00
str_util.h Qualify uses of std::string 2020-03-20 13:19:21 -07:00
strcat_test.cc Move strcat library to core/platform 2019-08-28 17:38:56 -07:00
strcat.cc Move strcat library to core/platform 2019-08-28 17:38:56 -07:00
strcat.h Qualify uses of std::string 2020-03-20 13:19:21 -07:00
stream_executor_no_cuda.h
stream_executor.h
stringpiece_test.cc
stringpiece.h Add IWYU tags to headers TF is re-exporting. 2020-01-25 16:05:32 -08:00
stringprintf_test.cc
stringprintf.cc
stringprintf.h
strong_hash.h
subprocess_test.cc Make use of JoinPath to build paths to path references can work correctly across operating systems. 2020-02-20 11:20:17 -08:00
subprocess.h Merged commit includes the following changes: 2019-09-17 23:33:34 -07:00
tensor_coding.cc Internal change 2020-05-13 22:56:10 -07:00
tensor_coding.h Replacing ::Cord with absl::Cord. 2020-05-05 09:19:29 -07:00
test_benchmark.h Add IWYU tags to headers TF is re-exporting. 2020-01-25 16:10:51 -08:00
test_main.cc Use absl instead of deprecated str_util 2019-05-21 08:10:10 -07:00
test.h Add comment flagging people towards Env::LocalTempFilename instead of testing::TmpDir 2020-02-20 10:36:03 -08:00
tf32_utils.cc Merge pull request #40624 from nluehr:TF32-v2 2020-06-22 17:23:41 -07:00
tf32_utils.h Address review comments 2020-06-19 15:12:30 -07:00
thread_annotations.h Prefixing TensorFlow thread annotation macros with TF_. 2020-03-05 08:42:01 -08:00
threadpool_interface.h Moving threadpool libraries to tensorflow/core/platform. 2019-09-14 17:57:34 -07:00
threadpool_options.h Initialize the inter and intra-op thread pool pointers in ThreadPoolOptions to nullptr. Otherwise, they may have arbitrary values. 2020-02-12 21:59:40 -08:00
threadpool.cc Remove dependence on core/lib/core/blocking_counter. 2019-12-02 17:43:00 -08:00
threadpool.h Moving threadpool libraries to tensorflow/core/platform. 2019-09-14 17:57:34 -07:00
tracing.cc Remove dependencies on core/lib/hash under tensorflow/core/platform. 2019-11-30 15:53:35 -08:00
tracing.h minor spelling tweaks 2020-02-27 15:42:16 +09:00
tstring_test.cc ABI stable tensorflow::tstring. 2020-01-22 15:58:40 -08:00
tstring.h Removed USE_TSTRING usage. 2020-01-28 22:26:26 -08:00
types.h Use static_cast instead of C-style casts. 2020-06-16 12:51:22 -07:00
unbounded_work_queue_test.cc Prefixing TensorFlow thread annotation macros with TF_. 2020-03-05 08:42:01 -08:00
unbounded_work_queue.h Merged commit includes the following changes: 2019-09-17 23:33:34 -07:00
vmodule_benchmark_test.cc
vmodule_test.cc Fix environment variable set on windows in vmodule_test 2020-02-01 02:38:16 -08:00

TensorFlow Base libraries.

This package contains the following libraries: - Platform dependent libraries that require different implementations across different OSs or environments. - STL replacement libraries rest of TensorFlow should depend on.

The libraries in this package are not allowed to have ANY dependencies to any TensorFlow code outside this package.