aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework
Commit message (Expand)AuthorAge
* Fix doc in TF_CALL_ when invoked in mobile platform (#13881)Gravatar Yong Tang2017-10-21
* Fix crash when `int64` axis is passed to `tf.reduce_sum` (#13863)Gravatar Yong Tang2017-10-20
* Merge commit for internal changesGravatar Vijay Vasudevan2017-10-20
|\
| * Internal change.Gravatar Anna R2017-10-19
* | Merge commit for internal changesGravatar Vijay Vasudevan2017-10-19
|\|
| * Adding ApiDefMap class to op_gen_lib to read ApiDef proto files.Gravatar Anna R2017-10-18
* | Merge commit for internal changesGravatar Vijay Vasudevan2017-10-17
|\|
| * Add bitwise LeftShift (aka. tf.bitwise.left_shift) and RightShift (tf.bitwise...Gravatar Peter Hawkins2017-10-17
* | Merge commit for internal changesGravatar Vijay Vasudevan2017-10-16
|\|
| * Support ClusterSpec propagation with XLA DevicesGravatar Brennan Saeta2017-10-16
* | Merge commit for internal changesGravatar Shanqing Cai2017-10-12
|\|
| * More Variant cross-device support:Gravatar Eugene Brevdo2017-10-11
* | Merge commit for internal changesGravatar Shanqing Cai2017-10-11
|\|
| * TensorFlow base ApiDefs and tests to make sure they are kept in sync.Gravatar Anna R2017-10-11
* | Merge commit for internal changesGravatar Shanqing Cai2017-10-10
|\|
| * Add uint32 and uint64 types to TensorFlow.Gravatar Peter Hawkins2017-10-10
* | Fix typosGravatar Taehoon Lee2017-10-07
|/
* Track memory allocation/deallocation history.Gravatar A. Unique TensorFlower2017-10-05
* Make VariantTensorData::tensors_size() const.Gravatar Saurabh Saxena2017-10-04
* Add V2 versions of output window size computation functions for convolution.Gravatar Yangzihao Wang2017-10-04
* Internal Variant API allowing registering Variants to be copied from/to GPU.Gravatar Eugene Brevdo2017-10-03
* Allowing for functions to run across processes using RPC's. Currently this on...Gravatar Rohan Jain2017-10-02
* Change bfloat constructor to accept a float to avoid truncation in implicit c...Gravatar A. Unique TensorFlower2017-10-02
* Updates the API for tf.space_to_depth and tf.depth_to_space to support NCHW a...Gravatar A. Unique TensorFlower2017-09-27
* Add FunctionDefHashGravatar Igor Ganichev2017-09-27
* Add float16 support to tf.nn.fused_batch_norm on the GPU.Gravatar Reed Wanderman-Milne2017-09-27
* Add equality and hash functions for AttrDef and OpDefGravatar Igor Ganichev2017-09-26
* Shape inference for user-defined functions in TF. For now it is completely "o...Gravatar Max Galkin2017-09-26
* Move SerializeToStringDeterministic to a header fileGravatar Igor Ganichev2017-09-25
* Add hash methods for node and graph defsGravatar Igor Ganichev2017-09-25
* Merge changes from github.Gravatar Shanqing Cai2017-09-25
* Add methods RemoveLastDims and RemoveDimRange to TensorShape. Apart from the ...Gravatar A. Unique TensorFlower2017-09-20
* function_ops: Do not hold on to references to the NodeDef in the kernel.Gravatar Asim Shankar2017-09-20
* Add tf.conj support for Variants, using a new variant op registration.Gravatar Eugene Brevdo2017-09-20
* [tf.contrib.data] Always copy the function body in the OpKernel constructor.Gravatar Derek Murray2017-09-20
* Internal change.Gravatar Anna R2017-09-19
* ApiDef will replace OpGenOverrides proto and take over responsibility forGravatar Anna R2017-09-19
* Improve the error message of container not found.Gravatar Jianwei Xie2017-09-13
* Remove benchmark for TensorShapeOld.Gravatar A. Unique TensorFlower2017-09-13
* Move FusedConvBiasActivationShape out of common_shape_fns.cc to a lambda insi...Gravatar A. Unique TensorFlower2017-09-11
* Switch resource variables from copy-on-read to copy-on-write.Gravatar A. Unique TensorFlower2017-09-11
* Using rendezvous manager to pass args / rets between devices during function ...Gravatar Rohan Jain2017-09-08
* Modify variant registry to have UnaryOp and BinaryOp registrations. Speed up...Gravatar Eugene Brevdo2017-09-08
* TF OpDefBuilder: support compound types when using tuple restrictions.Gravatar Eugene Brevdo2017-09-08
* Merge changes from github.Gravatar A. Unique TensorFlower2017-09-06
* Make content field of PluginData a bytes fieldGravatar A. Unique TensorFlower2017-09-06
* Add int8 version of fused_conv2d_bias_activation operator for the forward phase,Gravatar A. Unique TensorFlower2017-09-06
* Update MaxPoolV2Shape to support NCHV_VECT_C.Gravatar A. Unique TensorFlower2017-09-06
* Speed up ExpectTensorEqual and Near in non-opt mode by using access to the rawGravatar A. Unique TensorFlower2017-09-05
* Merge changes from github.Gravatar Martin Wicke2017-09-02