aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework
Commit message (Expand)AuthorAge
...
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-08-27
* Fix compiler warning about unused variableGravatar A. Unique TensorFlower2018-08-27
* Merge pull request #21283 from johschmitz:patch-1Gravatar TensorFlower Gardener2018-08-24
|\
* | Add ThenExecute() method to DeviceContext interface.Gravatar A. Unique TensorFlower2018-08-23
* | fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* | [tf.data] Move captured function instantiation to iterator initialization time.Gravatar Derek Murray2018-08-21
* | Remove int kernel registrations for tf.nn.softplus and tf.nn.softsign.Gravatar Skye Wanderman-Milne2018-08-21
* | Fix a typo in docstringGravatar A. Unique TensorFlower2018-08-20
* | Move FindInputArg() for ApiDef::Arg to op_def_util.cc and cleanup Python/c++ ...Gravatar Nick Kreeger2018-08-17
* | Add a virtual interface for the executor side of stats collection.Gravatar Derek Murray2018-08-15
* | Modifies NonMaxSuppressionV4 output shape to be static.Gravatar Tayo Oguntebi2018-08-13
* | [tf.data] Internal refactoring of C++ classes and APIs.Gravatar Jiri Simsa2018-08-13
* | [tf.data] Optimization checkpointing improvements.Gravatar Jiri Simsa2018-08-10
* | [tf.data] Minor API refactoring.Gravatar Jiri Simsa2018-08-10
* | Make FunctionLibraryDefinition thread-safe.Gravatar Akshay Agrawal2018-08-10
* | Merge pull request #20768 from yongtang:20751-tf.PrintGravatar TensorFlower Gardener2018-08-09
|\ \
* \ \ Merge pull request #21086 from taehoonlee:fix_typosGravatar TensorFlower Gardener2018-08-08
|\ \ \
* | | | Making PrefetchToDevice work on XLA Compile on Demand mode. Also adds a bunch...Gravatar Rohan Jain2018-08-07
* | | | Map and filter fusionGravatar Piotr Padlewski2018-08-06
* | | | [tf.data] Add support for copying `Optional` variants to/from GPU.Gravatar Derek Murray2018-08-05
* | | | Delete unused memberGravatar Alexandre Passos2018-08-03
* | | | Added a testcase back to ExpectTensorCloseHalf.Gravatar A. Unique TensorFlower2018-08-01
* | | | Adding support for collecting op statistics at nano-second granularity.Gravatar Jiri Simsa2018-08-01
* | | | [tf.data] Refactor the parallel execution logic out of ParallelMapDatasetOp.Gravatar Derek Murray2018-07-31
* | | | Add DT_HALF support in ExpectClose, choose the default tolerance according to...Gravatar A. Unique TensorFlower2018-07-31
| | | * Improve readability of Tensor::CheckType error outputGravatar Johannes Schmitz2018-07-31
| |_|/ |/| |
* | | Prevent deadlocks when OP_REQUIRES is used in AsyncOpKernel::ComputeAsync().Gravatar Derek Murray2018-07-27
* | | Adding NodeDef names to error messages for better debuggability.Gravatar A. Unique TensorFlower2018-07-27
* | | MutableGraphView and other graph utilsGravatar Piotr Padlewski2018-07-25
* | | This change started with an intention of adding an attribute to cast ops to d...Gravatar A. Unique TensorFlower2018-07-25
* | | Merge pull request #20159 from luk-ai:cast-quantizedGravatar TensorFlower Gardener2018-07-24
|\ \ \
| | * | Fix typosGravatar Taehoon Lee2018-07-24
| |/ / |/| |
* | | Allow differentiating tfe.defun functions which contain conds.Gravatar Alexandre Passos2018-07-23
* | | Fix meaningless "const" on return type.Gravatar James Keeling2018-07-23
* | | Add GetFilteredRegisteredKernels and refactorGravatar James Keeling2018-07-23
* | | Modify AllocatorRegistry to be an AllocatorFactoryRegistryGravatar A. Unique TensorFlower2018-07-20
* | | Adding rationale for not including uint32 and uint64 as part of TF_CALL_INTEG...Gravatar Jiri Simsa2018-07-18
| | * Format with clang-format -i --style=GoogleGravatar Yong Tang2018-07-13
| | * Add test caseGravatar Yong Tang2018-07-13
| | * Fix build breaksGravatar Yong Tang2018-07-13
| | * Remove extra `...` from the tf.PrintGravatar Yong Tang2018-07-13
| | * Format tensor.cc with clang-foramtGravatar Yong Tang2018-07-13
| | * Fix tf.Print summarized format bugGravatar Yong Tang2018-07-13
| |/ |/|
* | Delete OpKernelContext::is_output_deadGravatar Sanjoy Das2018-07-12
* | Change "deprecation_message" to "deprecated: true" in api_def_*.pbtxt files.Gravatar Anna R2018-07-09
* | Reduce overhead of constructing an `OpKernelContext` on non-GPU devices.Gravatar Derek Murray2018-07-07
| * Cast: support casting to and from quantized typesGravatar Tristan Rice2018-07-06
* | Add a utility function so broadcasting can be done over arbitrary ShapeHandle...Gravatar A. Unique TensorFlower2018-07-05
|/
* Make functions defined with tfe.defun respect devices when executing.Gravatar Akshay Agrawal2018-07-03
* Change the way we set endpoints deprecated in api_def.proto.Gravatar Anna R2018-07-02