aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/graph/graph.cc
Commit message (Expand)AuthorAge
* Automated rollback of commit 950cf87104bfee28e2165fe368f66337b8a1336dGravatar A. Unique TensorFlower2018-10-10
* [tf.data vectorization] Add vectorizer for `Add` opGravatar Rachel Lim2018-10-09
* 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
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-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
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-07
* Prepare nodes that will be allocated using ScopedAllocator.Gravatar Ayush Dubey2018-04-30
* Sort control inputs alphabetically in ToGraphDefSubRange.Gravatar Skye Wanderman-Milne2018-04-04
* 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
* Merge changes from github.Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* Enable Operation._add_control_inputs() with the C API and related improvementsGravatar Skye Wanderman-Milne2017-10-13
* Bump min graph consumer version when adding functions to itGravatar Igor Ganichev2017-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
* Add function support to Tensorflow C APIGravatar Igor Ganichev2017-08-30
* Make Graph::IsValidNode publicGravatar Igor Ganichev2017-08-24
* Speed up the graph to graphdef conversionGravatar Benoit Steiner2017-08-17
* Add log messages to Graph::IsValidNodeGravatar Igor Ganichev2017-08-16
* Implementing set_device for the C APIGravatar Olivia Nordquist2017-07-18
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Move duplicate detection logic from Graph to FunctionLibraryDefinitionGravatar Skye Wanderman-Milne2017-07-06
* Don't crash when converting ill formed graphs to graph defs: this can happenGravatar Benoit Steiner2017-06-29
* 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
* Fix use of incorrect OpDef from another graph's function library in Graph::Co...Gravatar Peter Hawkins2017-05-15
* 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
* Make FunctionLibraryDefinition::AddFunctionDef() check for conflicting op nameGravatar Skye Wanderman-Milne2017-05-01
* Split graph_to_functiondef into its own library.Gravatar Peter Hawkins2017-04-25
* Make ImportGraphDef() work with functions.Gravatar Skye Wanderman-Milne2017-04-04
* Replace OpRegistryInterface* with FunctionLibraryDefinition in Graph.Gravatar Skye Wanderman-Milne2017-03-16
* Enable the direct use of TensorHandles as feed values through ResourceHandlesGravatar Shanqing Cai2017-03-09
* Add a helper method Node::input_edges() that populates a vector of all input ...Gravatar Peter Hawkins2017-01-23
* Add control edge support to TensorId.Gravatar Skye Wanderman-Milne2017-01-03
* Adds VariableV2 with a sane shape_fn.Gravatar A. Unique TensorFlower2016-12-05
* Add to the C++ Node class the ability to fetch input nodes and edgesGravatar Vijay Vasudevan2016-08-25