aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework
Commit message (Expand)AuthorAge
* Small changes to op framework.Gravatar A. Unique TensorFlower2017-07-27
* Plumbs rendezvous through function calls.Gravatar A. Unique TensorFlower2017-07-25
* Added DT_VARIANT type.Gravatar Manjunath Kudlur2017-07-21
* Automated g4 rollback of changelist 162668355Gravatar Manjunath Kudlur2017-07-21
* Added DT_VARIANT type.Gravatar Manjunath Kudlur2017-07-20
* Merge changes from github.Gravatar Jonathan Hseu2017-07-19
* Fix is_floating for tf.qint*, tf.quint*.Gravatar A. Unique TensorFlower2017-07-18
* No-op change to python op bindings.Gravatar Alexandre Passos2017-07-18
* Implementing set_device for the C APIGravatar Olivia Nordquist2017-07-18
* Create ScopedTFStatus to manage TF_Status lifetime.Gravatar Skye Wanderman-Milne2017-07-17
* In colocation op device checking, canonicalize the names soGravatar Vijay Vasudevan2017-07-14
* Merge changes from github.Gravatar Frank Chen2017-07-13
* Make the test for "unused inputs" more precise in `tf.import_graph_def()`.Gravatar Derek Murray2017-07-13
* Expose colocate_withGravatar A. Unique TensorFlower2017-07-12
* Introduce Python-only extensions to the C APIGravatar Skye Wanderman-Milne2017-07-12
* Use graph._c_graph instead of global USE_C_APIGravatar A. Unique TensorFlower2017-07-11
* Fix lint errors in ops.py and ops_test.pyGravatar A. Unique TensorFlower2017-07-11
* Use C API to implement Operation._input_typesGravatar A. Unique TensorFlower2017-07-11
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Use C API to implement Operation.typeGravatar A. Unique TensorFlower2017-07-10
* Extend static shape inference for SparseTensors with dense_shapes constructed...Gravatar A. Unique TensorFlower2017-07-06
* [framework] Add 'most_specific_compatible_shape' for the most specific Tensor...Gravatar A. Unique TensorFlower2017-07-06
* Use C API to implement Operation.control_inputsGravatar A. Unique TensorFlower2017-07-06
* Adding options to pass in a ConfigProto to create_local_cluster. This allows ...Gravatar Rohan Jain2017-07-01
* Minor cleanup: remove unused constructionsGravatar A. Unique TensorFlower2017-07-01
* Improve consistency in python unittest assert methods: order (expected, actual).Gravatar A. Unique TensorFlower2017-06-29
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Use C API to implement Operation._output_typesGravatar A. Unique TensorFlower2017-06-27
* Prepare to not include node_def.proto.h in node_def_util.hGravatar Geoffrey Irving2017-06-23
* Use C API to implement Operation.device propertyGravatar A. Unique TensorFlower2017-06-21
* Use C API to implement Operation.name propertyGravatar A. Unique TensorFlower2017-06-20
* python import_graph_def: keep track of multiple colocations and fillGravatar Vijay Vasudevan2017-06-13
* Do not remove identity output nodes when optimizing for inference.Gravatar A. Unique TensorFlower2017-06-13
* Added proto function for LOCAL_VARIABLES and MODEL_VARIABLES.Gravatar Sherry Moore2017-06-12
* Fix a bug in importing for colocation's interaction with udf device fns.Gravatar Vijay Vasudevan2017-06-09
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Reorder code in function.py for better readability.Gravatar Ali Yahya2017-06-09
* GPU kernel for var_is_initialized_opGravatar Alexandre Passos2017-06-09
* Add only string constants to ASSET_FILEPATHS collection.Gravatar David Soergel2017-06-06
* Remove unused protobuf header inclusionsGravatar A. Unique TensorFlower2017-06-06
* Corrected comment: import_scoped_metagraph does not return a Saver.Gravatar A. Unique TensorFlower2017-06-05
* Fix create_meta_graph to respect an empty collection_list.Gravatar A. Unique TensorFlower2017-06-05
* Preallocate vector storage when the ultimate vector size is known in advanceGravatar A. Unique TensorFlower2017-06-01
* Refactoring Python op code generation.Gravatar A. Unique TensorFlower2017-05-31
* Fix graph text format serializationGravatar James Qin2017-05-31
* Add make_ndarray, tensor_proto, and MetaGraphDef to tf api.Gravatar Dandelion Man?2017-05-31
* Adds support to non-placeholder inputs in _graph_to_function_def.Gravatar Alexandre Passos2017-05-31
* Remove unused arguments to call_cpp_shape_fn.Gravatar A. Unique TensorFlower2017-05-31
* Make single-parameter constructors explicitGravatar A. Unique TensorFlower2017-05-31