.. |
algorithm_test.cc
|
Internal tests cleanup
|
2020-10-30 10:12:41 -07:00 |
algorithm.cc
|
Force CPU placement for ops that has DT_VARIANT inputs with host-only underlying data type.
|
2020-03-18 13:09:23 -07:00 |
algorithm.h
|
Force CPU placement for ops that has DT_VARIANT inputs with host-only underlying data type.
|
2020-03-18 13:09:23 -07:00 |
benchmark_testlib.h
|
Extend graph creation benchmark util to add control dependencies.
|
2019-03-18 13:27:13 -07:00 |
BUILD
|
[CostModel] Add UT for CostModel Global Index
|
2021-01-17 13:16:45 +08:00 |
collective_order_test.cc
|
[rollback]Add ordering_token input to collective to leverage AutoControlDependency to order them
|
2020-10-21 19:43:47 -07:00 |
collective_order.cc
|
|
|
collective_order.h
|
Enable a soft ordering for collectives which adds dependencies as node attrs.
|
2019-01-10 17:00:26 -08:00 |
colors.cc
|
|
|
colors.h
|
fix C++ header guards.
|
2018-08-21 16:22:05 -07:00 |
control_flow_test.cc
|
Use absl instead of deprecated str_util
|
2019-05-21 08:10:10 -07:00 |
control_flow.cc
|
Use absl instead of deprecated str_util
|
2019-05-21 08:10:10 -07:00 |
control_flow.h
|
[Grappler] Inline multi-device functions using common_runtime/function implementation
|
2019-05-01 15:20:06 -07:00 |
costmodel_test.cc
|
Merge pull request #44794 from xinan-jiang:pr/cost-model
|
2021-02-05 10:46:31 -08:00 |
costmodel.cc
|
Merge pull request #44794 from xinan-jiang:pr/cost-model
|
2021-02-05 10:46:31 -08:00 |
costmodel.h
|
[CostModel] Generating CostGraphDef with Global Index
|
2020-11-12 15:29:13 +08:00 |
default_device.h
|
Qualify uses of std::string.
|
2020-03-25 09:53:25 -07:00 |
edgeset_test.cc
|
|
|
edgeset.cc
|
|
|
edgeset.h
|
Add minor optimization for graph copies.
|
2021-02-01 16:55:28 -08:00 |
graph_def_builder_test.cc
|
[Build cleanup] Split "core_cpu_impl" into fine-grained targets (4/n).
|
2020-04-28 09:53:59 -07:00 |
graph_def_builder.cc
|
|
|
graph_def_builder.h
|
|
|
graph_node_util.cc
|
Split out node_def_util, op_def_builder, op_def_util and attr_value_util targets in tensorflow/core/framework/BUILD. Split out
|
2020-01-06 11:46:01 -08:00 |
graph_node_util.h
|
Split out node_def_util, op_def_builder, op_def_util and attr_value_util targets in tensorflow/core/framework/BUILD. Split out
|
2020-01-06 11:46:01 -08:00 |
graph_partition_test.cc
|
[Build cleanup] Update #includes of moved header "graph/graph_constructor.h".
|
2020-04-29 09:20:48 -07:00 |
graph_partition.cc
|
Rollback changelist 338246477
|
2020-12-09 09:23:02 -08:00 |
graph_partition.h
|
Some const declarations changed to constexpr
|
2020-04-21 10:21:10 -07:00 |
graph_test.cc
|
Add minor optimization for graph copies.
|
2021-02-01 16:55:28 -08:00 |
graph.cc
|
Add minor optimization for graph copies.
|
2021-02-01 16:55:28 -08:00 |
graph.h
|
Add minor optimization for graph copies.
|
2021-02-01 16:55:28 -08:00 |
mkl_graph_util.h
|
Skip FusedBatchNorm rewrite when input is 5D tensor
|
2020-10-14 18:08:00 -07:00 |
node_builder_test.cc
|
Update copyright for 3p/tf/core.
|
2016-06-02 13:39:22 -07:00 |
node_builder.cc
|
Allow users of Node[Def]Builder to avoid copying the created NodeDef on finalization.
|
2019-07-19 22:10:56 -07:00 |
node_builder.h
|
Allow users of Node[Def]Builder to avoid copying the created NodeDef on finalization.
|
2019-07-19 22:10:56 -07:00 |
optimizer_cse_test.cc
|
Internal tests cleanup
|
2020-10-30 10:12:41 -07:00 |
optimizer_cse.cc
|
Avoid serializing large protos in OptimizerCSE::NodeHash.
|
2020-01-14 11:15:49 -08:00 |
optimizer_cse.h
|
fix C++ header guards.
|
2018-08-21 16:22:05 -07:00 |
subgraph_test.cc
|
Internal tests cleanup
|
2020-10-30 10:12:41 -07:00 |
subgraph.cc
|
[Build cleanup] Split "core_cpu_impl" into fine-grained targets (3/n).
|
2020-04-27 10:43:23 -07:00 |
subgraph.h
|
fix C++ header guards.
|
2018-08-21 16:22:05 -07:00 |
tensor_id_test.cc
|
Internal tests cleanup
|
2020-10-30 10:12:41 -07:00 |
tensor_id.cc
|
Use absl instead of deprecated str_util
|
2019-05-21 08:10:10 -07:00 |
tensor_id.h
|
Add helper for checking if TensorId is a control dependency.
|
2019-03-05 15:42:07 -08:00 |
testlib.cc
|
Include last warning and error messages in the worker error status in distributed TF.
|
2019-05-24 11:24:12 -07:00 |
testlib.h
|
Contributing: Fix a typo
|
2020-01-07 00:33:15 +01:00 |
types.h
|
fix C++ header guards.
|
2018-08-21 16:22:05 -07:00 |
validate_test.cc
|
Use absl instead of deprecated str_util
|
2019-05-21 08:10:10 -07:00 |
validate.cc
|
Use absl instead of deprecated str_util
|
2019-05-21 08:10:10 -07:00 |
validate.h
|
[Grappler] Add a simple graph structure verifier.
|
2019-01-24 14:34:40 -08:00 |
while_context.cc
|
|
|
while_context.h
|
|
|