.. |
data
|
[tf.data] Update map parallelization optimization to always default to preserving the order of elements.
|
2021-02-11 12:00:08 -08:00 |
inference
|
Change log to vlog to avoid spamming logs
|
2021-02-19 11:32:08 -08:00 |
arithmetic_optimizer_test_utils.h
|
Add optimization to reorder redundant reshapes around unary ops.
|
2021-02-18 12:41:16 -08:00 |
arithmetic_optimizer_test.cc
|
Add optimization to reorder redundant reshapes around unary ops.
|
2021-02-18 12:41:16 -08:00 |
arithmetic_optimizer.cc
|
Add optimization to reorder redundant reshapes around unary ops.
|
2021-02-18 12:41:16 -08:00 |
arithmetic_optimizer.h
|
Add optimization to reorder redundant reshapes around unary ops.
|
2021-02-18 12:41:16 -08:00 |
auto_mixed_precision_lists.h
|
Enable depthwise convs in auto_mixed_precision
|
2020-08-13 20:33:02 +10:00 |
auto_mixed_precision_test.cc
|
Replace instances of "blacklist" with "denylist" where possible. See Google Developer guidelines at https://developers.google.com/style/word-list#blacklist for more information.
|
2020-07-20 16:05:25 -07:00 |
auto_mixed_precision.cc
|
Merge pull request #43613 from Intel-tensorflow:gyshi/fix-automix-precision-batchNorm-bug
|
2020-09-30 21:28:08 -07:00 |
auto_mixed_precision.h
|
The auto-mixed-precision pass is actually run before TF-TRT while we want it to run after TF-TRT, see b/170160323.
|
2020-10-06 10:02:47 -07:00 |
auto_parallel_test.cc
|
|
|
auto_parallel.cc
|
|
|
auto_parallel.h
|
|
|
BUILD
|
Fix --config=mkl_threadpool build errors.
|
2021-02-09 16:21:01 -08:00 |
common_subgraph_elimination_test.cc
|
|
|
common_subgraph_elimination.cc
|
replacing 'iter_limit' with 'end'
|
2020-07-10 15:03:43 +00:00 |
common_subgraph_elimination.h
|
|
|
constant_folding_test.cc
|
[Grappler] Conditionally fold quantization emulation ops.
|
2021-01-20 23:00:05 -08:00 |
constant_folding.cc
|
[grappler] Do not forward inputs to _Retval nodes
|
2021-01-26 11:08:46 -08:00 |
constant_folding.h
|
[Grappler] Conditionally fold quantization emulation ops.
|
2021-01-20 23:00:05 -08:00 |
custom_graph_optimizer_registry_test.cc
|
|
|
custom_graph_optimizer_registry.cc
|
|
|
custom_graph_optimizer_registry.h
|
|
|
custom_graph_optimizer.h
|
|
|
debug_stripper_test.cc
|
|
|
debug_stripper.cc
|
Merge pull request #40903 from tg-at-google:sign-compare-warning-fixes-batch-6
|
2020-07-15 16:35:51 -07:00 |
debug_stripper.h
|
|
|
dependency_optimizer_test.cc
|
|
|
dependency_optimizer.cc
|
[Grappler] Make Grappler play nice with other graph rewriting passes by preserving custom attributes.
|
2020-07-07 15:11:12 -07:00 |
dependency_optimizer.h
|
|
|
evaluation_utils_test.cc
|
|
|
evaluation_utils.cc
|
|
|
evaluation_utils.h
|
|
|
function_api_info_test.cc
|
|
|
function_api_info.cc
|
|
|
function_api_info.h
|
|
|
function_optimizer_test.cc
|
|
|
function_optimizer.cc
|
Add CollectiveBcastSend/RecvV2 which takes input tensors rather than attributes.
|
2020-12-17 10:45:19 -08:00 |
function_optimizer.h
|
|
|
generic_layout_optimizer_test.cc
|
Disabled NCHW layout optimization for integer convolutions.
|
2020-09-28 22:56:30 -07:00 |
generic_layout_optimizer_transposer_factory_test.cc
|
|
|
generic_layout_optimizer_transposer_factory.cc
|
Add IsBiasAddV2 to check BiasAdd op
|
2020-11-22 22:02:51 -08:00 |
generic_layout_optimizer_transposer_factory.h
|
|
|
generic_layout_optimizer_transposer_test.cc
|
Handle int64 axis in ReduceTransposer
|
2020-07-23 12:13:57 -07:00 |
generic_layout_optimizer_transposer.cc
|
Merge pull request #45057 from kaixih:layout_opt_other_ops_pr_v2
|
2020-11-24 09:20:22 -08:00 |
generic_layout_optimizer_transposer.h
|
Merge pull request #45057 from kaixih:layout_opt_other_ops_pr_v2
|
2020-11-24 09:20:22 -08:00 |
generic_layout_optimizer.cc
|
replace alternative operator to fix msvc build break
|
2021-01-24 23:01:48 +08:00 |
generic_layout_optimizer.h
|
NCHW to NHWC conversion on CPU.
|
2020-08-17 23:05:35 -07:00 |
gpu_swapping_kernels.cc
|
|
|
gpu_swapping_ops.cc
|
|
|
graph_optimizer_stage_test.cc
|
Generate unique node names in AddEmptyNode by appending a suffix instead of crashing.
|
2020-07-21 17:05:33 -07:00 |
graph_optimizer_stage.cc
|
Optimize calls to std::string::find() and friends for a single char.
|
2020-12-17 11:22:16 -08:00 |
graph_optimizer_stage.h
|
|
|
graph_optimizer.h
|
|
|
implementation_selector_test.cc
|
generate stateless_case op if all ops in all branches are stateless
|
2020-07-30 16:23:47 -07:00 |
implementation_selector.cc
|
generate stateless_case op if all ops in all branches are stateless
|
2020-07-30 16:23:47 -07:00 |
implementation_selector.h
|
|
|
layout_optimizer_test.cc
|
Disabled NCHW layout optimization for integer convolutions.
|
2020-09-28 22:56:30 -07:00 |
layout_optimizer.cc
|
Add SelectV2 to list of format agnostic ops
|
2020-10-16 12:11:05 +01:00 |
layout_optimizer.h
|
|
|
loop_optimizer_test.cc
|
|
|
loop_optimizer.cc
|
|
|
loop_optimizer.h
|
|
|
memory_optimizer_test.cc
|
|
|
memory_optimizer.cc
|
[Grappler] Make Grappler play nice with other graph rewriting passes by preserving custom attributes.
|
2020-07-07 15:11:12 -07:00 |
memory_optimizer.h
|
|
|
meta_optimizer_test.cc
|
Refactoring and test coverage improvements
|
2020-10-23 11:49:44 -07:00 |
meta_optimizer.cc
|
[Grappler] Conditionally fold quantization emulation ops.
|
2021-01-20 23:00:05 -08:00 |
meta_optimizer.h
|
(NFC) Added an experimental config proto field for TFRT execution.
|
2020-12-08 10:09:23 -08:00 |
mkl_remapper_test.cc
|
feat: add MatMul+BiasAdd+Add fusion
|
2020-12-02 14:53:27 +08:00 |
model_pruner_test.cc
|
|
|
model_pruner.cc
|
[-Wsign-compare] warning fixes batch 6
|
2020-06-29 00:13:20 +00:00 |
model_pruner.h
|
|
|
pin_to_host_optimizer_test.cc
|
Rollback of rollback of disabling XLA:CPU/GPU devices by default.
|
2020-08-11 13:06:59 -07:00 |
pin_to_host_optimizer.cc
|
Replace instances of "blacklist" with "denylist" where possible. See Google Developer guidelines at https://developers.google.com/style/word-list#blacklist for more information.
|
2020-07-20 16:05:25 -07:00 |
pin_to_host_optimizer.h
|
|
|
remapper_test.cc
|
Enable Squeeze fusion in grappler
|
2021-01-20 11:39:00 -08:00 |
remapper.cc
|
replace alternative operator to fix msvc build break
|
2021-01-24 23:01:48 +08:00 |
remapper.h
|
|
|
scoped_allocator_optimizer_test.cc
|
[Grappler] Before calling Grappler from the TensorFlow runtime, check that feeds and fetches are valid and only refer to nodes that exist in the graph.
|
2020-09-16 10:13:01 -07:00 |
scoped_allocator_optimizer.cc
|
Optimize calls to std::string::find() and friends for a single char.
|
2020-12-17 11:22:16 -08:00 |
scoped_allocator_optimizer.h
|
|
|
shape_optimizer_test.cc
|
|
|
shape_optimizer.cc
|
Update tensorflow/core/grappler/optimizers/shape_optimizer.cc
|
2020-06-24 15:35:54 -04:00 |
shape_optimizer.h
|
|
|
static_schedule_test.cc
|
|
|
static_schedule.cc
|
|
|
static_schedule.h
|
|
|