Anna R [Mon, 16 Apr 2018 18:20:40 +0000 (11:20 -0700)]
Prefix clip_by_value with underscore in gen_math_ops so that it doesn't
interfere with clip_ops.clip_by_value when importing.
PiperOrigin-RevId:
193069700
Anna R [Mon, 16 Apr 2018 17:22:29 +0000 (10:22 -0700)]
PiperOrigin-RevId:
193059174
Benjamin Kramer [Mon, 16 Apr 2018 16:34:27 +0000 (09:34 -0700)]
Update for ObjectMemoryBuffer.h rename in upstream LLVM.
This will require a version bump in workspace.bzl
PiperOrigin-RevId:
193052084
A. Unique TensorFlower [Mon, 16 Apr 2018 04:52:17 +0000 (21:52 -0700)]
Internal change
PiperOrigin-RevId:
192981122
A. Unique TensorFlower [Mon, 16 Apr 2018 00:35:39 +0000 (17:35 -0700)]
Minor cleanup.
PiperOrigin-RevId:
192971080
A. Unique TensorFlower [Sat, 14 Apr 2018 09:15:58 +0000 (02:15 -0700)]
Style nit: avoid creating local variables when not required.
PiperOrigin-RevId:
192876802
A. Unique TensorFlower [Sat, 14 Apr 2018 08:22:59 +0000 (01:22 -0700)]
Make sure that same nodes are not optimized as part of multiple groups.
Replace recusrsion with iteration in AbsorbInputByOptimizedNodesGroup.
PiperOrigin-RevId:
192874364
A. Unique TensorFlower [Sat, 14 Apr 2018 04:15:59 +0000 (21:15 -0700)]
[XLA] Use pattern matcher in algebraic simplifier
PiperOrigin-RevId:
192862841
A. Unique TensorFlower [Sat, 14 Apr 2018 04:09:37 +0000 (21:09 -0700)]
Upgrade gRPC version used in OSS Tensorflow
PiperOrigin-RevId:
192862541
A. Unique TensorFlower [Sat, 14 Apr 2018 04:00:02 +0000 (21:00 -0700)]
Check there are no duplicate entries in sparse features as this would invalidate the example norm computation in SDCA.
PiperOrigin-RevId:
192861834
A. Unique TensorFlower [Sat, 14 Apr 2018 03:59:14 +0000 (20:59 -0700)]
Adding 1d and 3d orthogonal kernels convolutions.
PiperOrigin-RevId:
192861809
A. Unique TensorFlower [Sat, 14 Apr 2018 02:22:02 +0000 (19:22 -0700)]
Internal Change
PiperOrigin-RevId:
192856330
A. Unique TensorFlower [Sat, 14 Apr 2018 02:18:28 +0000 (19:18 -0700)]
Update ops-related pbtxt files.
PiperOrigin-RevId:
192856167
Igor Saprykin [Sat, 14 Apr 2018 02:09:07 +0000 (19:09 -0700)]
Clarify a caveat about metrics.
PiperOrigin-RevId:
192855733
Scott Zhu [Sat, 14 Apr 2018 00:52:20 +0000 (17:52 -0700)]
Merge changes from github.
PiperOrigin-RevId:
192850372
Asim Shankar [Sat, 14 Apr 2018 00:51:37 +0000 (17:51 -0700)]
Java: Bump release to 1.8.0-rc0
PiperOrigin-RevId:
192850310
Igor Saprykin [Sat, 14 Apr 2018 00:47:58 +0000 (17:47 -0700)]
Add a caveat about make_initiliazable_iterator to the README.
PiperOrigin-RevId:
192850014
Jeremy Lau [Sat, 14 Apr 2018 00:36:00 +0000 (17:36 -0700)]
VLOG(1) all OutOfRange CtxFailures, and LOG(WARNING) all other CtxFailures. This
unifies the logging behavior of the OP_REQUIRES and OP_REQUIRES_OK macros.
PiperOrigin-RevId:
192848921
James Qin [Sat, 14 Apr 2018 00:26:46 +0000 (17:26 -0700)]
Revamp Cudnn RNN kernels for incoming autotune changes.
* Create DoForward() and DoBackward() to be used by fwd/bak kernels and later autotune.
* Simplify CudnnRnnForward Comupute() function. Offload the majority of its logic to other member functions.
PiperOrigin-RevId:
192848100
Yu-Cheng Ling [Sat, 14 Apr 2018 00:13:45 +0000 (17:13 -0700)]
TFLite: Copy output data from BufferHandle to CPU memory by default.
PiperOrigin-RevId:
192846824
Yifei Feng [Fri, 13 Apr 2018 23:38:29 +0000 (16:38 -0700)]
Automated g4 rollback of changelist
192784701
PiperOrigin-RevId:
192842670
A. Unique TensorFlower [Fri, 13 Apr 2018 23:38:12 +0000 (16:38 -0700)]
Improve layout optimizer tests -- Evaluate nodes before and after optimization, to confirm the graph's behavior is maintained after optimization.
PiperOrigin-RevId:
192842623
Justine Tunney [Fri, 13 Apr 2018 22:57:45 +0000 (15:57 -0700)]
Upgrade SQLite
PiperOrigin-RevId:
192837358
A. Unique TensorFlower [Fri, 13 Apr 2018 22:53:05 +0000 (15:53 -0700)]
Restore definitions of static members in MklCpuAllocator.
These were removed in #17396 which made the static member variables of
MklCpuAllocator into inline variables, which are a C++17 feature, and not
properly restored in #18006 which reverted the inline declarations, leading to
an ODR violation that is apparently ignored with some compilers.
END_PUBLIC
RELNOTES: n/a
BEGIN_PUBLIC
Automated g4 rollback of changelist
191305220
PiperOrigin-RevId:
192836808
Akshay Agrawal [Fri, 13 Apr 2018 22:47:37 +0000 (15:47 -0700)]
Enable remote functions for TPU_SYSTEM.
PiperOrigin-RevId:
192836098
Francois Chollet [Fri, 13 Apr 2018 22:33:07 +0000 (15:33 -0700)]
Avoid mixing `Dimension` type and `int` when defining kernel shapes in conv layers.
PiperOrigin-RevId:
192834255
A. Unique TensorFlower [Fri, 13 Apr 2018 22:32:11 +0000 (15:32 -0700)]
[XLA] Pattern matcher for HLO, Shapes, Layouts
PiperOrigin-RevId:
192834129
A. Unique TensorFlower [Fri, 13 Apr 2018 22:23:08 +0000 (15:23 -0700)]
Add broadcasting to all LinearOperators.
This will broadcast in cases where batch shapes are not equal (but tries to determine statically if this is the case). The broadcasting is not as efficient as doing the broadcast in C++, but makes for the API to at least be completely broadcastable.
PiperOrigin-RevId:
192832919
Bixia Zheng [Fri, 13 Apr 2018 22:15:44 +0000 (15:15 -0700)]
[TF] Enable half precision XLA compiler tests for the gpu backend.
Modify some tests to allow larger error for half precision.
Enable half precision SpaceToBatchNDTest for the cpu backend.
PiperOrigin-RevId:
192831909
Sung Jin Hwang [Fri, 13 Apr 2018 21:51:16 +0000 (14:51 -0700)]
Added PmfToQuantizedCdf op to contrib/coder in TensorFlow.
The added op transforms probability mass functions (PMF) to quantized
cumulative distribution function (CDF), which can be used by range coder ops in
contrib/coder.
The op takes greedy approach to ensure that the post-quantization probability
masses do not sum over the maximum quantized value. The op does not make any
adjustment when the post-quantization probability masses already sum less than
the maximum value.
PiperOrigin-RevId:
192827779
Allen Lavoie [Fri, 13 Apr 2018 21:32:45 +0000 (14:32 -0700)]
Allow tf.train.Saver to load object-based checkpoints (using names)
This is the second part of the compatibility story. Object-based checkpointing APIs can already read name-based checkpoints, and now the name-based APIs can read object-based checkpoints by looking up the modified keys in the object graph proto.
PiperOrigin-RevId:
192824907
A. Unique TensorFlower [Fri, 13 Apr 2018 21:17:31 +0000 (14:17 -0700)]
[XLA] Redesign: add ~XlaOp() and ~XlaComputation().
PiperOrigin-RevId:
192822559
Austin Anderson [Fri, 13 Apr 2018 21:13:12 +0000 (14:13 -0700)]
Small tag change
PiperOrigin-RevId:
192821895
Francois Chollet [Fri, 13 Apr 2018 21:12:16 +0000 (14:12 -0700)]
Extend Keras symbol-feeding to dynamic-length tensors and tensors of different dtypes from the target placeholders.
PiperOrigin-RevId:
192821770
Anna R [Fri, 13 Apr 2018 21:09:58 +0000 (14:09 -0700)]
Internal change.
PiperOrigin-RevId:
192821482
A. Unique TensorFlower [Fri, 13 Apr 2018 20:40:28 +0000 (13:40 -0700)]
Support scalar mean in resolve_batch_normalization
PiperOrigin-RevId:
192816848
James Wexler [Fri, 13 Apr 2018 19:44:41 +0000 (12:44 -0700)]
Remove closure_js_proto_library rule for tf.example protos.
PiperOrigin-RevId:
192809073
A. Unique TensorFlower [Fri, 13 Apr 2018 19:37:04 +0000 (12:37 -0700)]
[XLA] Redesign: add a constructor: XlaComputation(HloModuleProto).
PiperOrigin-RevId:
192808038
A. Unique TensorFlower [Fri, 13 Apr 2018 19:35:32 +0000 (12:35 -0700)]
[XLA] Redesign: add a method that creates fake data for XlaComputation.
PiperOrigin-RevId:
192807851
A. Unique TensorFlower [Fri, 13 Apr 2018 19:18:53 +0000 (12:18 -0700)]
Expose tf.decode_compressed to the public API.
PiperOrigin-RevId:
192805605
A. Unique TensorFlower [Fri, 13 Apr 2018 18:16:36 +0000 (11:16 -0700)]
Fixing output alternatives
PiperOrigin-RevId:
192795596
Peter Hawkins [Fri, 13 Apr 2018 18:14:09 +0000 (11:14 -0700)]
[TF:XLA] Start a TensorFlow library that contains direct wrappers for XLA operators.
Add new XlaReduceWindow and XlaDynamicUpdateSlice operators.
Add new tests for the existing XlaWhile operator.
Add wrappers for XlaSend and XlaRecv.
PiperOrigin-RevId:
192795174
James Qin [Fri, 13 Apr 2018 18:06:49 +0000 (11:06 -0700)]
Add more logging for failure cases in CUDATimer
PiperOrigin-RevId:
192793983
Mark Heffernan [Fri, 13 Apr 2018 18:02:08 +0000 (11:02 -0700)]
Fix comment in xla_data.proto related to padding value for Windows.
PiperOrigin-RevId:
192792971
Anna R [Fri, 13 Apr 2018 17:52:56 +0000 (10:52 -0700)]
Internal change.
PiperOrigin-RevId:
192791493
A. Unique TensorFlower [Fri, 13 Apr 2018 17:30:32 +0000 (10:30 -0700)]
Disable x * x -> square(x) Grapler rewrite for complex types unless the op is on CPU. Square is not registered for complex types on GPU, and doing so produces a crash in with CUDA_ILLEGAL_INSTRUCTION when running it on open source ubuntu.
PiperOrigin-RevId:
192788160
A. Unique TensorFlower [Fri, 13 Apr 2018 17:27:11 +0000 (10:27 -0700)]
DepthwiseConv Optimization Fixes
PiperOrigin-RevId:
192787669
A. Unique TensorFlower [Fri, 13 Apr 2018 17:07:10 +0000 (10:07 -0700)]
Enable GCS remote cache in Windows Bazel Build
PiperOrigin-RevId:
192784701
Guangda Lai [Fri, 13 Apr 2018 17:02:25 +0000 (10:02 -0700)]
Add debugging checks for setting cuda stream, so it will check fail if the
stream is not set or set to a wrong one when running cudnn methods that
conceptually require a stream.
Also add missing cudnnSetStream()s for DoRnnForwardImpl() and
DoRnnBackwardImpl().
Implementation details:
1. a current_cudnn_stream_ member is added which will be set in cudnnSetStream()
2. a different macro is used to wrap cudnn methods that require a stream in
order to verify whether the provided stream is same as current_cudnn_stream_,
and the program will check fail if not
PiperOrigin-RevId:
192783913
A. Unique TensorFlower [Fri, 13 Apr 2018 15:22:06 +0000 (08:22 -0700)]
Experiment with pre-shuffled fully-connected weights
PiperOrigin-RevId:
192771889
A. Unique TensorFlower [Fri, 13 Apr 2018 15:17:49 +0000 (08:17 -0700)]
Refactor to remove the duplicate calls to obtain a function's namespace. This removes the need to explicitly import internal components (barring the tf module which cannot be imported directly).
PiperOrigin-RevId:
192771440
A. Unique TensorFlower [Fri, 13 Apr 2018 15:12:42 +0000 (08:12 -0700)]
Add support to TFLite for dilated convolution.
PiperOrigin-RevId:
192770919
A. Unique TensorFlower [Fri, 13 Apr 2018 15:10:57 +0000 (08:10 -0700)]
Automated g4 rollback of changelist
192768744
PiperOrigin-RevId:
192770717
A. Unique TensorFlower [Fri, 13 Apr 2018 14:55:46 +0000 (07:55 -0700)]
Split byte_order.h off cpu_info.h
PiperOrigin-RevId:
192768744
A. Unique TensorFlower [Fri, 13 Apr 2018 14:24:15 +0000 (07:24 -0700)]
Demo: RNN colorbot with Estimators.
PiperOrigin-RevId:
192765203
A. Unique TensorFlower [Fri, 13 Apr 2018 13:53:54 +0000 (06:53 -0700)]
Keep function doc string at the top of the function.
PiperOrigin-RevId:
192761604
A. Unique TensorFlower [Fri, 13 Apr 2018 12:47:21 +0000 (05:47 -0700)]
- Fixed small bug in example script
PiperOrigin-RevId:
192756152
A. Unique TensorFlower [Fri, 13 Apr 2018 12:05:12 +0000 (05:05 -0700)]
Update for upstream LLVM *.def -> *.inc rename
PiperOrigin-RevId:
192752798
A. Unique TensorFlower [Fri, 13 Apr 2018 11:44:10 +0000 (04:44 -0700)]
Fix bug in converted_call, and add tests for it.
PiperOrigin-RevId:
192751211
A. Unique TensorFlower [Fri, 13 Apr 2018 07:12:41 +0000 (00:12 -0700)]
Implementation of Less
PiperOrigin-RevId:
192728635
A. Unique TensorFlower [Fri, 13 Apr 2018 07:03:48 +0000 (00:03 -0700)]
-- Add a new histogram/cdf computation method compatible with the TPU.
-- Refactor utility functions into pruning_utils.py and add tests
PiperOrigin-RevId:
192727737
Justin Lebar [Fri, 13 Apr 2018 06:05:35 +0000 (23:05 -0700)]
[XLA] Rename Interpreter{Executor,Platform} -> XlaInterpreter{Executor,Platform}.
These types live inside StreamExecutor's namespace, but they are
specific to XLA. Therefore they either shouldn't live in SE's namespace
or should have "XLA" in the name.
Moving them out of SE's namespace is ugly, because almost every type
used inside of these headers then needs to be qualified. So name-change
it is.
This patch was generated by a mechanical find/replace.
PiperOrigin-RevId:
192724238
Jiri Simsa [Fri, 13 Apr 2018 04:39:26 +0000 (21:39 -0700)]
Automated g4 rollback of changelist
192698931
PiperOrigin-RevId:
192718697
Jiri Simsa [Fri, 13 Apr 2018 02:56:38 +0000 (19:56 -0700)]
Automated g4 rollback of changelist
192504411
PiperOrigin-RevId:
192711501
A. Unique TensorFlower [Fri, 13 Apr 2018 02:52:18 +0000 (19:52 -0700)]
Add boolean type to tflite in favor of comparison implementations.
PiperOrigin-RevId:
192711203
Jiri Simsa [Fri, 13 Apr 2018 02:13:18 +0000 (19:13 -0700)]
Automated g4 rollback of changelist
192691078
PiperOrigin-RevId:
192708480
Francois Chollet [Fri, 13 Apr 2018 02:01:10 +0000 (19:01 -0700)]
Enable efficient feeding of symbolic tensors to placeholders in the Keras backend.
PiperOrigin-RevId:
192707345
Francois Chollet [Fri, 13 Apr 2018 01:36:13 +0000 (18:36 -0700)]
Avoid calling K.learning_phase() when not necessary in Dropout layer since it instantiates a placeholder_with_default, which is not supported by TPU compilation.
PiperOrigin-RevId:
192705478
A. Unique TensorFlower [Fri, 13 Apr 2018 01:29:05 +0000 (18:29 -0700)]
Convert GrapplerFunctionItem to (Specialized)FunctionDef.
PiperOrigin-RevId:
192704808
A. Unique TensorFlower [Fri, 13 Apr 2018 01:19:05 +0000 (18:19 -0700)]
Adding autograph built-in function checker.
PiperOrigin-RevId:
192703924
Jiri Simsa [Fri, 13 Apr 2018 01:02:58 +0000 (18:02 -0700)]
Reintroducing support for constants as outputs of tf.data.map(). This fixes a regression introduced by cl/
176147440.
PiperOrigin-RevId:
192702279
James Qin [Fri, 13 Apr 2018 00:35:56 +0000 (17:35 -0700)]
Print error msg in CUDATimer.Init() when CreateEvent() is not ok().
PiperOrigin-RevId:
192699277
Jiri Simsa [Fri, 13 Apr 2018 00:32:36 +0000 (17:32 -0700)]
Porting tests for `rpc_op` to OS.
PiperOrigin-RevId:
192698931
A. Unique TensorFlower [Fri, 13 Apr 2018 00:07:35 +0000 (17:07 -0700)]
Move dummy AssertOp and CheckNumericsOp to //third_party/tensorflow/compiler/tf2xla/kernels.
Enable type DT_STRING for AssertOp and ConstOp, in order to make dummy Assert compile with a const string (assert message) as its input.
PiperOrigin-RevId:
192695938
Yuefeng Zhou [Fri, 13 Apr 2018 00:01:55 +0000 (17:01 -0700)]
Fix a typo in cross_tower_ops.
PiperOrigin-RevId:
192694794
A. Unique TensorFlower [Thu, 12 Apr 2018 23:59:57 +0000 (16:59 -0700)]
Misc. small optimizations in Grappler and shape inference code.
Impact on time per optimizer on inception graph:
model_pruner: 590 ms -> 550 ms (-7%)
function_optimizer: 130 ms -> 130 ms (-0%)
constant_folding: 7600 ms -> 7550 ms (-0.7%)
arithmetic_optimizer: 1860 ms -> 1550 ms (-20%)
loop_optimizer: 320 ms -> 320 ms (-0%)
dependency_optimizer: 1300 ms -> 720 ms (-45%)
layout: 1400 ms -> 1400 ms (-0%)
memory_optimizer: 4200 ms -> 3540 ms (-16%)
PiperOrigin-RevId:
192694528
Stephan Hoyer [Thu, 12 Apr 2018 23:57:40 +0000 (16:57 -0700)]
Document support for boolean values in tf.contrib.training.HParams.
PiperOrigin-RevId:
192694244
Justin Lebar [Thu, 12 Apr 2018 23:56:45 +0000 (16:56 -0700)]
[XLA:GPU] Pass all four args to custom-call convs when they're created.
A custom-call-conv should have four arguments: lhs, rhs, algorithm, and
use-tensor-cores. CudnnAlgorithmPicker did the right thing, and that
path is exercised 99% of the time. But CudnnAlgorithmPicker can fail,
and if it does, we're stuck with whatever we had before. What we had
before only had three of the four args, which is bad.
In addition to fixing it, added an e2e test that catches the bug.
PiperOrigin-RevId:
192694119
A. Unique TensorFlower [Thu, 12 Apr 2018 23:55:30 +0000 (16:55 -0700)]
Propagate sharding of the source instruction to the copies added by layout assignment.
PiperOrigin-RevId:
192693972
A. Unique TensorFlower [Thu, 12 Apr 2018 23:51:43 +0000 (16:51 -0700)]
Change assertions to use the tensor 'x' rather than 'x.op.name'. This enables eager execution in validate_args=True contexts.
PiperOrigin-RevId:
192693458
Jiri Simsa [Thu, 12 Apr 2018 23:35:47 +0000 (16:35 -0700)]
Exposing tensorflow.contrib.proto in the pip package.
PiperOrigin-RevId:
192691078
A. Unique TensorFlower [Thu, 12 Apr 2018 23:26:13 +0000 (16:26 -0700)]
Add support for RNN state array of type tf.identity.
PiperOrigin-RevId:
192689747
Benoit Steiner [Thu, 12 Apr 2018 22:41:41 +0000 (15:41 -0700)]
Added a utility to compute a topo ordering of a graph
PiperOrigin-RevId:
192683166
Derek Murray [Thu, 12 Apr 2018 22:20:34 +0000 (15:20 -0700)]
[tf.data] Clean up //tensorflow/contrib/data/python/ops/BUILD.
Create spearate targets for each submodule, so that each test can depend on
the appropriate subset of Python files.
PiperOrigin-RevId:
192679856
Derek Murray [Thu, 12 Apr 2018 22:20:18 +0000 (15:20 -0700)]
Check if the session has been deleted before releasing a callable.
In some versions of Python, the Session._session field may be cleared
(in `Session.__del__()`) before a callable that has a reference to
that Session is deleted. Add a defensive check in the
`Session._Callable.__del__()` method.
PiperOrigin-RevId:
192679796
A. Unique TensorFlower [Thu, 12 Apr 2018 21:33:16 +0000 (14:33 -0700)]
K-FAC: Deprecate tf.contrib.kfac.
As LayerCollections are required to instantiate KfacOptimizer and FisherEstimator, a deprecation warning is printed upon instantiating LayerCollection.
PiperOrigin-RevId:
192671370
A. Unique TensorFlower [Thu, 12 Apr 2018 21:31:08 +0000 (14:31 -0700)]
ResolveConstantReshape transformation and fix for ResolveConstantTranspose.
PiperOrigin-RevId:
192670991
James Wexler [Thu, 12 Apr 2018 20:24:51 +0000 (13:24 -0700)]
Make new build target public.
PiperOrigin-RevId:
192659759
Alexandre Passos [Thu, 12 Apr 2018 20:24:32 +0000 (13:24 -0700)]
Fix build breakage on metagraph exporting when caching_device is set
PiperOrigin-RevId:
192659701
Priya Gupta [Thu, 12 Apr 2018 20:06:28 +0000 (13:06 -0700)]
Separate out distribute dependency out of training, as it needs to be used in summary utils (which training depends on, thus causing circular dependency).
PiperOrigin-RevId:
192656997
Justine Tunney [Thu, 12 Apr 2018 19:58:05 +0000 (12:58 -0700)]
Upgrade libjpeg-turbo
NOTE: libjpeg-turbo 1.5.90 also exists, which adds AVX2 SIMD support. However
it also comes with a CMake build rewrite and 35 micro-architecture specialized
nasm files for x86_64 alone. We do not have the cycles to update jpeg.BUILD to
incorporate those changes at this time. If anyone wants to try, please note
we'd need predicates such as the following:
config_setting(
name = "haswell_opt",
values = {
"cpu": "haswell", # First Intel chip with AVX2
"compilation_mode": "opt",
},
visibility = ["//visibility:public"],
)
config_setting(
name = "excavator_opt",
values = {
"cpu": "excavator", # First AMD chip with AVX2
"compilation_mode": "opt",
},
visibility = ["//visibility:public"],
)
PiperOrigin-RevId:
192655533
A. Unique TensorFlower [Thu, 12 Apr 2018 19:39:48 +0000 (12:39 -0700)]
Fix comment of bucket_by_sequence_length about return type of
element_length_func. Current code requires tf.int32 in order to compare with
buckets_min which is int32.
PiperOrigin-RevId:
192652917
A. Unique TensorFlower [Thu, 12 Apr 2018 19:29:48 +0000 (12:29 -0700)]
Restore dependency on estimator utils from model.
PiperOrigin-RevId:
192651583
A. Unique TensorFlower [Thu, 12 Apr 2018 19:12:16 +0000 (12:12 -0700)]
[XLA] Redesign: add XlaComputation::IsNull.
PiperOrigin-RevId:
192649052
A. Unique TensorFlower [Thu, 12 Apr 2018 19:09:43 +0000 (12:09 -0700)]
Add softsign bijector.
PiperOrigin-RevId:
192648596
Igor Ganichev [Thu, 12 Apr 2018 19:04:48 +0000 (12:04 -0700)]
Add FunctionTest.testLayerInDefun
PiperOrigin-RevId:
192647818
Allen Lavoie [Thu, 12 Apr 2018 18:59:08 +0000 (11:59 -0700)]
Start moving Checkpointable utilities toward core
Doesn't add to the public API yet, just shifts code around. Changes:
- A tiny bit of renaming (to avoid having _Checkpoint and Checkpoint in the same file)
- Removed the garbage collection decorator from a few tests due to the uuid4() garbage issue (apparently core tests get run on Python 2.7.9?)
- Renamed "Object" to "CheckpointableObject" in the proto, since core protos have Java bindings and apparently Java had something else in mind for the keyword "Object" :)
but otherwise this is a pure move.
After this CL I'll propose adding tf.train.Checkpoint to the API (currently tf.contrib.eager.Checkpoint), move the utilities that are still in contrib/eager to their own contrib directory (there will be a few more misc. utilities for inspecting checkpoints and managing dependencies), get tf.train.Saver to read object-based checkpoints for compatibility, and work on Model.save_weights/load_weights.
PiperOrigin-RevId:
192646890
Igor Ganichev [Thu, 12 Apr 2018 18:54:21 +0000 (11:54 -0700)]
Add testCompileTimeConstantsInDefun in xla
PiperOrigin-RevId:
192646199
A. Unique TensorFlower [Thu, 12 Apr 2018 18:51:34 +0000 (11:51 -0700)]
Construct Orthogonal kernels for 2d convolutions.
PiperOrigin-RevId:
192645769
A. Unique TensorFlower [Thu, 12 Apr 2018 18:46:26 +0000 (11:46 -0700)]
Go: Update generated wrapper functions for TensorFlow ops.
PiperOrigin-RevId:
192644946