.. |
ctc
|
[TF] Fix CTC compilation on MacOS: make kLogZero a templated constexpr function.
|
2019-08-21 18:36:55 -07:00 |
proto
|
Raise a better error message when a DescriptorPool lookup fails because of a missing BUILD dep.
|
2020-05-01 11:49:44 -07:00 |
rpc
|
Adjust structure of all BUILD files to recommended style (https://docs.bazel.build/versions/master/skylark/build-style.html#file-structure), moving loads to top.
|
2019-06-26 11:13:01 -07:00 |
sparse
|
Fix a crash when SparseTensor::Slice receives start/size larger than input tensor.
|
2020-06-10 11:31:31 -07:00 |
tensor_bundle
|
Read from a sharded checkpoint in parallel with multiple threads.
|
2020-05-27 19:03:26 -07:00 |
activation_mode.cc
|
|
|
activation_mode.h
|
|
|
batch_util.cc
|
Rollback: Add uint32 & uint64 to TF_CALL_INTEGRAL_TYPES
|
2020-06-20 15:17:39 -07:00 |
batch_util.h
|
add a tensorflow::batch_util::CopyContiguousSlices utility function for
|
2020-05-27 10:26:55 -07:00 |
bcast_test.cc
|
Allow RandomBinomial op to broadcast parameters.
|
2019-11-18 20:18:33 -08:00 |
bcast.cc
|
Allow RandomBinomial op to broadcast parameters.
|
2019-11-18 20:18:33 -08:00 |
bcast.h
|
minor spelling tweaks
|
2020-02-27 15:42:16 +09:00 |
BUILD
|
In tensorflow/core/util/, introduce a IncrementalBarrier library.
|
2020-05-26 12:56:05 -07:00 |
command_line_flags_test.cc
|
minor spelling tweaks
|
2020-02-27 15:42:16 +09:00 |
command_line_flags.cc
|
Use absl instead of deprecated str_util
|
2019-05-21 08:10:10 -07:00 |
command_line_flags.h
|
|
|
debug_events_writer_test.cc
|
[tfdbg2] Add tfdbg_run_id to metadata of data dumps
|
2020-06-15 13:52:52 -07:00 |
debug_events_writer.cc
|
[tfdbg2] Add tfdbg_run_id to metadata of data dumps
|
2020-06-15 13:52:52 -07:00 |
debug_events_writer.h
|
[tfdbg2] Add tfdbg_run_id to metadata of data dumps
|
2020-06-15 13:52:52 -07:00 |
device_name_utils_test.cc
|
Allow partially-specified resource edge colocation as long as device specifications don't have information which conflicts
|
2020-01-09 11:40:08 -08:00 |
device_name_utils.cc
|
Allow partially-specified resource edge colocation as long as device specifications don't have information which conflicts
|
2020-01-09 11:40:08 -08:00 |
device_name_utils.h
|
[TF] Add operation != to DeviceNameUtils::ParsedName.
|
2020-06-11 11:32:39 -07:00 |
dump_graph_test.cc
|
Refactor dump_graph to work on WriteableFile internally
|
2020-04-13 15:48:24 -07:00 |
dump_graph.cc
|
Remove all uses of TENSORFLOW_LITE_PROTOS .
|
2020-05-06 02:43:41 -07:00 |
dump_graph.h
|
Refactor dump_graph to work on WriteableFile internally
|
2020-04-13 15:48:24 -07:00 |
einsum_op_util.cc
|
Automated rollback of commit 8e8f040cec
|
2019-06-14 01:18:38 -07:00 |
einsum_op_util.h
|
Automated rollback of commit 8e8f040cec
|
2019-06-14 01:18:38 -07:00 |
env_var.cc
|
Split out env_var from :lib target.
|
2020-01-17 17:22:04 -08:00 |
env_var.h
|
Split out env_var from :lib target.
|
2020-01-17 17:22:04 -08:00 |
equal_graph_def_test.cc
|
|
|
equal_graph_def.cc
|
Use absl instead of deprecated str_util
|
2019-05-21 08:10:10 -07:00 |
equal_graph_def.h
|
|
|
event.proto
|
Add support for specifying a custom exit code in WorkerHeartbeatRequest.
|
2019-08-22 14:21:56 -07:00 |
events_writer_test.cc
|
Export the events_writer functions from C++ to Python with pybind11 instead of swig. This is part of a larger effort to deprecate swig and eventually with modularization break pywrap_tensorflow into smaller components. It will also make exporting C++ ops to Python significantly easier. XLA is using the pybind11 macros already. Please refer to https://github.com/tensorflow/community/blob/master/rfcs/20190208-pybind11.md for more information.
|
2019-09-24 11:20:52 -07:00 |
events_writer.cc
|
Use explicit primitive types with strings::Printf
|
2020-03-08 20:58:24 -07:00 |
events_writer.h
|
|
|
example_proto_fast_parsing_test.cc
|
Updated util/ to use tstring.
|
2019-08-15 09:11:53 -07:00 |
example_proto_fast_parsing_test.proto
|
|
|
example_proto_fast_parsing.cc
|
Allow targets to pass with -fsanitize=null under --config=asan .
|
2020-04-16 16:05:10 -07:00 |
example_proto_fast_parsing.h
|
minor spelling tweaks
|
2020-02-27 15:42:16 +09:00 |
example_proto_helper_test.cc
|
Updated the majority of string tensor accessors to use tstring type.
|
2019-08-07 11:46:35 -07:00 |
example_proto_helper.cc
|
Extend tf.io.parse_sequence_example and tf.io.parse_single_sequence_example to handle ragged tensor features.
|
2019-10-03 05:29:58 -07:00 |
example_proto_helper.h
|
Fixes/updates for tensorflow::tstring migration.
|
2019-11-26 23:35:38 -08:00 |
exec_on_stall_test.cc
|
|
|
exec_on_stall.h
|
Prefixing TensorFlow thread annotation macros with TF_.
|
2020-03-05 08:42:01 -08:00 |
gpu_cuda_alias.h
|
Apply gpu-cuda forwarding host function macro
|
2019-05-10 15:38:47 +00:00 |
gpu_device_functions.h
|
Merge pull request #40305 from ROCmSoftwarePlatform:google-upstream-kernel-helper-test
|
2020-06-22 11:51:48 -07:00 |
gpu_kernel_helper_test.cu.cc
|
Merge pull request #40305 from ROCmSoftwarePlatform:google-upstream-kernel-helper-test
|
2020-06-22 11:51:48 -07:00 |
gpu_kernel_helper.h
|
Replace remaining reference to GetCudaStream with GetGpuStream.
|
2019-07-01 11:51:14 -07:00 |
gpu_launch_config.h
|
Merge pull request #35401 from ROCmSoftwarePlatform:google_upstream_rocm_documentation
|
2020-01-09 10:57:22 -08:00 |
guarded_philox_random.cc
|
|
|
guarded_philox_random.h
|
Prefixing TensorFlow thread annotation macros with TF_.
|
2020-03-05 08:42:01 -08:00 |
incremental_barrier_test.cc
|
In tensorflow/core/util/, introduce a IncrementalBarrier library.
|
2020-05-26 12:56:05 -07:00 |
incremental_barrier.cc
|
In tensorflow/core/util/, introduce a IncrementalBarrier library.
|
2020-05-26 12:56:05 -07:00 |
incremental_barrier.h
|
In tensorflow/core/util/, introduce a IncrementalBarrier library.
|
2020-05-26 12:56:05 -07:00 |
matmul_autotune.cc
|
|
|
matmul_autotune.h
|
|
|
matmul_bcast_test.cc
|
Use absl instead of deprecated str_util
|
2019-05-21 08:10:10 -07:00 |
matmul_bcast.cc
|
Allow RandomBinomial op to broadcast parameters.
|
2019-11-18 20:18:33 -08:00 |
matmul_bcast.h
|
Move MatMulBCast class to core/util.
|
2019-04-23 17:08:19 -07:00 |
memmapped_file_system_test.cc
|
|
|
memmapped_file_system_writer.cc
|
Fix issue with file sizes in MemmappedFileSystem.
|
2019-04-02 21:41:17 -04:00 |
memmapped_file_system_writer.h
|
Fix issue with file sizes in MemmappedFileSystem.
|
2019-04-02 21:41:17 -04:00 |
memmapped_file_system.cc
|
Better workaround for MSVC 14.0 limitation related to constexpr array.
|
2019-07-18 10:44:48 -07:00 |
memmapped_file_system.h
|
Remove reference to contrib in memmapped_file_system.
|
2019-08-27 23:28:43 -07:00 |
memmapped_file_system.proto
|
Merge pull request #27382 from hlsyounes:master
|
2019-04-03 15:38:33 -07:00 |
mirror_pad_mode.cc
|
|
|
mirror_pad_mode.h
|
|
|
mkl_threadpool.h
|
minor bug fixes for unit tests.
|
2020-05-27 14:48:52 -07:00 |
mkl_types.h
|
Merge branch 'master' into nhasabni/fixes_for_dnnl1.0
|
2020-02-26 13:54:33 -08:00 |
mkl_util_test.cc
|
Merge pull request #37081 from Intel-tensorflow:nhasabni/fixes_for_dnnl1.0
|
2020-02-27 18:38:50 -08:00 |
mkl_util.h
|
Merge pull request #40489 from Intel-tensorflow:sshiddib/dnnl_threadpool_ops2
|
2020-06-19 08:52:38 -07:00 |
overflow_test.cc
|
Avoid signed integer overflow in test setup. Compilers are producing different
|
2020-02-07 11:45:46 -08:00 |
overflow.h
|
|
|
padding.cc
|
Switch some targets to use android_tensorflow_lib_lite_no_runtime.
|
2020-02-27 11:26:55 -08:00 |
padding.h
|
Change incorrect padding comment.
|
2020-04-22 14:05:40 -07:00 |
permutation_input_iterator.h
|
|
|
permutation_output_iterator.h
|
|
|
port.cc
|
[TF XLA] Add ability to convert SavedModel subgraphs to compiled [XLA CPU] objects via saved_model_cli.
|
2020-01-16 14:26:12 -08:00 |
port.h
|
[TF XLA] Add ability to convert SavedModel subgraphs to compiled [XLA CPU] objects via saved_model_cli.
|
2020-01-16 14:26:12 -08:00 |
presized_cuckoo_map_test.cc
|
Rollback flaky test
|
2019-01-04 22:54:19 -08:00 |
presized_cuckoo_map.h
|
Implement memory prefetching for PresizedCuckooMap
|
2019-01-04 15:14:22 -08:00 |
ptr_util.h
|
|
|
reffed_status_callback_test.cc
|
Move error_codes.proto part 2.
|
2019-09-24 10:07:35 -07:00 |
reffed_status_callback.h
|
Prefixing TensorFlow thread annotation macros with TF_.
|
2020-03-05 08:42:01 -08:00 |
reporter_test.cc
|
Use absl instead of deprecated str_util
|
2019-05-21 08:10:10 -07:00 |
reporter.cc
|
Create a new BUILD target for util/reporter.
|
2019-12-02 17:13:04 -08:00 |
reporter.h
|
Separate out the portable log file part from the TestReporter class so that it could be used to output in other proto format.
|
2019-08-08 13:22:48 -07:00 |
saved_tensor_slice_util_test.cc
|
|
|
saved_tensor_slice_util.cc
|
|
|
saved_tensor_slice_util.h
|
Rollback: Add uint32 & uint64 to TF_CALL_INTEGRAL_TYPES
|
2020-06-20 15:17:39 -07:00 |
saved_tensor_slice.proto
|
|
|
semver_test.cc
|
Use absl instead of deprecated str_util
|
2019-05-21 08:10:10 -07:00 |
stat_summarizer_options.h
|
Update stats_calculator to allow dumping values as CSV
|
2020-02-07 11:31:55 -08:00 |
stat_summarizer_test.cc
|
Remove some unused C++ variables in core/ .
|
2019-02-25 17:04:39 -08:00 |
stat_summarizer.cc
|
Break dependency of profiler_backends on core:core_cpu_lib
|
2020-03-01 07:58:59 -08:00 |
stat_summarizer.h
|
|
|
stats_calculator_test.cc
|
Add OpStats to InputPipelineAnalysis converter.
|
2019-12-23 11:57:21 -08:00 |
stats_calculator.cc
|
Update stats_calculator to fix csv format error in node name
|
2020-02-12 19:22:57 -08:00 |
stats_calculator.h
|
Add OpStats to InputPipelineAnalysis converter.
|
2019-12-23 11:57:21 -08:00 |
stream_executor_util.h
|
|
|
strided_slice_op.cc
|
Fix a number of warnings when building TF on Mac.
|
2019-01-28 11:59:00 -08:00 |
strided_slice_op.h
|
|
|
tensor_format_test.cc
|
|
|
tensor_format.cc
|
Support NHWC Conv2D with cuDNN for fp16 (aka Eigen::half and DT_HALF)
|
2019-05-09 15:34:10 -07:00 |
tensor_format.h
|
Merge pull request #26876 from PariksheetPinjari909:patch-8
|
2019-08-02 16:16:02 -07:00 |
tensor_ops_util.h
|
|
|
tensor_slice_reader_cache.cc
|
This CL optimizes C++11 range-based for loops where the variable is copied in each iteration but it would suffice to obtain it by const reference. This is only applied to loop variables of types that are expensive to copy which means they are not trivially copyable or have a non-trivial copy constructor or destructor.
|
2020-04-06 19:54:28 -07:00 |
tensor_slice_reader_cache.h
|
|
|
tensor_slice_reader_test.cc
|
Use absl instead of deprecated str_util
|
2019-05-21 08:10:10 -07:00 |
tensor_slice_reader.cc
|
This CL optimizes C++11 range-based for loops where the variable is copied in each iteration but it would suffice to obtain it by const reference. This is only applied to loop variables of types that are expensive to copy which means they are not trivially copyable or have a non-trivial copy constructor or destructor.
|
2020-04-06 19:54:28 -07:00 |
tensor_slice_reader.h
|
Some const declarations changed to constexpr
|
2020-04-21 10:21:10 -07:00 |
tensor_slice_set_test.cc
|
Remove unused checkpointing code from TensorSliceSet.
|
2019-07-31 17:37:56 -07:00 |
tensor_slice_set.cc
|
Remove unused checkpointing code from TensorSliceSet.
|
2019-07-31 17:37:56 -07:00 |
tensor_slice_set.h
|
Remove unused checkpointing code from TensorSliceSet.
|
2019-07-31 17:37:56 -07:00 |
tensor_slice_util_test.cc
|
|
|
tensor_slice_util.h
|
Updated util/ to use tstring.
|
2019-08-15 09:11:53 -07:00 |
tensor_slice_writer_test.cc
|
Updated util/ to use tstring.
|
2019-08-15 09:11:53 -07:00 |
tensor_slice_writer.cc
|
Updated util/ to use tstring.
|
2019-08-15 09:11:53 -07:00 |
tensor_slice_writer.h
|
Some const declarations changed to constexpr
|
2020-04-21 10:21:10 -07:00 |
test_log.proto
|
Add IOS_BENCHMARK enum value to BenchmarkType
|
2020-05-14 00:15:02 -07:00 |
transform_output_iterator.h
|
|
|
use_cudnn.cc
|
Deprecate TF_USE_CUDNN env var.
|
2020-04-29 15:03:23 -07:00 |
use_cudnn.h
|
Merge pull request #33836 from houtoms:support-cudnn-depconv_2
|
2019-11-26 22:52:33 -08:00 |
util.cc
|
|
|
util.h
|
|
|
work_sharder_test.cc
|
|
|
work_sharder.cc
|
Just a quick typo fix: parallism -> parallelism
|
2019-09-20 09:42:29 -07:00 |
work_sharder.h
|
Automated rollback of commit fe3d481de8
|
2019-09-04 18:03:09 -07:00 |
xla_config_registry.cc
|
Prefixing TensorFlow thread annotation macros with TF_.
|
2020-03-05 08:42:01 -08:00 |
xla_config_registry.h
|
Merge pull request #32245 from trentlo:no_mem_opt_if_jit_on
|
2019-09-19 10:46:18 -07:00 |