History log of /external/tensorflow/tensorflow/compiler/tf2xla/kernels/const_op.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
04a63c763e25c4f21f22d6d27757f4022d138b8d 15-Nov-2017 A. Unique TensorFlower <gardener@tensorflow.org> Adds a SetInvalidOutput method to XlaOpKernelContext.

PiperOrigin-RevId: 175865046
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/const_op.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/compiler/tf2xla/kernels/const_op.cc
2e307b457dfc4df1d82d568b71f9a796bd218084 19-Apr-2017 Peter Hawkins <phawkins@google.com> [TF:XLA] Avoid expanding large constants during compilation. Recognize constants that consist of a repeated scalar, and generate an XLA Broadcast of a scalar instead.

Split tf2xla/kernels/declaration_op.cc into two separate files (arg_op.cc and const_op.cc).
Change: 153604131
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/const_op.cc