A. Unique TensorFlower [Fri, 23 Mar 2018 18:27:56 +0000 (11:27 -0700)]
Move NullFileSystem to its own file.
PiperOrigin-RevId:
190249020
Frank Chen [Fri, 23 Mar 2018 18:05:14 +0000 (11:05 -0700)]
Move security documentation to the main TensorFlow site for better visibility, and leave a stub SECURITY.md pointing users there.
PiperOrigin-RevId:
190244853
A. Unique TensorFlower [Fri, 23 Mar 2018 18:02:14 +0000 (11:02 -0700)]
Changes loss_reduction default to SUM_OVER_BATCH_SIZE for multi_label_head.
PiperOrigin-RevId:
190244159
Joshua V. Dillon [Fri, 23 Mar 2018 18:01:25 +0000 (11:01 -0700)]
Override `__str__` and `__repr__` in `tf.distributions.Distribution`.
PiperOrigin-RevId:
190243989
Nupur Garg [Fri, 23 Mar 2018 17:53:49 +0000 (10:53 -0700)]
Adds support for SavedModel to TOCO.
PiperOrigin-RevId:
190242571
A. Unique TensorFlower [Fri, 23 Mar 2018 17:52:57 +0000 (10:52 -0700)]
Slightly tweak the whitelist checking mechanism.
PiperOrigin-RevId:
190242423
Dimitris Vardoulakis [Fri, 23 Mar 2018 17:52:16 +0000 (10:52 -0700)]
Automated g4 rollback of changelist
190139303
PiperOrigin-RevId:
190242291
A. Unique TensorFlower [Fri, 23 Mar 2018 17:34:44 +0000 (10:34 -0700)]
Raise the timeout of tests that are somewhat close to the limit, to avoid them timing out.
PiperOrigin-RevId:
190239334
A. Unique TensorFlower [Fri, 23 Mar 2018 17:28:17 +0000 (10:28 -0700)]
Only run GPU version of memory_optimizer_test.
PiperOrigin-RevId:
190238306
A. Unique TensorFlower [Fri, 23 Mar 2018 17:17:52 +0000 (10:17 -0700)]
Check for the existence of an annotation before attempting to fetch it.
PiperOrigin-RevId:
190236717
Derek Murray [Fri, 23 Mar 2018 17:12:05 +0000 (10:12 -0700)]
Silence compilation warning in allocator.h
Some builds report the following warning (even though LOG(FATAL) is terminal):
```
./tensorflow/core/framework/device_base.h(188): warning: missing return statement at end of non-void function "tensorflow::DeviceBase::GetScopedAllocator"
```
PiperOrigin-RevId:
190235863
A. Unique TensorFlower [Fri, 23 Mar 2018 16:15:58 +0000 (09:15 -0700)]
Merged commit includes the following changes:
190228434 by A. Unique TensorFlower:
internal change only
--
190215102 by A. Unique TensorFlower:
Remove placement strategy from Fisher estimator and add it in as Mixin.
A new Kfac Optimizer sub class which runs covariance and inverse ops periodically. This should deprecate lazykfac.
--
190211603 by A. Unique TensorFlower:
Internal only
--
PiperOrigin-RevId:
190228434
A. Unique TensorFlower [Fri, 23 Mar 2018 12:43:13 +0000 (05:43 -0700)]
Fix HloSharding::ToString to be compatible with the HLO text parser
The incompatibility made it impossible to parse HLO modules with
sharding attributes printed from a previous run of XLA. The previous
format generated by this function was ambigious so changing the HLO
parser only wouldn't be feasible.
PiperOrigin-RevId:
190208069
A. Unique TensorFlower [Fri, 23 Mar 2018 11:41:47 +0000 (04:41 -0700)]
Use int32 GPU kernel for StopGradient
PiperOrigin-RevId:
190204238
A. Unique TensorFlower [Fri, 23 Mar 2018 10:55:03 +0000 (03:55 -0700)]
Implement operator<< for HloSharding
The new operator makes the error messages coming from gtest more
readable as well as making logging easier.
PiperOrigin-RevId:
190200926
A. Unique TensorFlower [Fri, 23 Mar 2018 10:37:05 +0000 (03:37 -0700)]
Internal change
PiperOrigin-RevId:
190199534
A. Unique TensorFlower [Fri, 23 Mar 2018 06:25:37 +0000 (23:25 -0700)]
Enable fusion of element-wise ops using XLA (Off by default, can be enabled by setting the flag tf_xla_fusion_only=true).
PiperOrigin-RevId:
190179459
A. Unique TensorFlower [Fri, 23 Mar 2018 04:46:31 +0000 (21:46 -0700)]
Add cast op support for bfloat16 in CPU.
PiperOrigin-RevId:
190173501
Mingsheng Hong [Fri, 23 Mar 2018 03:51:51 +0000 (20:51 -0700)]
Added experimental C APIs to build a hard-coded stack of dataset + iterator.
PiperOrigin-RevId:
190170332
Suharsh Sivakumar [Fri, 23 Mar 2018 03:40:55 +0000 (20:40 -0700)]
Improvements to quantization matching code:
- Guarantee that we do the largest matches first.
- Don't allow matching layers multiple times.
- Don't allow adding quantization ops to the same node multiple times.
- Return a list of match results rather than yielding. This is much easier to reason about.
- Only require ReadVariableOp when matching resource variables, since the input to ReadVariableOps don't necessarily have to be a VarHandleOp.
- Place post activation bypass ops quantization nodes in the same post activation bypass op's name scope for better viewing.
PiperOrigin-RevId:
190169622
Jonathan Hseu [Fri, 23 Mar 2018 03:32:03 +0000 (20:32 -0700)]
Rollback of GCS change.
END_PUBLIC
BEGIN_PUBLIC
Automated g4 rollback of changelist
189900977
PiperOrigin-RevId:
190169076
Allen Lavoie [Fri, 23 Mar 2018 03:02:45 +0000 (20:02 -0700)]
Checkpointable: Add a way for subclasses to manage deferred restorations of conditional dependencies.
PiperOrigin-RevId:
190166571
Francois Chollet [Fri, 23 Mar 2018 01:59:48 +0000 (18:59 -0700)]
Refactor keras.Sequential and enable building Sequential models without specifying an input shape in advance (the model gets built on fit/etc, like subclassed models).
PiperOrigin-RevId:
190161771
Benoit Steiner [Fri, 23 Mar 2018 01:54:27 +0000 (18:54 -0700)]
Merge changes from github.
PiperOrigin-RevId:
190161440
Derek Murray [Fri, 23 Mar 2018 01:20:09 +0000 (18:20 -0700)]
[tf.data] Add `tf.contrib.data.prefetch_to_device()`, which supports prefetching to GPU memory.
PiperOrigin-RevId:
190158272
A. Unique TensorFlower [Fri, 23 Mar 2018 01:05:03 +0000 (18:05 -0700)]
Add asserts for LinearOperatorBlockDiag.
All asserts are only dependent on the constituent operators due to properties of the direct sum.
PiperOrigin-RevId:
190156830
Zhixian Yan [Fri, 23 Mar 2018 00:59:19 +0000 (17:59 -0700)]
Convert saved_model to tflite flatbuffer.
PiperOrigin-RevId:
190156133
A. Unique TensorFlower [Fri, 23 Mar 2018 00:45:03 +0000 (17:45 -0700)]
Disable test tensorflow/contrib/linalg:linear_operator_block_diag_test in asan mode
PiperOrigin-RevId:
190154645
Allen Lavoie [Fri, 23 Mar 2018 00:29:47 +0000 (17:29 -0700)]
Checkpointable: Fix a bug where SaveableObjects in the Saver's var_list were stale when executing eagerly
SaveableObjects were recreated each save(), but the Saver was not recreated and so had an old var_list.
PiperOrigin-RevId:
190153011
Jonathan Hseu [Thu, 22 Mar 2018 23:42:49 +0000 (16:42 -0700)]
Delete all the name_scopes in the TPU code so that tf.Variable() doesn't inherit them.
PiperOrigin-RevId:
190146946
A. Unique TensorFlower [Thu, 22 Mar 2018 23:05:22 +0000 (16:05 -0700)]
Remove cached tensors from LinearOperator.
CSE should already ensure that tensors are deduped (i.e. multiple Cholesky's for the same matrix are not performed).
This also makes it easier to use LinearOperators in tf.while_loop.
PiperOrigin-RevId:
190141732
Mark Heffernan [Thu, 22 Mar 2018 22:49:57 +0000 (15:49 -0700)]
Automated g4 rollback of changelist
190127730
PiperOrigin-RevId:
190139303
A. Unique TensorFlower [Thu, 22 Mar 2018 22:46:54 +0000 (15:46 -0700)]
Go: Update generated wrapper functions for TensorFlow ops.
PiperOrigin-RevId:
190138848
Gunhan Gulsoy [Thu, 22 Mar 2018 22:36:27 +0000 (15:36 -0700)]
Instead of depending on ctest to be in PATH, directly reference the binary.
PiperOrigin-RevId:
190137278
A. Unique TensorFlower [Thu, 22 Mar 2018 22:32:04 +0000 (15:32 -0700)]
Disable the test tensorflow/core/grappler/optimizers:memory_optimizer_test for cuda_on_cpu
PiperOrigin-RevId:
190136546
A. Unique TensorFlower [Thu, 22 Mar 2018 22:19:02 +0000 (15:19 -0700)]
Update ops-related pbtxt files.
PiperOrigin-RevId:
190134484
Akshay Agrawal [Thu, 22 Mar 2018 22:18:25 +0000 (15:18 -0700)]
Explicitly disallow returning variables from a tfe.py_func.
PiperOrigin-RevId:
190134382
A. Unique TensorFlower [Thu, 22 Mar 2018 22:14:40 +0000 (15:14 -0700)]
Add kwargs support to wrap_py_func. Also includes some fixes to the reference tests and an actual test for wrapping NumPy function that uses kwargs.
PiperOrigin-RevId:
190133811
Martin Wicke [Thu, 22 Mar 2018 21:53:59 +0000 (14:53 -0700)]
Move cuDNN RNN ops to core, for use in the internal TF codebase only (not publicly exposed).
RELNOTES: Moved cuDNN RNN ops to core.
PiperOrigin-RevId:
190130405
Alexandre Passos [Thu, 22 Mar 2018 21:47:22 +0000 (14:47 -0700)]
Automated g4 rollback of changelist
190021164
PiperOrigin-RevId:
190129094
Dimitris Vardoulakis [Thu, 22 Mar 2018 21:38:41 +0000 (14:38 -0700)]
Merge consecutive broadcast HLO instructions.
As an optimization, replace consecutive broadcast instructions with a single equivalent broadcast in algebraic simplification.
PiperOrigin-RevId:
190127730
Akshay Agrawal [Thu, 22 Mar 2018 21:24:23 +0000 (14:24 -0700)]
Remove use of deprecated API from RNN Colorbot example.
PiperOrigin-RevId:
190125356
Pavithra Vijay [Thu, 22 Mar 2018 21:14:33 +0000 (14:14 -0700)]
Update tf.keras preprocessing to Keras 2.1.5 API
PiperOrigin-RevId:
190123773
Brian Patton [Thu, 22 Mar 2018 21:11:08 +0000 (14:11 -0700)]
Adds float64 support for Conv2d, Conv2dBackpropInput, and Conv2dBackpropFilter
PiperOrigin-RevId:
190123191
Skye Wanderman-Milne [Thu, 22 Mar 2018 21:09:59 +0000 (14:09 -0700)]
Fetch C shapes for ops created by import_graph_def with C API enabled.
If _USE_C_API = True, this change makes us always fetch shapes using
the C API after calling TF_ImportGraphDef, even if _USE_C_SHAPES =
False. This is necessary to preserve the shapes specified by the
"_output_shapes" attr on imported NodeDefs (note that this attr isn't
present on the NodeDefs of the imported nodes, so there's no other way
to recover this information after calling TF_ImportGraphDef).
PiperOrigin-RevId:
190122991
A. Unique TensorFlower [Thu, 22 Mar 2018 21:01:10 +0000 (14:01 -0700)]
Supports optimizer arg in head.create_estimator_spec.
PiperOrigin-RevId:
190121386
Anna R [Thu, 22 Mar 2018 20:55:48 +0000 (13:55 -0700)]
Fix cases where we export incorrect symbol with tf_export. This can happen when
both generated op and its python wrapper have tf_export decorator.
create_python_api.py now checks that we don't export different symbols with same name. Also, simplified some logic.
PiperOrigin-RevId:
190120505
A. Unique TensorFlower [Thu, 22 Mar 2018 20:41:13 +0000 (13:41 -0700)]
Code cleanup: rather than storing the outside_compilation shape inference graph as a serialized GraphDef in an attr, put it into the function library.
PiperOrigin-RevId:
190118116
Benoit Steiner [Thu, 22 Mar 2018 20:24:51 +0000 (13:24 -0700)]
Disable all the automatic optimizations when testing, to ensure that we can
properly compare the results of the original graph against that of the hand
optimized graph.
PiperOrigin-RevId:
190115606
A. Unique TensorFlower [Thu, 22 Mar 2018 20:21:57 +0000 (13:21 -0700)]
Allow specifying in the arrays extra info file:
- the shape of the array
- the hardcoding of the values of the array as a single repeated constant
scalar value, turning an activations array into a constant array.
PiperOrigin-RevId:
190115218
A. Unique TensorFlower [Thu, 22 Mar 2018 20:05:30 +0000 (13:05 -0700)]
Disable testing flaky tensorflow/contrib/eager/python/examples/spinn:spinn_test under py3
PiperOrigin-RevId:
190112748
Martin Wicke [Thu, 22 Mar 2018 19:52:25 +0000 (12:52 -0700)]
Make api_compatibility_test output verbose by default.
PiperOrigin-RevId:
190110866
Dan Ringwalt [Thu, 22 Mar 2018 19:45:24 +0000 (12:45 -0700)]
Add tf.contrib.framework.argsort, wrapping tf.nn.top_k (#288).
Comparable to np.argsort.
PiperOrigin-RevId:
190109968
A. Unique TensorFlower [Thu, 22 Mar 2018 19:34:02 +0000 (12:34 -0700)]
Merges predict export_outputs in multi_head.
PiperOrigin-RevId:
190108434
A. Unique TensorFlower [Thu, 22 Mar 2018 18:55:34 +0000 (11:55 -0700)]
Make GetLocalTemporaryDirectories() a virtual method of Env, that is overriden
by the implementations.
PiperOrigin-RevId:
190102851
A. Unique TensorFlower [Thu, 22 Mar 2018 18:55:11 +0000 (11:55 -0700)]
Go: Update generated wrapper functions for TensorFlow ops.
PiperOrigin-RevId:
190102805
Akshay Agrawal [Thu, 22 Mar 2018 18:29:25 +0000 (11:29 -0700)]
Cleanup: replace an errant `in_eager_mode()` with `executing_eagerly()`.
PiperOrigin-RevId:
190098277
Ayush Dubey [Thu, 22 Mar 2018 18:25:58 +0000 (11:25 -0700)]
Add new Ops for ScopedAllocator and the associated Concat and Split. The
ScopedAllocatorOp allocates a large backing tensor whose slices may be
concatenated or splitted with ScopedAllocatorConcatOp and
ScopedAllocatorSplitOp respectively. These ops should only be added via
Grappler optimizations on the dataflow graph provided by the user.
PiperOrigin-RevId:
190097586
Yu-Cheng Ling [Thu, 22 Mar 2018 18:25:49 +0000 (11:25 -0700)]
Supports PReLU in TFLite & Toco.
PiperOrigin-RevId:
190097557
Benoit Steiner [Thu, 22 Mar 2018 18:23:26 +0000 (11:23 -0700)]
Run the grappler optimizer tests both on GPU and CPU
PiperOrigin-RevId:
190097168
Asim Shankar [Thu, 22 Mar 2018 18:21:52 +0000 (11:21 -0700)]
Eager/g3doc: Gradients with respect to constants are None and not 0.
Same behavior as tf.gradients() for graphs.
Some discussion of this choice in #783
PiperOrigin-RevId:
190096919
A. Unique TensorFlower [Thu, 22 Mar 2018 18:12:10 +0000 (11:12 -0700)]
Adds remaining validations in sequence_numeric_column.
PiperOrigin-RevId:
190094883
A. Unique TensorFlower [Thu, 22 Mar 2018 17:28:56 +0000 (10:28 -0700)]
Automated g4 rollback of changelist
189819449
PiperOrigin-RevId:
190087074
A. Unique TensorFlower [Thu, 22 Mar 2018 17:21:59 +0000 (10:21 -0700)]
Small cleanup StrCat related number formatting
- Resolve inconsistency in return values (pointer to start vs end of buffer)
- Instead, return the number of chars written as this turns out to be most useful to callers
- Removes the need for redundant strlen calls.
PiperOrigin-RevId:
190085812
A. Unique TensorFlower [Thu, 22 Mar 2018 17:21:39 +0000 (10:21 -0700)]
Mark tensor as const in a function that does not mutate a tensor.
PiperOrigin-RevId:
190085757
A. Unique TensorFlower [Thu, 22 Mar 2018 17:17:18 +0000 (10:17 -0700)]
Omit tensorflow/python/estimator:replicate_model_fn_test from asan builds.
It gets flaky timeouts.
PiperOrigin-RevId:
190084932
A. Unique TensorFlower [Thu, 22 Mar 2018 17:10:18 +0000 (10:10 -0700)]
Template system improvements: allow replacing keyword args. Allow using function calls and dicts in name replacements.
PiperOrigin-RevId:
190083700
A. Unique TensorFlower [Thu, 22 Mar 2018 16:43:32 +0000 (09:43 -0700)]
Simplifying "is" and "is not" dispatch
PiperOrigin-RevId:
190078959
Benjamin Kramer [Thu, 22 Mar 2018 16:34:29 +0000 (09:34 -0700)]
[XLA] Only overwrite the hlo_profiling flag when it's not enabled by default.
This got broken in
504d103a405654f029e8902d97d4dd8f3aa07513
PiperOrigin-RevId:
190077360
A. Unique TensorFlower [Thu, 22 Mar 2018 16:14:07 +0000 (09:14 -0700)]
Disable over-aggressive shape inference
PiperOrigin-RevId:
190074445
A. Unique TensorFlower [Thu, 22 Mar 2018 15:51:43 +0000 (08:51 -0700)]
Methods to work with symbolic tensor shapes.
PiperOrigin-RevId:
190071400
A. Unique TensorFlower [Thu, 22 Mar 2018 15:19:21 +0000 (08:19 -0700)]
Fix QN for Calls.
PiperOrigin-RevId:
190067548
Mark Daoust [Thu, 22 Mar 2018 12:50:56 +0000 (05:50 -0700)]
Automatically insert api-links.
If the contents of a pair of back-ticks match a public api symbol name insert a link.
PiperOrigin-RevId:
190051941
A. Unique TensorFlower [Thu, 22 Mar 2018 12:46:07 +0000 (05:46 -0700)]
Update file due to changes in Bazel (PACKAGE_NAME is deprecated)
PiperOrigin-RevId:
190051589
Ilya Biryukov [Thu, 22 Mar 2018 12:33:42 +0000 (05:33 -0700)]
Allow to download clang and use clang for CPU builds.
Previously we only allowed to download clang when doing GPU builds.
The added skylark files use bazel's autoconf scripts, which were only added in
0.10.0. To provide nice error message for older versions of bazel
(i.e. 'version is less than 0.10' vs 'can't load @bazel_tools/cpp/...'), we
move the bazel version check into WORKSPACE file from workspace.bzl.
PiperOrigin-RevId:
190050798
A. Unique TensorFlower [Thu, 22 Mar 2018 11:50:42 +0000 (04:50 -0700)]
Add a utility that converts call keyword arguments into dicts, in AST space.
PiperOrigin-RevId:
190047495
Asim Shankar [Thu, 22 Mar 2018 07:48:30 +0000 (00:48 -0700)]
Java: Release 1.7.0-rc1
PiperOrigin-RevId:
190028714
Yu-Cheng Ling [Thu, 22 Mar 2018 07:26:33 +0000 (00:26 -0700)]
TFLite: Ensure only 1 scale/zero_point is in QuantizationParam.
PiperOrigin-RevId:
190027163
Yu-Cheng Ling [Thu, 22 Mar 2018 07:26:31 +0000 (00:26 -0700)]
Minor style improvement in TFLite interpreter_test.py
PiperOrigin-RevId:
190027161
A. Unique TensorFlower [Thu, 22 Mar 2018 06:11:40 +0000 (23:11 -0700)]
Automated g4 rollback of changelist
190001737
PiperOrigin-RevId:
190021164
Sourabh Bajaj [Thu, 22 Mar 2018 06:04:59 +0000 (23:04 -0700)]
Merge changes from github.
PiperOrigin-RevId:
190020572
Mingsheng Hong [Thu, 22 Mar 2018 05:11:10 +0000 (22:11 -0700)]
Simplified the experimental APIs related to TPU execution, by moving the graph
rewrite functionality out of it.
PiperOrigin-RevId:
190016936
A. Unique TensorFlower [Thu, 22 Mar 2018 02:12:18 +0000 (19:12 -0700)]
Add tensor quantization info to python wrapper
PiperOrigin-RevId:
190005998
Alexandre Passos [Thu, 22 Mar 2018 01:22:36 +0000 (18:22 -0700)]
Moves TFE_Executor to common_runtime
PiperOrigin-RevId:
190001737
Brennan Saeta [Thu, 22 Mar 2018 01:02:01 +0000 (18:02 -0700)]
[tf.data] Do not crash when combining .cache().take().repeat()
Currently, if the .cache() iterator is not fully consumed before
being repeated, it will cause an exception to be raised to Python.
Instead, cache should act as an identity transformation and log
an error, as this will not affect the correctness of the user's
program (at the cost of an unexpected performance cost: i.e. not
actually caching).
PiperOrigin-RevId:
189999552
Mingsheng Hong [Thu, 22 Mar 2018 00:38:04 +0000 (17:38 -0700)]
Added an experimental C API to dump TF_Graph in a human-readable format, for
debugging purposes.
PiperOrigin-RevId:
189997099
A. Unique TensorFlower [Thu, 22 Mar 2018 00:34:52 +0000 (17:34 -0700)]
Small convenience changes.
PiperOrigin-RevId:
189996801
Max Galkin [Wed, 21 Mar 2018 23:00:44 +0000 (16:00 -0700)]
Shorter definitions for elementwise_ops in op_level_cost_estimator.
PiperOrigin-RevId:
189983460
James Qin [Wed, 21 Mar 2018 22:55:30 +0000 (15:55 -0700)]
Change Softmax on CUDA to use fp32 for denominator when input/output are fp16.
This avoids potential overflow in the denominator, also makes sure accumulation is done
in high precision.
PiperOrigin-RevId:
189982655
Nick Desaulniers [Wed, 21 Mar 2018 22:23:07 +0000 (15:23 -0700)]
[TF:XLA] do not emit bfloat16 sum reductions from tf2xla
bfloat16 is a storage format, not a computation format. Doing reductions in
this reduced precision is prone to quickly overflow. Instead, emit a float32
computation, and wrap the reduce params and result in conversions to and from float32.
PiperOrigin-RevId:
189977590
A. Unique TensorFlower [Wed, 21 Mar 2018 21:59:06 +0000 (14:59 -0700)]
Add an alternative "no_contrib" BUILD target to tensorflow/python to avoid including contrib packages
PiperOrigin-RevId:
189973359
Benoit Steiner [Wed, 21 Mar 2018 21:26:14 +0000 (14:26 -0700)]
Avoid taking a reference on a temporary value
PiperOrigin-RevId:
189967517
Yunxing Dai [Wed, 21 Mar 2018 21:12:07 +0000 (14:12 -0700)]
[XLA][BF16] Add bf16 rounding function.
We now use truncation to convert a F32 to BF16 by default. This CL adds a rounding method (basically a roll forward of the rounding part in cl/
175252067).
PiperOrigin-RevId:
189965138
Shivani Agrawal [Wed, 21 Mar 2018 20:57:29 +0000 (13:57 -0700)]
[docs] Update explicit latest_checkpoint with `path` returned while saving for object-based checkpointing.
PiperOrigin-RevId:
189962437
A. Unique TensorFlower [Wed, 21 Mar 2018 20:46:27 +0000 (13:46 -0700)]
Go: Update generated wrapper functions for TensorFlow ops.
PiperOrigin-RevId:
189960595
A. Unique TensorFlower [Wed, 21 Mar 2018 20:30:26 +0000 (13:30 -0700)]
Update ops-related pbtxt files.
PiperOrigin-RevId:
189957912
Eugene Brevdo [Wed, 21 Mar 2018 20:28:11 +0000 (13:28 -0700)]
[TF CriticalSection] Bugfix when Execute() inside a while_loop has a dep on a Variable outside of it.
PiperOrigin-RevId:
189957569
A. Unique TensorFlower [Wed, 21 Mar 2018 20:08:02 +0000 (13:08 -0700)]
Make strcat.{h,cc} independent of Eigen.
PiperOrigin-RevId:
189954596
A. Unique TensorFlower [Wed, 21 Mar 2018 19:53:53 +0000 (12:53 -0700)]
Temporarily disable constant folding past Enter, since a few breakages have been observed.
PiperOrigin-RevId:
189952252
Max Galkin [Wed, 21 Mar 2018 19:53:04 +0000 (12:53 -0700)]
Further improve accuracy of op_level_cost_estimator (Gather, GatherV2, Slice).
PiperOrigin-RevId:
189952132