History log of /external/tensorflow/tensorflow/core/distributed_runtime/rpc/grpc_testlib_server.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0fe0bfcc3cf6930edc096998b1445cead92de8c3 06-Jun-2017 A. Unique TensorFlower <gardener@tensorflow.org> Remove unused protobuf header inclusions

PiperOrigin-RevId: 158120864
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/grpc_testlib_server.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/distributed_runtime/rpc/grpc_testlib_server.cc
644c98306ab3e4b10f027e1f9150cb94741aa051 16-Oct-2016 A. Unique TensorFlower <gardener@tensorflow.org> Moving InitMain to the beginning of main. This seems to fix the currently timing-out tests.
Change: 136276011
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/grpc_testlib_server.cc
20c02ffe0e6b8af4902487f852e15daa16caa523 15-Oct-2016 A. Unique TensorFlower <gardener@tensorflow.org> Modify tensorflow command line flag parsing:
- Allow help text to be specified for each flag
- Add a flag "--help" to print the help text
- Rename ParseFlags to Flags::Parse(); new routine Flags::Usage() returns a
usage message.
- Change uses to new format
In some cases reorder with InitMain(), which should be called after flag parsing.
Change: 136212902
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/grpc_testlib_server.cc
c8b59c046895fa5b6d79f73e0b5817330fcfbfc1 02-Jun-2016 A. Unique TensorFlower <nobody@tensorflow.org> Update copyright for 3p/tf/core.
Change: 123900938
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/grpc_testlib_server.cc
848d554a78715391421737088c348c513e3e8c6d 08-Mar-2016 Derek Murray <mrry@google.com> Prototype of an in-process gRPC server for TensorFlow/Python.

Adds support for binding a TensorFlow server to any port, to support
single-process testing.

This interface is a work in progress. In particular, it supports
launching a server, but the support for clean shutdown is incomplete.
Change: 116593644
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/grpc_testlib_server.cc
b3a193de22c103a3e5189d5f548c1f9a9d10e3a0 03-Mar-2016 Derek Murray <mrry@google.com> Adds an in-process gRPC server with support for clean shutdown.

This CL refactors the `grpc_server_lib` library such that it exports a
`ServerInterface` class with `Start()`, `Stop()`, and `Join()`
methods; and a factory method that takes a new `ServerDef` proto for
configuring the server.

Also fixes a bug in "master.cc" whereby a `~Master()` would hang if GC
was disabled.

TODO(mrry): Add a SWIG wrapper so that this can be instantiated in Python.
Change: 116194792
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/grpc_testlib_server.cc
66feae1e093708a4e124f61d72af0bf7c5433eb9 01-Mar-2016 A. Unique TensorFlower <nobody@tensorflow.org> fix gen_docs_test

new methods xx in variable.py have to be mentioned with @@xxx in state_ops.py
Change: 115926888
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/grpc_testlib_server.cc
c1d385d01924cf02e81adabbdec575c100b14f59 01-Mar-2016 Geoffrey Irving <geoffreyi@google.com> Expose tf.contrib.util.stripped_op_list_for_graph

C++ and Python use two different op registries, and in rare cases they can
actually be different. Thus, we need both functions available.

Also fix both Python and C++ to handle arbitrarily nested functions.
Change: 115918836
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/grpc_testlib_server.cc
9f7fc90713cefb2c45467b0b0e487e2003e9001d 29-Feb-2016 Geoffrey Irving <geoffreyi@google.com> Generalize tf.test.compute_gradients to handle complex inputs and outputs

If inputs or outputs are complex, the Jacobian will still be real but the
corresponding Jacobian dimension(s) will be twice as large. This is required
even if both input and output is complex since TensorFlow graphs are not
necessarily holomorphic, and may have gradients not expressible as complex
numbers.
Change: 115884848
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/grpc_testlib_server.cc
00986d48bb646daab659503ad3a713919865f32d 26-Feb-2016 Derek Murray <mrry@google.com> Initial version of the open-source distributed TensorFlow runtime.

This includes a gRPC server (grpc_tensorflow_server) that can serve as both
the master of a distributed TensorFlow computation, and an individual worker
in the computation. The GrpcSession class is included to allow client programs
(including Python clients) to interact with a server.

See tensorflow/core/distributed_runtime/README.md for usage instructions.

This change partially addresses issue #23.
Change: 115634191
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/grpc_testlib_server.cc