History log of /external/tensorflow/tensorflow/core/kernels/hexagon/graph_transfer_utils.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7149a2e2e2f549035f23e21224ee41afe8df3876 30-Jan-2018 A. Unique TensorFlower <gardener@tensorflow.org> Cleanup: Ran clang-format on files in tensorflow/core/.../*.{cc,h}.

PiperOrigin-RevId: 183848459
/external/tensorflow/tensorflow/core/kernels/hexagon/graph_transfer_utils.cc
d5f4d9bbac520ad9eae6614fe678e9d1568435a4 19-Jul-2017 A. Unique TensorFlower <gardener@tensorflow.org> Add a way to fuse a graph by remote graph executor so that users don't need to be aware of supported op types, node names, subgraph stracture etc.

PiperOrigin-RevId: 162411763
/external/tensorflow/tensorflow/core/kernels/hexagon/graph_transfer_utils.cc
e85d3df92deb9d717befdf173966a2913ac2aea0 29-Jun-2017 Geoffrey Irving <geoffreyi@google.com> Prepare to remove a bunch of proto.h includes from tensorflow/core headers

The goal is to make kernels mostly independent of proto headers, which will let
us lock down our .so imports. This CL does not remove any actual headers, but
changes a bunch of files so that header removal is possible in a followup CL.
It also marks the headers that will be removed with

// TODO(b/62899350): Remove

RELNOTES: n/a
PiperOrigin-RevId: 160552878
/external/tensorflow/tensorflow/core/kernels/hexagon/graph_transfer_utils.cc
9501c4104125fb8c2c2d2e837fc2dd8a24034d52 31-May-2017 A. Unique TensorFlower <gardener@tensorflow.org> Replace protobuf CopyFrom with assignment

PiperOrigin-RevId: 157534272
/external/tensorflow/tensorflow/core/kernels/hexagon/graph_transfer_utils.cc
53cb26d05a5c2080d8022124178b1cc43a30ffe5 19-May-2017 A. Unique TensorFlower <gardener@tensorflow.org> Merge changes from github.
END_PUBLIC

---
Commit c2b8927f2 authored by Dandelion Man?<dandelion@google.com>
Committed by TensorFlower Gardener<gardener@tensorflow.org>:
Fix another d3v4 regression in the graph visualizer.

PiperOrigin-RevId: 156343038

---
Commit 170f0b350 authored by Peter Hawkins<phawkins@google.com>
Committed by TensorFlower Gardener<gardener@tensorflow.org>:
[TF:XLA] Add XLA implementation of ResourceStridedSliceAssign.

PiperOrigin-RevId: 156341053

---
Commit 1390dd68f authored by Vijay Vasudevan<vrv@google.com>
Committed by TensorFlower Gardener<gardener@tensorflow.org>:
When Op Type is not registered, log the hostname of the machine that
it is running on in the error message, since the message could be routed
back during a failure on a remote binary, and it is hard to tell which
machine it came from.

Ideally, we'd somehow log the name of the binary running instead, but
we don't have a function to get that right now.

PiperOrigin-RevId: 156337679

---
Commit 9ca8a151b authored by A. Unique TensorFlower<gardener@tensorflow.org>
Committed by TensorFlower Gardener<gardener@tensorflow.org>:
Internal change.

PiperOrigin-RevId: 156335942

---
Commit 40255434c authored by Martin Wicke<wicke@google.com>
Committed by TensorFlower Gardener<gardener@tensorflow.org>:
Deprecate contrib/learn/dataframe. To be removed June 15.

PiperOrigin-RevId: 156333930

---
Commit 7f71b7fbe authored by A. Unique TensorFlower<gardener@tensorflow.org>
Committed by TensorFlower Gardener<gardener@tensorflow.org>:
BEGIN_PUBLIC
Automated g4 rollback of changelist 156123287

PiperOrigin-RevId: 156503903
/external/tensorflow/tensorflow/core/kernels/hexagon/graph_transfer_utils.cc
a11e669c5a4c855b0b507da97378bc7e03a08f86 11-Apr-2017 A. Unique TensorFlower <gardener@tensorflow.org> Support two data types as inputs in RemoteFusedGraphExecuteOp
Change: 152843285
/external/tensorflow/tensorflow/core/kernels/hexagon/graph_transfer_utils.cc
39af8956057f7f44f3d2fea0845c69225cabc195 31-Mar-2017 A. Unique TensorFlower <gardener@tensorflow.org> Move all parameters of remote graph execution to NodeDef instead of additional serialized data
Change: 151771414
/external/tensorflow/tensorflow/core/kernels/hexagon/graph_transfer_utils.cc
0a6bbfaf2f3c4c9184cae9c239b99b7b855638a4 28-Mar-2017 A. Unique TensorFlower <gardener@tensorflow.org> Put shape and type information into NodeDef to simplify GraphTransferer
Change: 151478672
/external/tensorflow/tensorflow/core/kernels/hexagon/graph_transfer_utils.cc
f1f8e72b10645910f7002068d4f8c4edb7a90d96 14-Mar-2017 A. Unique TensorFlower <gardener@tensorflow.org> Add a utility to put shape and type information to NodeDef for RemoteFusedGraphExecuteOp
Change: 150011637
/external/tensorflow/tensorflow/core/kernels/hexagon/graph_transfer_utils.cc
f51d8c75687060313f2a06a7d6713d6e4326f37f 13-Mar-2017 A. Unique TensorFlower <gardener@tensorflow.org> Add end-to-end test for RemoteFusedGraphExecuteOp
Change: 149971795
/external/tensorflow/tensorflow/core/kernels/hexagon/graph_transfer_utils.cc
3b596922684f6ad444da14075fa94b60618fbb35 03-Mar-2017 A. Unique TensorFlower <gardener@tensorflow.org> Factor-out dryrun functionalities from graph_transfer_utils to remote_fused_graph_execute_op in order to cache shapes in RemtoeFusedGraphExecuteInfo
Change: 149143066
/external/tensorflow/tensorflow/core/kernels/hexagon/graph_transfer_utils.cc
227877f2990f69bf2db56b2b5d545d778bcfeee8 24-Feb-2017 A. Unique TensorFlower <gardener@tensorflow.org> Add a registry for remote fused graph executor to remove dependency from RemoteFusedGraphExecuteOp to GraphTransferer
Change: 148496466
/external/tensorflow/tensorflow/core/kernels/hexagon/graph_transfer_utils.cc
cc8bfc47e31d32b0c27fb30414187754e95622e7 24-Feb-2017 A. Unique TensorFlower <gardener@tensorflow.org> Add remote_fused_graph_execute_info to abstract hexagon specific parameters
Change: 148489487
/external/tensorflow/tensorflow/core/kernels/hexagon/graph_transfer_utils.cc
bc225bfaa534acc25047fe844f19edc333b7a76a 14-Feb-2017 Peter Hawkins <phawkins@google.com> Fix code that ignores tensorflow::Status.

Add a new tensorflow::Status::IgnoreError() method to mark call sites where a Status has been intentionally ignored.
Change: 147402405
/external/tensorflow/tensorflow/core/kernels/hexagon/graph_transfer_utils.cc
223ae5414377c9500f6506de32674fe7285b0af3 13-Feb-2017 A. Unique TensorFlower <gardener@tensorflow.org> Add a graph transform utility for hexagon
Change: 147385554
/external/tensorflow/tensorflow/core/kernels/hexagon/graph_transfer_utils.cc
6177838467cda599a088b5dcc3cd6cde193b605f 10-Feb-2017 Rohan Jain <rohanj@google.com> Fixing up GraphTransferer to run shape inference to compute output shapes for each op in the graph.

Added a test that compares the sizes coming in from Dry run vs shape inference.

Also, fixing a memory leak in shape_refiner.cc.
Change: 147110753
/external/tensorflow/tensorflow/core/kernels/hexagon/graph_transfer_utils.cc
0a0f5ba48a4682c627968e7c41240c767002b5cd 09-Feb-2017 A. Unique TensorFlower <gardener@tensorflow.org> Add a test to run inception inference on hexagon using remote fused graph execute op with TF runtime
Change: 146973603
/external/tensorflow/tensorflow/core/kernels/hexagon/graph_transfer_utils.cc
29b24930e2fc3ad9409e8aa1c153c1fe0ff2cd56 08-Feb-2017 A. Unique TensorFlower <gardener@tensorflow.org> Make "graph_transferer_test.cc" runnable by Makefile test
Change: 146951814
/external/tensorflow/tensorflow/core/kernels/hexagon/graph_transfer_utils.cc
18c3e122242660948f9ca069f0244fd0d6b93c3c 07-Feb-2017 A. Unique TensorFlower <gardener@tensorflow.org> Add a way to build a fused graph def to run the graph in a remote processor
Change: 146717131
/external/tensorflow/tensorflow/core/kernels/hexagon/graph_transfer_utils.cc
fecad67e9b92abb45466f46c91c75771164a6b67 18-Jan-2017 A. Unique TensorFlower <gardener@tensorflow.org> Show labels of ranking results of inception inference on HVX
Change: 144771220
/external/tensorflow/tensorflow/core/kernels/hexagon/graph_transfer_utils.cc