tree: d290f6356f174027386a132ceee9bd086348df18 [path history] [tgz]
  1. cf_sink/
  2. consolidate_attrs/
  3. const_dedupe_hoist/
  4. constant_folding/
  5. cse/
  6. drop_unregistered_attribute/
  7. eliminate_passthrough_iter_args/
  8. func_to_graph/
  9. functional_to_region/
  10. graph_compactor/
  11. graph_to_func/
  12. legacy_call/
  13. region_to_functional/
  14. remapper/
  15. shape_inference/
  16. toposort/
  17. utils/
  18. BUILD
  19. graph_transform_wrapper.cc
  20. graph_transform_wrapper.h
  21. graph_transform_wrapper_test.cc
  22. pass_registration.h
  23. passes.td
  24. README.md
  25. tfg-transforms-opt.cc
tensorflow/core/transforms/README.md

TensorFlow Graph Transformations

This directory contains analysis and transformations operating on the Intermediate Representation (IR) for TensorFlow Graph (see the ir/ folder).

TODO: more details here.