aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util
Commit message (Expand)AuthorAge
* Correct a couple of format stringsHEADmasterGravatar Benjamin Barenblat2018-10-10
* Fixed format errors reported by clang-formatGravatar AG Ramesh2018-09-29
* Merge branch 'master' into cuixiaom_disable_MKLGravatar Xiaoming (Jason) Cui2018-09-28
|\
| * Internal change.Gravatar Revan Sopher2018-09-28
| * Merge pull request #22324 from Intel-tensorflow:fix_typo_envGravatar TensorFlower Gardener2018-09-28
| |\
* | | Added the feature to disable MKL support of TensorFlow by environmental varia...Gravatar Xiaoming (Jason) Cui2018-09-28
|/ /
* | Support saving/restoring of string tensors with lengths greater than 2^32.Gravatar A. Unique TensorFlower2018-09-27
* | Adds a build flag to enable MKL (mkl_enabled=true).Gravatar A. Unique TensorFlower2018-09-25
* | Merge pull request #22352 from Intel-tensorflow:agramesh/disable_mkl_ml_onlyGravatar TensorFlower Gardener2018-09-23
|\ \
| | * refine a comment per Tatiana's suggestionsGravatar Guozhong Zhuang2018-09-21
| | * change back MICRA def - coding stylingGravatar Guozhong Zhuang2018-09-21
* | | Add an API which gives explicit control over shard sizes and introspection in...Gravatar A. Unique TensorFlower2018-09-20
* | | Add searchsorted (ie lower/upper bound) op.Gravatar A. Unique TensorFlower2018-09-20
* | | Added ABSL_DEPRECATED annotations to various deprecated TensorFlow functions.Gravatar A. Unique TensorFlower2018-09-19
| * | Adding #error when compiling for MKL ML Only, this has been defeaturedGravatar AG Ramesh2018-09-18
|/ /
| * change per code style checkGravatar Guozhong Zhuang2018-09-18
| * fix type error within an environment variable nameGravatar Guozhong Zhuang2018-09-17
|/
* Removed unnecessary includes from stringpiece.hGravatar A. Unique TensorFlower2018-09-14
* [SparseTensor] Avoid calling `Tensor::matrix<int64>()` for each element of a ...Gravatar Derek Murray2018-09-12
* changes to ctc_beam_searchGravatar A. Unique TensorFlower2018-09-05
* Merge pull request #21956 from Intel-tensorflow:sriniva2/stringpiece_fixGravatar TensorFlower Gardener2018-08-31
|\
* | Currently there are two formats for error reporting inside TensorFlow. This i...Gravatar A. Unique TensorFlower2018-08-31
* | Merge pull request #21690 from Intel-tensorflow:prim_reuse_disableGravatar TensorFlower Gardener2018-08-31
|\ \
* | | Renamed tensorflow::strings::PadSpec enum values to match absl::PadSpec enum ...Gravatar A. Unique TensorFlower2018-08-31
* | | Add a batch sequence example parsing op, part 2.Gravatar Patrik Sundberg2018-08-31
* | | Merge pull request #21593 from Intel-tensorflow:agramesh/MKL_ML_updateGravatar TensorFlower Gardener2018-08-30
|\ \ \
| | | * Fix for stringpiece build failureGravatar Niranjan Hasabnis2018-08-29
* | | | Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-28
| |_|/ |/| |
* | | Merge pull request #21586 from Intel-tensorflow:pooling3dGravatar TensorFlower Gardener2018-08-27
|\ \ \
* | | | Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-24
* | | | Merge pull request #21187 from vsl9:ctc-fixGravatar TensorFlower Gardener2018-08-23
|\ \ \ \
* | | | | fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
| | | | * do not control primitive caching for small batch sizeGravatar Guozhong Zhuang2018-08-20
* | | | | Fix the bug that StridedSlice loses static dimension when dim==0.Gravatar A. Unique TensorFlower2018-08-17
| | | | * disable primitive reuse for conv2d fwd/bwd (some cases) to avoid big memory c...Gravatar Guozhong Zhuang2018-08-17
* | | | | Fix include guardsGravatar A. Unique TensorFlower2018-08-16
| |_|_|/ |/| | |
| | * | Merge branch 'master' into pooling3dGravatar AG Ramesh2018-08-16
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #21324 from Intel-tensorflow:conv3dGravatar TensorFlower Gardener2018-08-16
|\ \ \ \
| | * | | Switched to Eigen exp/logGravatar Vitaly Lavrukhin2018-08-15
| | | | * Minor changes in commentsGravatar AG Ramesh2018-08-14
| | | | * Renamed INTEL_MKL_ML and added deprecated warning for INTEL_MKL_ML_ONLYGravatar AG Ramesh2018-08-13
| |_|_|/ |/| | |
| | | * enable pooling3D opGravatar Guozhong Zhuang2018-08-13
| |_|/ |/| |
| * | Merge branch 'master' into conv3dGravatar AG Ramesh2018-08-11
| |\ \ | |/ / |/| |
* | | Rename MKL-related feature macros.Gravatar A. Unique TensorFlower2018-08-10
* | | Change EventsWriter reset order so that file_ is still available when recordi...Gravatar A. Unique TensorFlower2018-08-09
* | | [tf.data] Add feature statistics collection hooks to the tf.Example parsers.Gravatar Derek Murray2018-08-07
| * | Merge branch 'master' into conv3dGravatar AG Ramesh2018-08-06
| |\ \ | |/ / |/| |
* | | Merge pull request #19403 from Intel-tensorflow:primreuse_poolingGravatar TensorFlower Gardener2018-08-06
|\ \ \
* | | | Add a batch sequence example parsing op, part 1.Gravatar Patrik Sundberg2018-08-04
* | | | Implementation of ctc beam search decoder op in custom op fashion.Gravatar A. Unique TensorFlower2018-08-02