aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core
Commit message (Expand)AuthorAge
* Correct a couple of format stringsHEADmasterGravatar Benjamin Barenblat2018-10-10
* [Grappler] Add RemoveStackStridedSliceSameAxis optimizer.Gravatar Eugene Brevdo2018-10-10
* Allow the executor type for a function to be specified as an attr on a function.Gravatar Derek Murray2018-10-10
* Automated rollback of commit 950cf87104bfee28e2165fe368f66337b8a1336dGravatar A. Unique TensorFlower2018-10-10
* Add support for modeling fast memory close to the processor/gpuGravatar A. Unique TensorFlower2018-10-09
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-10-09
* Add 'remove' operation to MutableHashTable and MutableDenseHashTable.Gravatar A. Unique TensorFlower2018-10-09
* [tf.data vectorization] Add vectorizer for `Add` opGravatar Rachel Lim2018-10-09
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-10-09
* Add RaggedTensors to tf.core. Moving the RaggedGather op kernel.Gravatar A. Unique TensorFlower2018-10-09
* [tf.data] NUMA-aware MapAndBatch dataset.Gravatar Brennan Saeta2018-10-09
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-10-09
* [tf.data vectorization] Handle captured inputs in MapVectorization optimizationGravatar Rachel Lim2018-10-09
* Create SDCAOptimizerV2 op to fix the "adaptative" typo.Gravatar Yuefeng Zhou2018-10-09
* Change LOG(WARNING) to VLOG(1) in utilsGravatar Peter Ma2018-10-09
* Removed unused load statements from the core BUILD.Gravatar A. Unique TensorFlower2018-10-09
* Automated rollback of commit 5f308cb408eb46ec9af0546be6b9ae1d5166b185Gravatar A. Unique TensorFlower2018-10-08
* Refactor CalculateOutputSize() from VirtualScheduler protected member functio...Gravatar Peter Ma2018-10-08
* Automated rollback of commit 07df147ab20c4a5329148e5fb5f7f6b187cb73a4Gravatar Reed Wanderman-Milne2018-10-08
* Add a tracing::ScopedActivity event to track the duration of a Session::Run()Gravatar A. Unique TensorFlower2018-10-08
* Register int64 SUM GPU kernel.Gravatar James Qin2018-10-08
* Fix the seeding for `Dataset.shuffle(..., reshuffle_each_iteration=False)`.Gravatar Derek Murray2018-10-08
* Consolidate device parameter arguments into a shared DeviceInfo structGravatar A. Unique TensorFlower2018-10-08
* Remove deprecations for some of the endpoints in ApiDef files. These changesGravatar Anna R2018-10-08
* Automated rollback of commit 13b47e6c4f9d7b295948b1057139bf676e394b6fGravatar Derek Murray2018-10-08
* Automated rollback of commit 09b0fc199129e0f487a39741bdf674cf09035cbcGravatar Derek Murray2018-10-08
* Merge pull request #22783 from Intel-tensorflow:sfu2/clean_mklmlGravatar TensorFlower Gardener2018-10-08
|\
* | [tf.data] Choose non-deterministic seed once per Python-level `Dataset` object.Gravatar Derek Murray2018-10-08
* | Automated rollback of commit 295b3c80555cc82d8d70faf96a47681e1d904b9cGravatar Derek Murray2018-10-08
* | Partial support tfe.defun in tf.gradients.Gravatar Alexandre Passos2018-10-08
* | Add timeout mechanism to Grappler meta optimizer. This is only a best-effort ...Gravatar A. Unique TensorFlower2018-10-08
* | Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-10-08
* | Merge pull request #21658 from lowintelligence:masterGravatar TensorFlower Gardener2018-10-08
|\ \
* | | [tf.data] Adding specialization for `MapDataset`, `ParallelMapDataset`, and `...Gravatar Jiri Simsa2018-10-08
* | | Fix compilation in unique_op when Eigen::Index != int64.Gravatar A. Unique TensorFlower2018-10-08
* | | Enable PinToHostOptimizer.Gravatar A. Unique TensorFlower2018-10-08
* | | Optimize PinToHostOptimizer by adding cache, also add PinToHostOptimizer to b...Gravatar A. Unique TensorFlower2018-10-08
* | | Make ExecutorState preserve the thread context.Gravatar A. Unique TensorFlower2018-10-08
* | | Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-10-05
* | | Merge pull request #22386 from girving:statelessGravatar TensorFlower Gardener2018-10-05
|\ \ \
* | | | [tf.data vectorization] Feed inputs to vectorizers with notion of stackednessGravatar Rachel Lim2018-10-05
| * | | Expand stateless random generators to match their stateful cousinsGravatar Geoffrey Irving2018-10-05
* | | | Automated rollback of commit ae0bc6f006497cc04a2ee75166d4ec71c7154fd8Gravatar Jiri Simsa2018-10-05
* | | | [tf.data] Adding specialization for `MapDataset`, `ParallelMapDataset`, and `...Gravatar Jiri Simsa2018-10-05
| | | * Clean up the code under INTEL_MKL_ML_ONLYGravatar shengfuintel2018-10-05
* | | | Copy device from If op to the lowered ops.Gravatar Saurabh Saxena2018-10-05
* | | | Merge pull request #20476 from yongtang:06052018-bincount-shapeGravatar TensorFlower Gardener2018-10-05
|\ \ \ \
* | | | | Revert constant folding to previous state.Gravatar Tong Shen2018-10-05
| |_|_|/ |/| | |
* | | | Declare that stateless random ops are not differentiable in C++ code.Gravatar Tong Shen2018-10-05
* | | | When running a native/builtin op via eager C API, automatically fill in defaultGravatar Mingsheng Hong2018-10-05