aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Add bool value type support for gauge metrics.Gravatar A. Unique TensorFlower2017-11-28
* Make 'input_map' argument to import_graph_def work with C API.Gravatar Skye Wanderman-Milne2017-11-28
* Deprecating `tf.data.Dataset.from_sparse_tensor_slices`.Gravatar Jiri Simsa2017-11-28
* [TF] Improve LogSoftMax performanceGravatar A. Unique TensorFlower2017-11-28
* add parentheses because this test is failing in my current CLGravatar Olivia Nordquist2017-11-28
* Change description of sparse_column_with_integerized_feature to make consiste...Gravatar A. Unique TensorFlower2017-11-28
* Changed to allow removing side-effect instructions from an HLO computationGravatar HyoukJoong Lee2017-11-28
* Dataset support within Estimator. With this cl Input_fn can return a Dataset.Gravatar Mustafa Ispir2017-11-28
* [XLA:CPU] Avoid using the untiled lowering for dot when possibleGravatar Sanjoy Das2017-11-28
* Allow unsorted_segment_sum and unsorted_segment_max to take int64 num_segmentsGravatar James Keeling2017-11-28
* Change HLO verifier semantics for bitcasts to: Bitcasts that are not the root...Gravatar A. Unique TensorFlower2017-11-28
* Add custom_estimatorsGravatar Mark Daoust2017-11-28
* Added an option to assume that the shape of fed nodes in unknown since any sh...Gravatar Benoit Steiner2017-11-28
* Continue to allow old argument names specified in tf.flags.DEFINE functions.Gravatar Yilei Yang2017-11-28
* Eager: Better errors for invalid options to enable_eager_execution.Gravatar Asim Shankar2017-11-28
* Bump LLVM snapshot to r319150.Gravatar A. Unique TensorFlower2017-11-28
* Eager function definition no longer adds control dependencies after construct...Gravatar Alexandre Passos2017-11-28
* Removed unused variables from curl_http_request_test.Gravatar A. Unique TensorFlower2017-11-28
* Automated g4 rollback of changelist 176737730Gravatar Sourabh Bajaj2017-11-28
* Run replicate_model_fn_test on the multi-gpu testing cluster.Gravatar Igor Saprykin2017-11-28
* RevBlock: memory-efficient implementation of a series of reversible residualGravatar A. Unique TensorFlower2017-11-28
* [XLA] Improvements to replay_computation tool.Gravatar Justin Lebar2017-11-28
* Make sure that additional ops added by Savers to read ResourceVariables are a...Gravatar A. Unique TensorFlower2017-11-28
* Add empty placeholder git/gen files.Gravatar Michael Case2017-11-28
* Adding support for `tf.SparseTensorValue` and `tf.SparseTensor` as inputs and...Gravatar Jiri Simsa2017-11-28
* Adapt upstream API change from r319082.Gravatar A. Unique TensorFlower2017-11-28
* Add `ConfigProto.isolate_session_state` option for the distributed runtime.Gravatar Derek Murray2017-11-28
* Fixed two bugs when importing MetaGraphDefs that contain ResourceVariables.Gravatar A. Unique TensorFlower2017-11-28
* Add DeviceFactory to list of exported headers.Gravatar A. Unique TensorFlower2017-11-28
* [XLA] Separate input and output spatial dimensions for convolutionGravatar David Majnemer2017-11-27
* Allow BF16 to use error spec.Gravatar A. Unique TensorFlower2017-11-27
* Make ClientLibraryTestBase automatic choose float precision based on a flag.Gravatar A. Unique TensorFlower2017-11-27
* Add non_trainable_variables property to EagerVariableStore.Gravatar Sergio Guadarrama2017-11-27
* [XLA] Remove the extra RunHloOptimization in InterpreterCompiler::RunBackend.Gravatar A. Unique TensorFlower2017-11-27
* Fix the flaky file_block_cache_test.Gravatar Jonathan Hseu2017-11-27
* Disable Mul hoisting out of AddN where broadcasting might be needed.Gravatar A. Unique TensorFlower2017-11-27
* Remove old pre-C++11 non-portable helper code.Gravatar A. Unique TensorFlower2017-11-27
* Fixed code for Adadelta to match correct algorithm and tightened tolerances inGravatar A. Unique TensorFlower2017-11-27
* Fix docs to recommend cuDNN 6.0, rather than the old 5.1 or non-existent 6.1.Gravatar A. Unique TensorFlower2017-11-27
* Refactor code in arithmetic and dependency optimizersGravatar A. Unique TensorFlower2017-11-27
* Support op split.Gravatar Yao Zhang2017-11-27
* Small code cleanup.Gravatar Benoit Steiner2017-11-27
* Fetch shape information from the C API when enabled.Gravatar Skye Wanderman-Milne2017-11-27
* [tfgan] Add option to pass MODE to generator_fn, for the purpose of things li...Gravatar A. Unique TensorFlower2017-11-27
* Fixes punctuation in tf.nn.moments commentGravatar A. Unique TensorFlower2017-11-27
* Don't try to feed placeholder with default. Instead we rely on the defaultGravatar Benoit Steiner2017-11-27
* Modify static bool variable in OpRegistry::Lookup() while mutex is locked.Gravatar A. Unique TensorFlower2017-11-27
* [XLA] Canonicalize convolutions which are potentially lowered to Eigen callsGravatar David Majnemer2017-11-27
* [TF:XLA] Implement StatelessRandomUniform and StatelessRandomNormal using the...Gravatar Peter Hawkins2017-11-27
* Enable a Session tests using function and set_deviceGravatar Igor Ganichev2017-11-27