GitHub / mozilla/tensorflow / commits
Computation using data flow graphs for scalable machine learning
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 3ae375aa | Fix naming in README. |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 6 years ago | |
| 7914dbf7 | [tfgan] Fix documentation bug classifer_impl. |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 6 years ago | |
| 853d417a | Replace deprecated `to_float` with `tf.cast(_, dtypes.float32`). |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 6 years ago | |
| a36fc1c3 | Remove NCCL remote config and dummy config. |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 6 years ago | |
| 75557c1e | compat: Update forward compatibility horizon to 2018-12-31 |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 6 years ago | |
| 8f60a381 | Replace py_test with tf_py_test in more BUILD files. |
Michael Case <m****e@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 6 years ago | |
| 44bb7adf | [tfgan/tpu] Add loss summaries during TPUGANEstimator training if not on TPU. |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 6 years ago | |
| c985bd0d | Standardize some names from `TFGAN` -> `TF-GAN`. |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 6 years ago | |
| bbc8c15b | compat: Update forward compatibility horizon to 2018-12-30 |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 6 years ago | |
| 892ffbc9 | merge Merge pull request #106 from lissyx/master-win+new |
lissyx <l****b@l****g>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| f9e2fa83 | Remove rpi3/rpi3-armv8 conditions for MKL-DNN since disabling is default now | Alexandre Lissy <l****x@l****g> | over 7 years ago | |
| bbaab237 | merge Merge remote-tracking branch 'upstream/master' into master-win+new | Alexandre Lissy <l****x@l****g> | over 7 years ago | |
| 2e77a57d | merge Merge pull request #26219 from tensorflow:rthadur-patch-1 | TensorFlower Gardener <g****r@t****g> | over 7 years ago | |
| f36adb10 | merge Merge pull request #25496 from feihugis:Test_TensorDataset | TensorFlower Gardener <g****r@t****g> | over 7 years ago | |
| a6de8702 | Update ops-related pbtxt files. |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 272d7c12 | Remove string_split from v2 -- we have strings.split, and shouldn't have both. |
Martin Wicke <w****e@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| f7121bc1 | [tf.data] Add vlog statements to ChooseFastest[Branch]Dataset to log which op... |
Rachel Lim <r****m@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| ba03978a | Tensorflow: improve error messages in dataset_ops |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 58abc1b5 | Bump shard_count for fft_test |
Sanjoy Das <s****y@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 603b7136 | Redirecting pix2pix to tensorflow/docs |
Yash Katariya <y****a@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| d4a37f6b | Do not generate NaN when backpropagating through operators with singularities... |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| cf50e92b | [XLA:CPU] Allow users to enable fast-math without enabling nonan and noinf |
Sanjoy Das <s****y@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 147e6777 | Fix checkpoint compatibility issues for optimizers in SavedModels |
Allen Lavoie <a****l@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 9c6d4589 | Make update_moving_average eager compatible when zero_debias=True |
Tamara Norman <t****n@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| c57401b1 | Fix allenl's username in TODO |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| f80cab2c | Do not set --config=nogcp/nohdfs/noaws for Windows since it is default | Alexandre Lissy <l****x@l****g> | over 7 years ago | |
| 42d1cbb8 | Remove CUDA capability 3.0 | Alexandre Lissy <l****x@l****g> | over 7 years ago | |
| ea6c5f5c | Arg/Ret ops should return/take tensors in device memory |
Igor Ganichev <i****a@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 9a43dfea | Add cuda build info again |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 6c4cccfc | Fix a super confusing bug in tf_inspect. |
Vojtech Bardiovsky <v****y@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 3aa72b5e | cuDNN *is* safe to call from different threads with different handles. The cr... |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| f4d644a6 | Remove ClearLinearIndex() method from IrArray::Index. |
Adrian Kuegel <a****l@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 5314711e | compat: Update forward compatibility horizon to 2019-03-15 |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 29cb3f1a | Cleaning up pip_new.sh. |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 874c6df6 | Qualify calls to some functions from <cmath>. |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| adeebcf6 | Colocate the Switch nodes for inputs to tf.cond with the input node in the |
Saurabh Saxena <s****s@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 7a056bf8 | Adds python gradients for ScaleAndTranslate ops, which are now used internal ... |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| ce6a60a0 | [TF:XLA] Print the cycles detected during async scheduling. Helps with debugg... |
Dimitris Vardoulakis <d****r@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 2843f5e3 | Automated rollback of commit 6d3d026ca04e52374a5bb8e68208e310f597fa2c |
Anna R <a****v@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 6d3d026c | Remove pywrap_tensorflow from compat.v1. |
Anna R <a****v@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| fea13a48 | Remove deprecated arguments from the exported API declarations. |
Dan Moldovan <m****n@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| fc3367e1 | Update Eigen to: https://bitbucket.org/eigen/eigen/commits/9632304bf80668e610... |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 3dbc2563 | Upgrade keras_applications dep to 1.0.6 to fix b/127888631 and b/127881287 |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 32b62725 | [TF] TFRecordWriter.flush() now flushes the file (not just the zlib buffer). |
Eugene Brevdo <e****o@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 228a2144 | Propagate aggressive_shape_inference to InferStatically() from UpdateFunction(). |
Doe Hyun Yoon <d****n@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| f7a1d94b | [TF:XLA] Bump open source abseil revision to 7c7754fb3ed9ffb57d35fe8658f3ba4d... |
Sanjoy Das <s****y@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 013e062c | Log a convolution only during an Autotuning cache miss. |
Tim Shen <t****n@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 18f90d1a | Refactor the code to be consistent with the unit test style | Fei Hu <h****8@g****m> | over 7 years ago | |
| d6fc8b6e | Fix GraphTopologyView documentation |
Eugene Zhulenev <e****v@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 39d4f1e1 | Add gpu custom op docker file. |
Yifei Feng <y****f@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 2fa3d944 | Rename `tf.distribute.Strategy.unwrap` -> |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 96713dd4 | Separating out summary_util for distribution strategy to avoid possible circu... |
Shivani Agrawal <s****l@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| ab95f9cc | [convergence_tools]: changing the topological sort function. |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| f4f8d500 | Do not specify folder for DumpGraphToFile(), so we write to dir TF_DUMP_GRAPH... |
Tong Shen <e****d@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 29b13639 | Include defaults in the generated raw op signature |
Sergei Lebedev <s****v@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| fcf272ac | Fix formatting and markdown for the `reduce` documentation. |
George Karpenkov <c****e@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| a236ae23 | Rename v1 initializers to compat.v1 in upgrade script. Fixes issue #26665 |
Pavithra Vijay <p****v@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 7532c526 | Preserve control outputs when saving and loading functions |
Allen Lavoie <a****l@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 7c66ef65 | Fix compat with external Keras of `get_config` for Functional Models. |
Thomas O'Malley <o****t@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| e99a6da5 | Automated rollback of commit 190ea4b964fb91d428070d54f05586603a451f2b |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| bb087feb | NFC: Change all helper functions in `tuple_ops` not to require `llvm::Module`... |
George Karpenkov <c****e@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 143cad4d | Optimize mirror_pad |
Karim Nosir <k****r@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 2cca5c5f | [TF:XLA] Bump open source llvm revision to r356129 |
Sanjoy Das <s****y@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 333b79b9 | Update quantized mean. |
Jian Li <j****i@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| d5a14176 | To avoid deadlocks, borrow a stream from the backend for each device to host ... |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| e507808e | Add utility to detect future imports associated with a function |
Brian Lee <b****e@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 716b543d | NFC: Replace explicit call to `restoreIP` with `InsertPointGuard` |
George Karpenkov <c****e@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 7014fc1b | Don't repeat the dataset in Keras/DS evaluate. Switch `repeat` to False by de... |
Ruoxin Sang <r****g@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| f8556f9e | Update tf_upgrade_v2 docs to add a note about expected 'import tensorflow as |
Anna R <a****v@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 766a1e00 | Make DS InputIterator get_next() API behave correctly in the last partial bat... |
Ruoxin Sang <r****g@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 0094a3fd | Simplify TF-TRT build dependencies. |
Guangda Lai <l****d@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| dafd11de | merge Merge pull request #26678 from ROCmSoftwarePlatform:google_upstream_gpu_devic... | TensorFlower Gardener <g****r@t****g> | over 7 years ago | |
| 76209314 | Support fp16 conversion for conversion of Square, Relu and LeakyRelu. |
Guangda Lai <l****d@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 7239d658 | Cleanup trt engine op definition. |
Guangda Lai <l****d@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 852d3364 | Refactor parser.parse_entity to separately return node and containing module ... |
Brian Lee <b****e@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| cf3c25b7 | Remove the warning message in V1 LSTM. |
Scott Zhu <s****u@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 425d4f20 | [XLA:GPU] Print thunk kind in thunk schedule. |
Justin Lebar <j****r@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 8e248b89 | merge Merge pull request #26681 from scottamain:patch-1 | TensorFlower Gardener <g****r@t****g> | over 7 years ago | |
| 32edfdd8 | Unify signatures of Graph().create_op on subclasses. |
Alexandre Passos <a****s@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 500d747d | merge Merge pull request #26457 from ROCmSoftwarePlatform:google_upstream_softplus_op | TensorFlower Gardener <g****r@t****g> | over 7 years ago | |
| 0ccd78f7 | Do not generate NaN when backpropagating through operators with singularities... |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| b3975ae6 | improve not-found error message in list_directory_v2 |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 6859fefa | Refactoring before supporting quantized weights in LSTM tests. |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 22a06384 | Fix incompatibility with future Bazel version |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 61ebe6e8 | Fix typo. |
Shashi Shekhar <s****r@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 872b9bd9 | Create quantized mean. |
Jian Li <j****i@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| aaa0ea61 | [tf.data] Use `ChooseFastestBranch` dataset in MapVectorization optimization |
Rachel Lim <r****m@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 1020739e | In tensor_name function, don't drop the suffix behind colon if it's not the f... |
Haoliang Zhang <h****g@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| fa5e3a96 | Remove unused constructor. |
Adrian Kuegel <a****l@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 5f071f2e | Implement event based CUDA profiling. Continue to use CUPTI callback API to g... |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 66df6374 | Fix example by deleting bad steps_per_epoch value and associated TODO. |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 869788b0 | Don't allow to modify IrArray::Index in-place. |
Adrian Kuegel <a****l@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 2c0441c2 | Enable all currently passing tests. |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 5968e4bf | compat: Update forward compatibility horizon to 2019-03-14 |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 60129268 | Work towards enforcing to pass the shape to IrArray::Index constructors. |
Adrian Kuegel <a****l@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| a43b9e1a | tflite lstm readme. |
Renjie Liu <r****u@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| d3de06f3 | Add unidirectional_sequence_rnn to generated_zip_tests |
Renjie Liu <r****u@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 5b24fba0 | Go: Update generated wrapper functions for TensorFlow ops. |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 48519a99 | [tf.data] Fixes the warning format. |
Shivani Agrawal <s****l@g****m>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago | |
| 09cad5b7 | Update ops-related pbtxt files. |
A. Unique TensorFlower <g****r@t****g>
Committed by: TensorFlower Gardener <g****r@t****g> |
over 7 years ago |