aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/graph/graph.h
Commit message (Expand)AuthorAge
* Partial support tfe.defun in tf.gradients.Gravatar Alexandre Passos2018-10-08
* [tf.data] Add utility to deduplicate graph node names (after vectorization)Gravatar Rachel Lim2018-10-03
* Check that IsValid{Input|Output}Tensor is only given non-control edgesGravatar Sanjoy Das2018-10-01
* Make Graph::UpdateEdge() be O(e) instead of O(E)Gravatar Asim Shankar2018-08-28
* [TF:XLA] Replace bespoke NodeSlot class in subgraph encapsulation code with I...Gravatar Peter Hawkins2018-06-13
* Collective Ops Part 7Gravatar A. Unique TensorFlower2018-05-22
* Prepare nodes that will be allocated using ScopedAllocator.Gravatar Ayush Dubey2018-04-30
* Clarify that in_nodes and in_edges includes control edges.Gravatar Benjamin Kramer2018-03-15
* Added const to Node* in various parts of the code base.Gravatar Mingsheng Hong2018-02-26
* Enabled XLA for TF C API.Gravatar Mingsheng Hong2018-02-09
* Cleanup: Ran clang-format on files in tensorflow/core/.../*.{cc,h}.Gravatar A. Unique TensorFlower2018-01-30
* Merge changes from github.Gravatar Sourabh Bajaj2017-11-30
* Merge changes from github.Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615737Gravatar Yifei Feng2017-11-22
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-11-22
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* Merge changes from github.Gravatar Benoit Steiner2017-10-24
* Enable Operation._add_control_inputs() with the C API and related improvementsGravatar Skye Wanderman-Milne2017-10-13
* Use a serialized graph compiler to generate xla graph.Gravatar Yunxing Dai2017-10-12
* Automated g4 rollback of changelist 171303938Gravatar A. Unique TensorFlower2017-10-06
* Use a serialized graph compiler to generate xla graph.Gravatar Yunxing Dai2017-10-06
* implementing _update_input for the C APIGravatar Olivia Nordquist2017-09-26
* adding InputTensor functionality for symmetry with OutputTensorGravatar Olivia Nordquist2017-09-14
* Add WhileContext class and add plumbing for creating them.Gravatar Skye Wanderman-Milne2017-09-13
* adding InputTensor class for symmetry with OutputTensorGravatar Olivia Nordquist2017-09-11
* Add function support to Tensorflow C APIGravatar Igor Ganichev2017-08-30
* Make node const in tensorflow::OutputTensorGravatar Igor Ganichev2017-08-29
* Make Graph::IsValidNode publicGravatar Igor Ganichev2017-08-24
* Remove a bunch of proto.h includes from tensorflow/core headersGravatar Gunhan Gulsoy2017-08-23
* Add log messages to Graph::IsValidNodeGravatar Igor Ganichev2017-08-16
* Introduce OutputTensor class to internal graph representationGravatar Skye Wanderman-Milne2017-08-15
* Implementing set_device for the C APIGravatar Olivia Nordquist2017-07-18
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Use std::shared_ptr instead of core::RefCounted for Node::PropertiesGravatar Skye Wanderman-Milne2017-06-23
* Prepare to not include node_def.proto.h in node_def_util.hGravatar Geoffrey Irving2017-06-23
* This change significantly reduces time and resources used to load large Tenso...Gravatar A. Unique TensorFlower2017-06-01
* Many algorithms need to enumerate the set of nodes within a graph, while excl...Gravatar A. Unique TensorFlower2017-05-22
* Automated g4 rollback of changelist 156251356Gravatar Geoffrey Irving2017-05-17
* Automated g4 rollback of changelist 156244933Gravatar Geoffrey Irving2017-05-16
* Reduce direct references to NodeDef in favor of Node and AttrSliceGravatar Geoffrey Irving2017-05-16
* This change reduces the CPU time spent adding nodes to a graph. For an examp...Gravatar A. Unique TensorFlower2017-05-11
* This CL removes the Graph.edge_set_ field. This field stores a set of the Ed...Gravatar A. Unique TensorFlower2017-05-01
* Split graph_to_functiondef into its own library.Gravatar Peter Hawkins2017-04-25
* Remove all 64/32 bit warnings in tensorflow/ccGravatar Suharsh Sivakumar2017-04-19
* Make ImportGraphDef() work with functions.Gravatar Skye Wanderman-Milne2017-04-04
* Replace OpRegistryInterface* with FunctionLibraryDefinition in Graph.Gravatar Skye Wanderman-Milne2017-03-16
* Improve memory system behavior of core graph execution module.Gravatar Jeffrey A. Dean2017-02-02
* Add a helper method Node::input_edges() that populates a vector of all input ...Gravatar Peter Hawkins2017-01-23
* Clarify in comments what the source of truth is for a Node's inputs.Gravatar A. Unique TensorFlower2017-01-05