aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/graph
Commit message (Expand)AuthorAge
...
* Make ImportGraphDefOptions and ImportGraphDefResults own all strings.Gravatar Skye Wanderman-Milne2018-06-21
* Consistently ignore the NextIteration->Merge edge; NFCGravatar Sanjoy Das2018-06-21
* Move control flow validation from tf2xla to tf core.Gravatar A. Unique TensorFlower2018-06-21
* SymbolicGradient for some resource variables.Gravatar Alexandre Passos2018-06-20
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Automated g4 rollback of changelist 201011811Gravatar Akshay Modi2018-06-18
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Don't check for duplicates in FetchOutputs and FeedInputs when creating a Con...Gravatar A. Unique TensorFlower2018-06-15
* [TF:XLA] Replace bespoke NodeSlot class in subgraph encapsulation code with I...Gravatar Peter Hawkins2018-06-13
* [TF:XLA] Fix the control edges for ops without inputs/outputs passed to Compi...Gravatar A. Unique TensorFlower2018-06-06
* Make GraphConstructor create nodes in the same order as the GraphDef.Gravatar Skye Wanderman-Milne2018-05-31
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Fix typo in error message.Gravatar Patrick Nguyen2018-05-23
* Collective Ops Part 7Gravatar A. Unique TensorFlower2018-05-22
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-07
* Merge changes from github.Gravatar Patrick Nguyen2018-05-01
* Prepare nodes that will be allocated using ScopedAllocator.Gravatar Ayush Dubey2018-04-30
* More informative error message when loading a graph_def which uses unknown ops.Gravatar Malcolm Reynolds2018-04-26
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Misc. small optimizations in Grappler and shape inference code.Gravatar A. Unique TensorFlower2018-04-12
* Don't fail when running shape inference on a graph that contains functions.Gravatar Benoit Steiner2018-04-09
* Sort control inputs alphabetically in ToGraphDefSubRange.Gravatar Skye Wanderman-Milne2018-04-04
* Fix bug where name generated by Graph::NewName can conflict with generated Se...Gravatar Skye Wanderman-Milne2018-04-03
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* Fix some compiler warnings in MKL-DNN build.Gravatar A. Unique TensorFlower2018-03-26
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
* Refactor pruning code to support custom node rewrites for feeds and fetches.Gravatar Derek Murray2018-03-21
* Relax "_output_shapes" error checking in C++ graph importer.Gravatar Skye Wanderman-Milne2018-03-16
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
* Clarify that in_nodes and in_edges includes control edges.Gravatar Benjamin Kramer2018-03-15
* Switch BuildGraphOptions to wrap CallableOptions.Gravatar Derek Murray2018-03-12
* Fix some compiler warnings in MKL build.Gravatar A. Unique TensorFlower2018-03-02
* Added const to Node* in various parts of the code base.Gravatar Mingsheng Hong2018-02-26
* Cleanup for graph functions.Gravatar Akshay Agrawal2018-02-23
* Merge changes from github.Gravatar Yifei Feng2018-02-22
* Add test that checks all core ops have shape functions.Gravatar Skye Wanderman-Milne2018-02-21
* import_graph_def: support "absolute" names with the C API enabled.Gravatar Skye Wanderman-Milne2018-02-09
* Enabled XLA for TF C API.Gravatar Mingsheng Hong2018-02-09
* Merge changes from github.Gravatar Michael Case2018-02-07
* [tf.data] Move the C++ Dataset class implementations to the framework library.Gravatar Derek Murray2018-02-07
* Skip the node that has unexpected number of outputs.Gravatar Yuefeng Zhou2018-02-02
* Cleanup: Ran clang-format on files in tensorflow/core/.../*.{cc,h}.Gravatar A. Unique TensorFlower2018-01-30
* In the TF cost model, ensure when id grows, records for each op's outputs mat...Gravatar Yuefeng Zhou2018-01-25
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* Merge changes from github.Gravatar Jianwei Xie2018-01-24
* Combine host and device memory proto fields.Gravatar Yuefeng Zhou2018-01-17
* Fully qualify string methods to avoid future conflicts with Abseil.Gravatar A. Unique TensorFlower2018-01-16
* Increase number of inlined elements in EdgeSet from 2 to 4 to speed up graph ...Gravatar A. Unique TensorFlower2018-01-11
* Merge changes from github.Gravatar Frank Chen2018-01-10