aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Add missing unit test case for tensordot and fix typos in implementation.Gravatar A. Unique TensorFlower2017-03-07
| | | | Change: 149498198
* Add more debug information to pandas_io_testGravatar Jianwei Xie2017-03-07
| | | | Change: 149496080
* Update protobuf to commit 2b7430dGravatar Manjunath Kudlur2017-03-07
| | | | Change: 149495758
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-03-07
| | | | Change: 149492005
* Go: Fix #7175Gravatar Asim Shankar2017-03-07
| | | | Change: 149490754
* TF-XLA Bridge ops, tests, and registrations for ReverseOp and ReverseV2Op.Gravatar A. Unique TensorFlower2017-03-07
| | | | Change: 149488853
* Fix the bug that zero-sized tensor usually doesn't have an alloc id.Gravatar Yuefeng Zhou2017-03-07
| | | | | Remove unnecessary temp memory recording which belongs to OpKernelConstruction instead of OpKernelContext. Change: 149488690
* [XLA] Remove LocalClient::ExecuteLocally(), in lieu of ↵Gravatar Peter Hawkins2017-03-07
| | | | | | LocalClient::Compile() and LocalExecutable::Run(). Change: 149482633
* EstimatorSpec: Define default scaffold in case of None provided. This will ↵Gravatar Mustafa Ispir2017-03-07
| | | | | | reduce the clutter in the usage of EstimatorSpec. Forexample, We can check scaffold.saver instead of if scaffold and scaffold.saver... Change: 149482422
* Expose node_def from InferenceContext.Gravatar A. Unique TensorFlower2017-03-07
| | | | Change: 149468728
* Fix confusing backwards error message in tf.cond.Gravatar Thomas Schumm2017-03-07
| | | | | res_t corresponds to fn1 and res_f corresponds to fn2. Change: 149461652
* Create non-crashy versions of Concat() and Split(), to use in serving code.Gravatar Christopher Olston2017-03-07
| | | | Change: 149454449
* Link in high performance dataflow ops to grpc_tensorflow_serverGravatar Brennan Saeta2017-03-07
| | | | Change: 149448989
* Removed references to dynamic_rnn_estimator.RNNKeys.Gravatar John Bates2017-03-07
| | | | Change: 149446004
* Migrate quantiles library to tensorflow/contrib/boosted_trees.Gravatar A. Unique TensorFlower2017-03-07
| | | | Change: 149441560
* Re-enable pandas_io_test in coreGravatar Jianwei Xie2017-03-07
| | | | Change: 149431599
* [TF:XLA] Remove support for client-allocated result buffers.Gravatar Peter Hawkins2017-03-07
| | | | | This code path is unused; Tensorflow ended up settling on having XLA allocate result buffers using Tensorflow's allocator. Remove it to reduce the proliferation of ExecuteXYZ() methods. Change: 149423775
* Fix timeout for matmul_op_test in Windows.Gravatar A. Unique TensorFlower2017-03-07
| | | | Change: 149423117
* Re-enable buffer forwarding for add_n. Add a unit test for add_n.Gravatar A. Unique TensorFlower2017-03-07
| | | | Change: 149423095
* [Windows/CMake] Enable tf.contrib.factorization.Gravatar Derek Murray2017-03-07
| | | | | | | | | Adds missing MaskedMatmul kernel to the CMake build. Adds trivial shape functions for tf.contrib.factorization ops. Enable testing for tf.contrib.factorization in the CMake build. Fixes #7935. Change: 149391496
* Make queue runner accept run arguments.Gravatar Yuefeng Zhou2017-03-06
| | | | Change: 149388619
* Allows users to provide custom loss function for multclass and multilabel ↵Gravatar Zakaria Haque2017-03-06
| | | | | | problems. Change: 149376544
* [XLA] Add CallGraph::VisitNodes for traversing the call graph.Gravatar Mark Heffernan2017-03-06
| | | | Change: 149376492
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-03-06
| | | | Change: 149375959
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-03-06
| | | | Change: 149375859
* Add an approximate_equal op for floating point tensor comparison.Gravatar Yao Zhang2017-03-06
| | | | Change: 149374684
* Add Constant, Rng, and scalars to be moved along with reshapes in reshape mover.Gravatar Blake Hechtman2017-03-06
| | | | Change: 149369506
* Add a system for TensorBoard plugin asset management to TensorFlow.Gravatar Dandelion Mané2017-03-06
| | | | | | | We need a system for getting arbitrary metadata and assets for TensorBoard plugins. Examples include configuration protobufs, vocabulary files, and sprite images. We need to be able to declare the plugin assets at graph construction time, and then serialize them to disk using the tf.summary.FileWriter. And we want to do so using the FileWriter.add_graph API, so that new features will Just Work for existing code that instantiates a FileWriter and adds the graph. This CL adds a system meeting those requirements. Plugin authors will create an asset class that extends tf.summary.PluginAsset, and implement a serialize method that dumps all the required assets to disk. At the time of graph construction, tf.summary.get_plugin_asset(AssetClass) gives them the current instance for their plugin assets (constructing it if necessary). They may then configure it. When tf.summary.FileWriter.add_graph is called with the graph, it retrieves all PluginAssets and makes a subdirectory for each one. Then, it calls serialize_to_directory on each asset. Change: 149367010
* Update install instruction links. Fixes #8142.Gravatar A. Unique TensorFlower2017-03-06
| | | | Change: 149364578
* Record memory deallocation for destroying temp variable op.Gravatar Yuefeng Zhou2017-03-06
| | | | Change: 149363494
* Hoist resource variable reads outside functions.Gravatar Alexandre Passos2017-03-06
| | | | Change: 149360110
* Android: Makefile build functionality added to build.gradle to fully support ↵Gravatar Andrew Harp2017-03-06
| | | | | | Android Studio builds on Windows. Resolves #6385 Change: 149358567
* Automated rollback of change 149337075Gravatar Gunhan Gulsoy2017-03-06
| | | | Change: 149358501
* Fixes the treatment of collections=[] to be consistent with the ↵Gravatar A. Unique TensorFlower2017-03-06
| | | | | | documentation, so GLOBAL_VARIABLES is used only when collections==None. Change: 149357125
* Add convenience methods to ShapeInference: MakeShapeFromTensorShape() and ↵Gravatar Peter Hawkins2017-03-06
| | | | | | MakeShapeFromPartialTensorShape(). Update existing users of MakeShapeFromShapeProto to use the new helper methods where possible. Change: 149353816
* handle in SymbolicGradientOp shouldn't be accessible from multiple threads.Gravatar Alexandre Passos2017-03-06
| | | | Change: 149349958
* * Fixed multiple formatting bugs.Gravatar A. Unique TensorFlower2017-03-06
| | | | | | | | * Changed URL of in several installation examples. * Added the URL for Python 3.6. * Clarified the fix for protocol-dependency issues (Github issue #7940). * Fixed link to Docker documentation (Buganizer issue #35347827) Change: 149340618
* [XLA] Not clobber files when dumping HLO dot graphGravatar A. Unique TensorFlower2017-03-06
| | | | Change: 149340560
* Add NoGradients for QuantizeAndDequantizeV2Op's input_min and input_max ↵Gravatar Suharsh Sivakumar2017-03-06
| | | | | | arguments. Change: 149340183
* Update protobuf commitGravatar Manjunath Kudlur2017-03-06
| | | | Change: 149337075
* Re-enable buffer forwarding for GPU memory. After consulting with NVIDIA, we ↵Gravatar A. Unique TensorFlower2017-03-06
| | | | | | have determined that buffer forwarding should be safe on Kepler and all newer GPUs as long as no reads via __ldg() follow writes to the same address in the Cuda kernel. Change: 149334900
* [TF:XLA] Add support for 3D convolution to XLA bridge.Gravatar Peter Hawkins2017-03-06
| | | | | | | Generalize common backward convolution dimension computation code to support > 2 dimensions. Fix crash for zero-element Tensors passed to Conv3DBackpropFilter on CPU. Change: 149329330
* Android: Update gradle plugin to 2.3.0, change build.gradle API level and ↵Gravatar Andrew Harp2017-03-06
| | | | | | SDK tools version to match bazel build and ensure it adds libtensorflow_inference.so to the APK as well. Resolves #8059 Change: 149313216
* Expose bijectors as part of the distributions APIGravatar Eugene Brevdo2017-03-06
| | | | | For some reason they were hidden in a refactoring to bijector impl. Change: 149309294
* Fix link in import error message.Gravatar Martin Wicke2017-03-06
| | | | Change: 149308271
* Embedding Projector, minor fixes:Gravatar Dan Smilkov2017-03-06
| | | | | | - Sprite visualizer in 2D mode: Make the point size be the thumbnail size, since in 2D mode we only allow semantic zooming. - Support '~' (homedir) for the sprite_image_path in the projector_config.pbtxt Change: 149303375
* Internal change.Gravatar A. Unique TensorFlower2017-03-06
| | | | Change: 149296141
* Manually rollback buffer forwarding for tf.add_n().Gravatar Derek Murray2017-03-04
| | | | | | The kernel can read its (forwarded) input after it has started writing to it, leading to non-deterministic and incorrect results. Change: 149215447
* Remove extra exported symbols.Gravatar Patrick Nguyen2017-03-04
| | | | Change: 149211889
* Reduce windows build logging.Gravatar A. Unique TensorFlower2017-03-04
| | | | Change: 149209556