aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util
Commit message (Collapse)AuthorAge
* 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
| | | | | | | | PiperOrigin-RevId: 215021487
| * Merge pull request #22324 from Intel-tensorflow:fix_typo_envGravatar TensorFlower Gardener2018-09-28
| |\ | | | | | | | | | PiperOrigin-RevId: 214983237
* | | Added the feature to disable MKL support of TensorFlow by environmental ↵Gravatar Xiaoming (Jason) Cui2018-09-28
|/ / | | | | | | variable TF_DISABLE_MKL=1
* | Support saving/restoring of string tensors with lengths greater than 2^32.Gravatar A. Unique TensorFlower2018-09-27
| | | | | | | | PiperOrigin-RevId: 214849978
* | Adds a build flag to enable MKL (mkl_enabled=true).Gravatar A. Unique TensorFlower2018-09-25
| | | | | | | | PiperOrigin-RevId: 214557082
* | Merge pull request #22352 from Intel-tensorflow:agramesh/disable_mkl_ml_onlyGravatar TensorFlower Gardener2018-09-23
|\ \ | | | | | | | | | PiperOrigin-RevId: 214215589
| | * 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 ↵Gravatar A. Unique TensorFlower2018-09-20
| | | | | | | | | | | | | | | | | | into the number of shards used. This is a variant of threadpool::parallelFor PiperOrigin-RevId: 213920649
* | | Add searchsorted (ie lower/upper bound) op.Gravatar A. Unique TensorFlower2018-09-20
| | | | | | | | | | | | PiperOrigin-RevId: 213863392
* | | Added ABSL_DEPRECATED annotations to various deprecated TensorFlow functions.Gravatar A. Unique TensorFlower2018-09-19
| | | | | | | | | | | | PiperOrigin-RevId: 213693027
| * | 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
| | | | PiperOrigin-RevId: 213008707
* [SparseTensor] Avoid calling `Tensor::matrix<int64>()` for each element of a ↵Gravatar Derek Murray2018-09-12
| | | | | | SparseTensor when iterating over it. PiperOrigin-RevId: 212758856
* changes to ctc_beam_searchGravatar A. Unique TensorFlower2018-09-05
| | | | PiperOrigin-RevId: 211741560
* Merge pull request #21956 from Intel-tensorflow:sriniva2/stringpiece_fixGravatar TensorFlower Gardener2018-08-31
|\ | | | | | | PiperOrigin-RevId: 211178634
* | Currently there are two formats for error reporting inside TensorFlow. This ↵Gravatar A. Unique TensorFlower2018-08-31
| | | | | | | | | | | | is first of a series of CL to merge these into one. In this change, we remove the format tag from the errors. PiperOrigin-RevId: 211146036
* | Merge pull request #21690 from Intel-tensorflow:prim_reuse_disableGravatar TensorFlower Gardener2018-08-31
|\ \ | | | | | | | | | PiperOrigin-RevId: 211126300
* | | Renamed tensorflow::strings::PadSpec enum values to match absl::PadSpec enum ↵Gravatar A. Unique TensorFlower2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | values. This is necessary in order to replace tensorflow::strings::StrCat with absl::StrCat. PiperOrigin-RevId: 211087745
* | | Add a batch sequence example parsing op, part 2.Gravatar Patrik Sundberg2018-08-31
| | | | | | | | | | | | PiperOrigin-RevId: 211082479
* | | Merge pull request #21593 from Intel-tensorflow:agramesh/MKL_ML_updateGravatar TensorFlower Gardener2018-08-30
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 211013884
| | | * Fix for stringpiece build failureGravatar Niranjan Hasabnis2018-08-29
| | | |
* | | | Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-28
| |_|/ |/| | | | | | | | PiperOrigin-RevId: 210596417
* | | Merge pull request #21586 from Intel-tensorflow:pooling3dGravatar TensorFlower Gardener2018-08-27
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 210474549
* | | | Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-24
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 210127626
* | | | Merge pull request #21187 from vsl9:ctc-fixGravatar TensorFlower Gardener2018-08-23
|\ \ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 210051028
* | | | | fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 209679086
| | | | * 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
| | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 209212830
| | | | * disable primitive reuse for conv2d fwd/bwd (some cases) to avoid big memory ↵Gravatar Guozhong Zhuang2018-08-17
| | | | | | | | | | | | | | | | | | | | caching
* | | | | Fix include guardsGravatar A. Unique TensorFlower2018-08-16
| |_|_|/ |/| | | | | | | | | | | PiperOrigin-RevId: 209085003
| | * | Merge branch 'master' into pooling3dGravatar AG Ramesh2018-08-16
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #21324 from Intel-tensorflow:conv3dGravatar TensorFlower Gardener2018-08-16
|\ \ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 209032082
| | * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The existing feature macros are named INTEL_MKL to indicate that any flavor of MKL is available, INTEL_MKL_ML to indicate that *only* MKL-ML is available (i.e. MKL-DNN is not), and DO_NOT_USE_ML to indicate that *only* MKL-DNN is available (i.e. MKL-ML is not). This change renames INTEL_MKL_ML to INTEL_MKL_ML_ONLY and DO_NOT_USE_ML to INTEL_MKL_DNN_ONLY. The meanings of the macros have not changed. This change also adds a few sanity checks to mkl_util.h that ensures that the combination of INTEL_MKL, INTEL_MKL_ML_ONLY, and INTEL_MKL_DNN_ONLY is logically consistent: the *_ONLY macros may not both be defined, and if either of them is defined, bare INTEL_MKL must also be defined. PiperOrigin-RevId: 208313735
* | | Change EventsWriter reset order so that file_ is still available when ↵Gravatar A. Unique TensorFlower2018-08-09
| | | | | | | | | | | | | | | | | | recordio_writer_ is destructed PiperOrigin-RevId: 208118568
* | | [tf.data] Add feature statistics collection hooks to the tf.Example parsers.Gravatar Derek Murray2018-08-07
| | | | | | | | | | | | PiperOrigin-RevId: 207737913
| * | Merge branch 'master' into conv3dGravatar AG Ramesh2018-08-06
| |\ \ | |/ / |/| |
* | | Merge pull request #19403 from Intel-tensorflow:primreuse_poolingGravatar TensorFlower Gardener2018-08-06
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 207625392
* | | | Add a batch sequence example parsing op, part 1.Gravatar Patrik Sundberg2018-08-04
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 207406637
* | | | Implementation of ctc beam search decoder op in custom op fashion.Gravatar A. Unique TensorFlower2018-08-02
| | | | | | | | | | | | | | | | PiperOrigin-RevId: 207210333
* | | | Merge pull request #21011 from Intel-tensorflow:pr-upgrading-mkl-dnn-to-v0.15Gravatar TensorFlower Gardener2018-08-02
|\ \ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 207140591