A. Unique TensorFlower [Fri, 23 Mar 2018 23:16:22 +0000 (16:16 -0700)]
bug fix: evaluate nodes before swap the original graph
PiperOrigin-RevId:
190291844
Alexandre Passos [Fri, 23 Mar 2018 23:15:55 +0000 (16:15 -0700)]
Moves TensorHandleCopyToDevice to TensorHandle::CopyToDevice.
PiperOrigin-RevId:
190291768
A. Unique TensorFlower [Fri, 23 Mar 2018 23:13:13 +0000 (16:13 -0700)]
[XLA] Redesign: implement local client and local service interface.
PiperOrigin-RevId:
190291400
A. Unique TensorFlower [Fri, 23 Mar 2018 23:00:14 +0000 (16:00 -0700)]
Extended scatter operations to work with a scalar update parameter and added scatter-min and scatter-max operations.
PiperOrigin-RevId:
190289664
Benjamin Kramer [Fri, 23 Mar 2018 22:52:35 +0000 (15:52 -0700)]
[XLA:CPU] Update calls to IRBuilder::CreateMemCpy to the 2-alignment form.
The single alignment version is going away.
PiperOrigin-RevId:
190288581
David Majnemer [Fri, 23 Mar 2018 22:34:47 +0000 (15:34 -0700)]
[XLA] Don't CSE instructions which have side-effects
PiperOrigin-RevId:
190285774
A. Unique TensorFlower [Fri, 23 Mar 2018 22:33:33 +0000 (15:33 -0700)]
Adding support for analyzing assignment info for nested tuples.
PiperOrigin-RevId:
190285584
A. Unique TensorFlower [Fri, 23 Mar 2018 22:12:35 +0000 (15:12 -0700)]
[TF:XLA] Fix PotentiallyImplementedAsEigenConvolution to use the correct shape as the kernel shape
A small bug is found in accessing the kernel's shape of the convolution instruction in PotentiallyImplementedAsEigenConvolution. The bug was fixed and a new testcase is created to reveal the bug.
PiperOrigin-RevId:
190282385
Allen Lavoie [Fri, 23 Mar 2018 22:12:21 +0000 (15:12 -0700)]
Convert the eager SPINN example to use tf.keras.Model and object-based checkpointing.
Uses a more recursive/functional tracking style which avoids numbering layers. Maybe this is too magical and we should adapt tf.keras.Sequential first? Let me know what you think.
PiperOrigin-RevId:
190282346
A. Unique TensorFlower [Fri, 23 Mar 2018 22:10:56 +0000 (15:10 -0700)]
add EvaluateNodes to OpDedupping test.
PiperOrigin-RevId:
190282163
A. Unique TensorFlower [Fri, 23 Mar 2018 21:52:44 +0000 (14:52 -0700)]
Prepare the XLA and TF code to correctly behave once automatic device placement will be enabled by default on computation shapes > 1.
PiperOrigin-RevId:
190278826
A. Unique TensorFlower [Fri, 23 Mar 2018 21:41:02 +0000 (14:41 -0700)]
Benchmarker for LPIRC CVPR2018.
PiperOrigin-RevId:
190276899
Alexandre Passos [Fri, 23 Mar 2018 21:19:37 +0000 (14:19 -0700)]
Fix buffer overflow when fetching resources.
PiperOrigin-RevId:
190273682
A. Unique TensorFlower [Fri, 23 Mar 2018 21:00:39 +0000 (14:00 -0700)]
Fix behavior of bucket_by_sequence_length with tuple Dataset elements
Fixes #17932
PiperOrigin-RevId:
190270732
A. Unique TensorFlower [Fri, 23 Mar 2018 20:47:03 +0000 (13:47 -0700)]
[XLA] Implement the whole graph execution interface and make a test use XlaBuilder.
- Add Client::ExecuteGraph.
- Make client_library_test_base also (partially) support XlaBuilder by using template.
- Make one testcase in the axpy_simple_test use XlaBuilder. The test was slightly changed because currently the builder does not expend implicit broadcast automatically.
PiperOrigin-RevId:
190268658
Alexandre Passos [Fri, 23 Mar 2018 20:23:35 +0000 (13:23 -0700)]
Moves TensorHandle to common_runtime
PiperOrigin-RevId:
190265301
Nupur Garg [Fri, 23 Mar 2018 20:20:13 +0000 (13:20 -0700)]
Updates reduce_mean op.
PiperOrigin-RevId:
190264873
A. Unique TensorFlower [Fri, 23 Mar 2018 20:15:26 +0000 (13:15 -0700)]
* Added links to Machine Learning Crash Course.
* Removed a link to the script that diagnosed Windows installation errors
because that script is now deprecated.
PiperOrigin-RevId:
190264199
A. Unique TensorFlower [Fri, 23 Mar 2018 19:32:42 +0000 (12:32 -0700)]
[XLA] Redesign: add public methods that create XlaOp.
This is basically copying and pasting the public builder methods from ComputationBuilder and leave the implemention blank.
PiperOrigin-RevId:
190258687
Bixia Zheng [Fri, 23 Mar 2018 19:20:12 +0000 (12:20 -0700)]
[XLA:CPU] Task parallel assignment should not parallelize kRng, kInfeed, and kOutfeed.
Add two test cases.
PiperOrigin-RevId:
190257131
Bixia Zheng [Fri, 23 Mar 2018 19:02:57 +0000 (12:02 -0700)]
[XLA] Allow reshape mover to move transpose across broadcast of a scalar value.
This allows the simplification of pattern "transpose elementwise-ops inversed
transpose" to "elementwise-ops".
Add a test case.
PiperOrigin-RevId:
190254501
Yuanzhong Xu [Fri, 23 Mar 2018 18:41:05 +0000 (11:41 -0700)]
Using rounding when converting constants in BF16 propagation.
PiperOrigin-RevId:
190251081
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