.. |
data
|
[tf.data] Refactoring of tf.data static optimizations.
|
2020-05-27 14:50:23 -07:00 |
arithmetic_optimizer_test_utils.h
|
[tf.sparse_segment_*()] Grappler optimization to avoid casts for indices/segment_ids.
|
2020-04-25 14:36:01 -07:00 |
arithmetic_optimizer_test.cc
|
[Grappler] Allow feeding non-zero index tensors to Grappler optimizer
|
2020-04-27 11:45:41 -07:00 |
arithmetic_optimizer.cc
|
[Grappler] Allow feeding non-zero index tensors to Grappler optimizer
|
2020-04-27 11:45:41 -07:00 |
arithmetic_optimizer.h
|
[tf.sparse_segment_*()] Grappler optimization to avoid casts for indices/segment_ids.
|
2020-04-25 14:36:01 -07:00 |
auto_mixed_precision_lists.h
|
Merge pull request #40596 from reedwm:auto_mp_mkl2
|
2020-06-19 14:39:31 -07:00 |
auto_mixed_precision_test.cc
|
Merge pull request #40596 from reedwm:auto_mp_mkl2
|
2020-06-19 14:39:31 -07:00 |
auto_mixed_precision.cc
|
Merge pull request #40596 from reedwm:auto_mp_mkl2
|
2020-06-19 14:39:31 -07:00 |
auto_mixed_precision.h
|
Add MKL supoprt to auto_mixed_precision.
|
2020-06-18 12:42:19 -07:00 |
auto_parallel_test.cc
|
|
|
auto_parallel.cc
|
Cleanup of transitive-fanin node computation to make details of invalid input available to its callers.
|
2020-04-20 16:18:52 -07:00 |
auto_parallel.h
|
|
|
BUILD
|
Merge pull request #40596 from reedwm:auto_mp_mkl2
|
2020-06-19 14:39:31 -07:00 |
common_subgraph_elimination_test.cc
|
[Grappler] Split common subgraph elimination out into a separate Grappler optimizer. This allows us to run it before constant folding and function optimizer to reduce the size of the graph earlier and save time spent in grappler. In particular, this reduces the size of the graph for which we run static shape inference, which is very expensive.
|
2020-03-06 12:38:21 -08:00 |
common_subgraph_elimination.cc
|
Merge pull request #40496 from tg-at-google:sign-compare-warning-fixes-batch-2
|
2020-06-17 11:22:40 -07:00 |
common_subgraph_elimination.h
|
[Grappler] Split common subgraph elimination out into a separate Grappler optimizer. This allows us to run it before constant folding and function optimizer to reduce the size of the graph earlier and save time spent in grappler. In particular, this reduces the size of the graph for which we run static shape inference, which is very expensive.
|
2020-03-06 12:38:21 -08:00 |
constant_folding_test.cc
|
When constant folding Case nodes, propagate known output shapes to the "_output_shapes" attribute, to aid in shape inference.
|
2020-06-11 16:05:40 -07:00 |
constant_folding.cc
|
When constant folding Case nodes, propagate known output shapes to the "_output_shapes" attribute, to aid in shape inference.
|
2020-06-11 16:05:40 -07:00 |
constant_folding.h
|
[Grappler] Simplify Select nodes where the predicates have been constant folded to all true or all false.
|
2020-06-02 17:55:18 -07:00 |
custom_graph_optimizer_registry_test.cc
|
|
|
custom_graph_optimizer_registry.cc
|
|
|
custom_graph_optimizer_registry.h
|
|
|
custom_graph_optimizer.h
|
For custom optimizers, keep a copy of Session ConfigProto_.
|
2020-02-03 12:12:10 -08:00 |
debug_stripper_test.cc
|
[debug_stripper] Replace PrintV2 with NoOp instead of Identity.
|
2020-02-10 12:15:33 -08:00 |
debug_stripper.cc
|
Merge pull request #40496 from tg-at-google:sign-compare-warning-fixes-batch-2
|
2020-06-17 11:22:40 -07:00 |
debug_stripper.h
|
|
|
dependency_optimizer_test.cc
|
|
|
dependency_optimizer.cc
|
[TensorFlow PE] Address static analyzer findings in grappler.
|
2020-04-03 14:09:26 -07:00 |
dependency_optimizer.h
|
|
|
evaluation_utils_test.cc
|
|
|
evaluation_utils.cc
|
|
|
evaluation_utils.h
|
|
|
function_api_info_test.cc
|
Handle the case where api_implements exists but api_prefered_device does not exist.
|
2020-06-10 12:37:21 -07:00 |
function_api_info.cc
|
Handle the case where api_implements exists but api_prefered_device does not exist.
|
2020-06-10 12:37:21 -07:00 |
function_api_info.h
|
|
|
function_optimizer_test.cc
|
|
|
function_optimizer.cc
|
Wrap save/restore logic in tf.function when in eager mode. This allows parallel saving and restoring when using multiple devices.
|
2020-06-22 13:23:14 -07:00 |
function_optimizer.h
|
|
|
generic_layout_optimizer_test.cc
|
DataFormatVecPermute accepts a vector of size 2.
|
2020-05-20 16:01:33 -07:00 |
generic_layout_optimizer_transposer_factory_test.cc
|
|
|
generic_layout_optimizer_transposer_factory.cc
|
|
|
generic_layout_optimizer_transposer_factory.h
|
|
|
generic_layout_optimizer_transposer_test.cc
|
Enabling unit tests for grappler on ROCm
|
2020-02-10 17:03:41 -08:00 |
generic_layout_optimizer_transposer.cc
|
DataFormatVecPermute accepts a vector of size 2.
|
2020-05-20 16:01:33 -07:00 |
generic_layout_optimizer_transposer.h
|
|
|
generic_layout_optimizer.cc
|
|
|
generic_layout_optimizer.h
|
|
|
gpu_swapping_kernels.cc
|
|
|
gpu_swapping_ops.cc
|
|
|
graph_optimizer_stage_test.cc
|
|
|
graph_optimizer_stage.cc
|
|
|
graph_optimizer_stage.h
|
|
|
graph_optimizer.h
|
[Grappler] Remove several gratuitous graph and function library copies from the Grappler-related callstacks in TensorFlow.
|
2020-03-06 16:13:10 -08:00 |
implementation_selector_test.cc
|
Add a test for api_implements exist but preferred_device not exist.
|
2020-06-10 19:24:17 -07:00 |
implementation_selector.cc
|
Add a function to dynamic choose and execute the proper implementation based on underlying device placement
|
2020-05-28 09:54:31 -07:00 |
implementation_selector.h
|
Add a function to dynamic choose and execute the proper implementation based on underlying device placement
|
2020-05-28 09:54:31 -07:00 |
layout_optimizer_test.cc
|
Fix layout_optimizer_test on Windows.
|
2020-05-06 10:45:36 -07:00 |
layout_optimizer.cc
|
minor spelling tweaks
|
2020-02-27 15:42:16 +09:00 |
layout_optimizer.h
|
|
|
loop_optimizer_test.cc
|
move function DisableAllStages from protected to private
|
2019-12-11 19:55:11 +08:00 |
loop_optimizer.cc
|
[Grappler]
|
2019-12-10 16:14:59 -08:00 |
loop_optimizer.h
|
|
|
memory_optimizer_test.cc
|
Merge pull request #36639 from ROCmSoftwarePlatform:google-upstream-grappler
|
2020-03-11 23:59:13 -07:00 |
memory_optimizer.cc
|
[TensorFlow PE] Address static analyzer findings in grappler.
|
2020-04-03 14:09:26 -07:00 |
memory_optimizer.h
|
|
|
meta_optimizer_test.cc
|
[Grappler] Remove several gratuitous graph and function library copies from the Grappler-related callstacks in TensorFlow.
|
2020-03-06 16:13:10 -08:00 |
meta_optimizer.cc
|
Add MKL supoprt to auto_mixed_precision.
|
2020-06-18 12:42:19 -07:00 |
meta_optimizer.h
|
[Grappler] Remove several gratuitous graph and function library copies from the Grappler-related callstacks in TensorFlow.
|
2020-03-06 16:13:10 -08:00 |
mkl_remapper_test.cc
|
Merge pull request #39335 from Intel-tensorflow:yifeng/depthwise_conv2d_bf16_fusion
|
2020-06-03 11:32:19 -07:00 |
model_pruner_test.cc
|
Prune redundant control inputs early in model_pruner, since they may prevent deletion of trivial nodes.
|
2020-05-20 10:59:58 -07:00 |
model_pruner.cc
|
Merge pull request #40496 from tg-at-google:sign-compare-warning-fixes-batch-2
|
2020-06-17 11:22:40 -07:00 |
model_pruner.h
|
|
|
pin_to_host_optimizer_test.cc
|
|
|
pin_to_host_optimizer.cc
|
Sign compare warning fixes batch 2
|
2020-06-16 03:51:57 +00:00 |
pin_to_host_optimizer.h
|
|
|
remapper_test.cc
|
Merge pull request #37903 from mpjlu:fixOpFuse
|
2020-06-19 14:31:10 -07:00 |
remapper.cc
|
Merge pull request #37903 from mpjlu:fixOpFuse
|
2020-06-19 14:31:10 -07:00 |
remapper.h
|
|
|
scoped_allocator_optimizer_test.cc
|
minor spelling tweaks
|
2020-02-27 15:42:16 +09:00 |
scoped_allocator_optimizer.cc
|
Error out from ScopedAllocatorOptimizer when input shape is not fully known.
|
2020-04-23 14:04:42 -07:00 |
scoped_allocator_optimizer.h
|
Fix handling of PartitionedCall in ShapeInference pass. Previously, the pass
|
2020-04-28 13:35:11 -07:00 |
shape_optimizer_test.cc
|
|
|
shape_optimizer.cc
|
Sign compare warning fixes batch 2
|
2020-06-16 03:51:57 +00:00 |
shape_optimizer.h
|
|
|
static_schedule_test.cc
|
[Grappler] Allow feeding non-zero index tensors to Grappler optimizer
|
2020-04-27 11:45:41 -07:00 |
static_schedule.cc
|
|
|
static_schedule.h
|
|
|