| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
- HDFS requires readers to reopen the file to get updated contents when reading. See the context at #5438
- Also switched to HFlush(), which is the non-deprecated Flush() call.
- Fixes #5438
Change: 139503549
|
|
|
|
| |
Change: 139501626
|
|
|
|
|
| |
name_to_node_ is only populated on a PartialRun call so if a Run for graph g is followed by a PartialRun to the same graph g, the PartialRun will fail since a cached ReffedClientGraph with no name_to_node map will be returned. We should consider a better solution for this if rebuilding the graph for new partial run calls proves to be too expensive.
Change: 139498839
|
|
|
|
|
| |
Also center the text message.
Change: 139498679
|
|
|
|
|
| |
adapter. Add DataSet reference to Projection class. The projector adapter now listens to the the distance metric changed event, as well as creates + owns scatter plot.
Change: 139496759
|
|
|
|
|
|
| |
GPU accelerated and doesn't block the UI thread.
Change: 139495322
|
|
|
|
| |
Change: 139494948
|
|
|
|
| |
Change: 139491940
|
|
|
|
| |
Change: 139490435
|
|
|
|
| |
Change: 139484060
|
|
|
|
| |
Change: 139483354
|
|
|
|
|
|
| |
before MonitoredSession creation.
Change: 139481489
|
|
|
|
| |
Change: 139479566
|
|
|
|
|
| |
This method extends the existing lines in the RichTextLines object. It also merges font_attr_segs and annotations by adjusting the line-index keys.
Change: 139478133
|
|
|
|
| |
Change: 139471934
|
|
|
|
|
| |
This brings back fast development environment for the oss users and (temporarily) for internal google users.
Change: 139468410
|
|
|
|
| |
Change: 139463691
|
|
|
|
|
|
| |
for its first argument.
Change: 139462232
|
|
|
|
| |
Change: 139460368
|
|
|
|
| |
Change: 139404873
|
|
|
|
|
|
|
| |
It currently does not (0.11.0rc2), however, with this unittest
future changes to the TF_VERSION_STRING should follow the
semantic versioning 2.0 spec described at www.semver.org
Change: 139404692
|
|
|
|
|
| |
contains a full description of a projection.
Change: 139402857
|
|
|
|
| |
Change: 139402578
|
|
|
|
| |
Change: 139402193
|
|
|
|
| |
Change: 139400242
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Generated by running:
$ find . -name '*.py' | xargs sed -i 's/a `Tensor`/an `Output`/g'
$ find . -name '*.py' | xargs sed -i 's/A `Tensor`/An `Output`/g'
$ find . -name '*.py' | xargs sed -i 's/`Tensor`/`Output`/g'
$ find . -name '*.py' | xargs sed -i 's/`tf.Tensor`/`tf.Output`/g'
$ find . -name '*.py' | xargs sed -i 's/`Tensors`/`Output`s/g'
$ find . -name '*.py' | xargs sed -i 's/#Tensor)/#Output)/g'
$ find . -name '*.py' | xargs sed -i 's/#Tensor\./#Output./g'
Manually fixed up lines that exceeded 80 characters after the change.
Change: 139400135
|
|
|
|
|
| |
current mode.
Change: 139399924
|
|
|
|
|
| |
Delete bundle_shim_constants.h and use the new constant in signature_constants.h instead.
Change: 139399882
|
|
|
|
|
| |
check for the size of neighbors in the inspector panel. It's unnecessary.
Change: 139395143
|
|
|
|
|
| |
32-bit integers are not enough for representing large scale variables with more than ~2 billion elements. The change is backward compatible as the proto serialization of int32s is the same as int64s.
Change: 139393418
|
|
|
|
|
|
|
| |
Remove selectionSphere.
Add unit tests.
Change: 139392209
|
|
|
|
| |
Change: 139384822
|
|
|
|
| |
Change: 139381246
|
|
|
|
| |
Change: 139378246
|
|
|
|
| |
Change: 139377074
|
|
|
|
| |
Change: 139374522
|
|
|
|
| |
Change: 139372651
|
|
|
|
| |
Change: 139372609
|
|
|
|
|
|
| |
image tab.
Change: 139372248
|
|
|
|
| |
Change: 139371811
|
|
|
|
|
|
|
|
|
|
| |
Generated by running:
$ find . -name '*.cc' | xargs sed -i 's/a `Tensor`/an `Output`/g'
$ find . -name '*.cc' | xargs sed -i 's/A `Tensor`/An `Output`/g'
$ find . -name '*.cc' | xargs sed -i 's/`Tensor`/`Output`/g'
And reverting the changes that referred to the C++ Tensor. There are no applicable changes needed in the .h files.
Change: 139371663
|
|
|
|
| |
Change: 139370036
|
|
|
|
| |
Change: 139368020
|
|
|
|
| |
Change: 139364536
|
|
|
|
|
| |
call to Run has been cancelled otherwise RecvOutputs may block forever.
Change: 139352917
|
|
|
|
|
|
|
| |
issues when
there are collisions between the axis color and the picking texture color.
Change: 139352122
|
|
|
|
| |
Change: 139349615
|
|
|
|
| |
Change: 139349604
|
|
|
|
|
|
| |
LoadSessionBundleFromPathUsingRunOptions() fails.
Change: 139348875
|
|
|
|
|
|
|
| |
difference in shapes between the Insert and Import functions was causing issues with a vector key and scalar value input.
Fixed by splitting the LookupInterface CheckKeysAndValueTensors method into one for Insert and the other for Import.
Change: 139346138
|