STT-tensorflow/tensorflow/core/platform
Sanjoy Das 8908b62a48 Don't LOG(INFO) process exit status
AFAICT this was just a leftover logging statement.

PiperOrigin-RevId: 348640692
Change-Id: Ib3dad38a9dcc5e6337210ab289faebea48168804
2020-12-22 08:51:31 -08:00
..
cloud Optimize calls to std::string::find() and friends for a single char. 2020-12-17 18:11:13 -08:00
default Fix bug causing no-param benchmarks to not run. 2020-12-22 06:49:00 -08:00
hadoop Merge pull request from yuanbopeng:patch-fix 2020-10-23 09:19:26 -07:00
profile_utils Create BUILD files and corresponding targets for tensorflow/core/platform/profile_utils/BUILD. 2020-12-14 10:28:44 -08:00
s3 Merge pull request from yuanbopeng:patch-fix-s3-compile 2020-09-17 09:08:27 -07:00
testdata
windows Don't LOG(INFO) process exit status 2020-12-22 08:51:31 -08:00
abi_test.cc Move uses of tensorflow::MakeTypeIndex() to tensorflow::TypeIndex::Make. 2020-06-23 12:50:42 -07:00
abi.cc [TF] Variant improvements. 2018-09-11 10:51:01 -07:00
abi.h Qualify uses of std::string 2020-07-31 11:28:50 -07:00
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
bfloat16.h Move bfloat16 header to tensorflow/core/platform. 2020-08-14 13:44:57 -07:00
blocking_counter.h Move blocking counter library from core/lib/core to core/platform 2019-12-01 16:01:09 -08:00
BUILD Create BUILD files and corresponding targets for tensorflow/core/platform/profile_utils/BUILD. 2020-12-14 10:28:44 -08:00
build_config_root.bzl remove no_op register_extension_info calls. 2020-10-12 15:40:32 -07:00
build_config.bzl Move profiler build macros into profiler bazel configuration files. 2020-10-08 16:32:18 -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
cord.h Adding cord target to tensorflow/core/platform/BUILD. 2019-09-03 21:23:44 -07:00
cpu_feature_guard.cc Fix typo in log 2020-07-09 13:59:47 -07:00
cpu_feature_guard.h fix C++ header guards. 2018-08-21 16:22:05 -07:00
cpu_info.cc Change std::call_once to absl::call_once 2020-01-29 08:40:19 -08:00
cpu_info.h fix typos in core directory 2020-10-29 02:52:55 +03:00
ctstring_internal.h Fully init TF_TString in order to mitigate potential msan false positives. 2020-07-07 23:38:56 -07:00
ctstring_test.cc
ctstring.h ABI stable tensorflow::tstring. 2020-01-22 15:58:40 -08:00
cuda_libdevice_path.h
cuda.h Internal change. 2017-02-01 21:46:51 -08:00
demangle.h
denormal.cc minor spelling tweaks 2020-02-27 15:42:16 +09:00
denormal.h fix C++ header guards. 2018-08-21 16:22:05 -07:00
dynamic_annotations.h Merged commit includes the following changes: 2019-09-17 23:33:34 -07:00
env_test.cc Add TF_USE_FILESYSTEM_METHODS_WITH_NO_TRANSACTION_SUPPORT macro to modified classes 2020-08-04 23:20:15 -07:00
env_time.h
env.cc Remove read limit of ReadBinaryProto. 2020-07-28 12:10:32 -07:00
env.h Add preliminary methods to env class 2020-08-24 18:26:25 -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
errors.h Fix PrepareForStrCat() for types that are AlphaNum constructible but not implicitly convertible. 2020-11-19 13:36:33 -08:00
fake_python_env_test.cc Change GetExecutablePath to return correct directory for python. 2018-12-28 15:36:18 -08:00
file_statistics.h Remove THIRD_PARTY_ from #include guards 2018-01-24 14:31:28 -08:00
file_system_helper.cc Completely rewrite GetMatchingPaths. 2020-12-07 12:04:28 -08:00
file_system_helper.h
file_system_test.cc Merge pull request from samikama:Transactions_part11 2020-08-06 10:57:03 -07:00
file_system.cc Merge pull request from samikama:Transactions_part10 2020-07-31 06:39:45 -07:00
file_system.h Enable Cord reading and writing for InputStream and OutputStreams 2020-11-17 22:25:23 -08:00
fingerprint_test.cc
fingerprint.h [XLA:PJRT] Add optional platform-specific fingerprint to PjRtExecutable. 2020-07-31 12:27:28 -07:00
gif.h Change comment of the external repo #include file origin. 2020-03-23 10:42:53 -07:00
hash.cc
hash.h Qualify uses of std::string 2020-07-31 11:28:50 -07:00
host_info.h Internal change 2020-07-27 22:35:48 -07:00
human_readable_json.h
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 Update copyright for 3p/tf/core. 2016-06-02 13:39:22 -07:00
jpeg.h
load_library.h Rename LoadLibrary to avoid conflict with Windows macros 2020-08-04 19:24:11 -07:00
logger.cc Do not log in DefaultLogger. 2020-06-30 11:30:29 -07:00
logger.h minor spelling tweaks 2020-02-27 15:42:16 +09:00
logging_test.cc Merge pull request from avitebskiy:feature/log-sinks 2020-11-19 12:47:15 -08:00
logging.h Fix minimal logging build for macos 2020-04-24 20:55:23 -07:00
macros.h Add TF_CONST_INIT macro 2020-10-07 08:58:36 -07:00
mem.h Expose device memory information via XRT API. 2020-06-29 14:27:31 -07:00
mutex_test.cc Add missing annotation to mutex_lock's move constructor. 2018-08-06 14:45:30 -07:00
mutex.h Prefixing TensorFlow thread annotation macros with TF_. 2020-03-05 08:42:01 -08:00
net_test.cc
net.h fix C++ header guards. 2018-08-21 16:22:05 -07:00
notification.h Merged commit includes the following changes: 2019-09-17 23:33:34 -07:00
null_file_system.h Add TF_USE_FILESYSTEM_METHODS_WITH_NO_TRANSACTION_SUPPORT macro to modified classes 2020-08-04 23:20:15 -07:00
numa_test.cc Fixed some spellings in core. 2018-10-30 18:32:02 +01:00
numa.h Begin introducing NUMA support for CPU threads and memory 2018-07-10 19:31:13 -07:00
numbers_test.cc Move numbers library from lib/strings to platform 2019-08-23 22:19:44 -07:00
numbers.cc Make {Float,Double}ToBuffer uniform across platforms for NaNs 2020-10-05 23:05:00 -07:00
numbers.h Qualify uses of std::string 2020-03-20 13:19:21 -07:00
path.cc CommonPathPrefix utility: return the largest common subpath 2020-11-24 23:00:59 -08:00
path.h CommonPathPrefix utility: return the largest common subpath 2020-11-24 23:00:59 -08:00
platform_strings_computed.h
platform_strings_test.cc fix typos in core directory 2020-10-29 02:52:55 +03:00
platform_strings.cc Add error checks 2020-03-20 11:50:29 +00:00
platform_strings.h
platform.h remove the elif branch which already covered by else 2020-08-29 09:30:18 +08:00
png.h
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 Internal change. 2019-02-15 09:08:13 -08:00
protobuf_internal.h Remove all uses of TENSORFLOW_LITE_PROTOS. 2020-05-06 02:43:41 -07:00
protobuf_util.cc
protobuf.cc
protobuf.h LSC: Replace cord.ToString() with std::string(cord) 2020-06-07 21:50:16 -07:00
ram_file_system_test.py Fixed a bug in RamFileSystem::FileExists 2020-08-28 15:50:06 -07:00
ram_file_system.h Fixed a bug in RamFileSystem::FileExists 2020-08-28 15:50:06 -07:00
random.cc
random.h
raw_coding.h Move raw_coding.h to core/platform 2019-11-25 15:05:48 -08:00
README.md
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 Add TF_USE_FILESYSTEM_METHODS_WITH_NO_TRANSACTION_SUPPORT macro to modified classes 2020-08-04 23:20:15 -07:00
retrying_file_system.h Add TF_USE_FILESYSTEM_METHODS_WITH_NO_TRANSACTION_SUPPORT macro to modified classes 2020-08-04 23:20:15 -07:00
retrying_utils_test.cc
retrying_utils.cc
retrying_utils.h
rocm_rocdl_path_test.cc PR : [ROCm] Update to use ROCm 3.9 (when building TF with --config=rocm) 2020-11-10 00:57:26 -08:00
rocm_rocdl_path.h
rocm.h PR : [ROCm] Adding ROCm support for code in the tensorflow/core/common_runtime/gpu directory 2019-03-08 06:25:12 -08:00
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
stacktrace_test.cc Adding a stacktrace test. 2019-09-03 11:09:32 -07:00
stacktrace.h
status.cc Add Status payload API 2020-11-25 10:51:41 -08:00
status.h Add Status payload API 2020-11-25 10:51:41 -08:00
str_util_test.cc
str_util.cc
str_util.h Qualify uses of std::string 2020-03-20 13:19:21 -07:00
strcat_test.cc Add explicit support for bfloat16 in tensorflow/core/platform/strcat.h 2020-08-14 14:42:24 -07:00
strcat.cc Move strcat library to core/platform 2019-08-28 17:38:56 -07:00
strcat.h Add explicit support for bfloat16 in tensorflow/core/platform/strcat.h 2020-08-14 14:42:24 -07:00
stream_executor_no_cuda.h PR : [GPU][ROCm][CUDA] StreamExecutor logic for ROCm / CUDA platform (PR 20709 / 22669 / 24156 continued) 2019-01-28 11:30:18 -08:00
stream_executor.h PR : [GPU][ROCm][CUDA] StreamExecutor logic for ROCm / CUDA platform (PR 20709 / 22669 / 24156 continued) 2019-01-28 11:30:18 -08:00
stringpiece_test.cc Undeprecate tensorflow::StringPiece and move it under core/platform 2019-08-07 22:22:15 -07:00
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 Qualify uses of std::string 2020-07-31 11:28:50 -07:00
strong_hash.h Remove a layer of indirection in strong_hash. 2020-11-10 18:10:26 -08:00
subprocess_test.cc
subprocess.h
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
tensor_float_32_utils.cc Use TensorFloat-32 instead of TF32 in comments and symbols. 2020-09-08 17:38:28 -07:00
tensor_float_32_utils.h Use TensorFloat-32 instead of TF32 in comments and symbols. 2020-09-08 17:38:28 -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 Support of shadow runs for MLIR TF bridge. 2020-11-10 19:24:47 -08: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 Qualify uses of std::string 2020-07-31 11:28:50 -07:00
tracing.cc
tracing.h
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 Move bfloat16 header to tensorflow/core/platform. 2020-08-14 13:44:57 -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 internal tests cleanup 2020-11-03 19:22:55 -08:00
vmodule_test.cc

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.