aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-05-15 08:09:04 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-15 08:11:47 -0700
commiteaa546553870c4d74d8940d7a1a9656dc5c71cc2 (patch)
tree881cc19bc49ce39ced59cc4a7de84a7070214bc7
parent14d8615d2f316b03c81e8286f4260865deeba5d4 (diff)
update doc
PiperOrigin-RevId: 196670274
-rw-r--r--tensorflow/contrib/lite/toco/format_port.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/lite/toco/format_port.h b/tensorflow/contrib/lite/toco/format_port.h
index eb81e90faf..44e6684571 100644
--- a/tensorflow/contrib/lite/toco/format_port.h
+++ b/tensorflow/contrib/lite/toco/format_port.h
@@ -12,8 +12,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
-// This file is used to provide equivalents of internal util::format::FormatF
-// and util::format::AppendF. Unfortunately, type safety is not as good as a
+// This file is used to provide equivalents of internal absl::FormatF
+// and absl::StrAppendFormat. Unfortunately, type safety is not as good as a
// a full C++ example.
// TODO(aselle): When absl adds support for StrFormat, use that instead.
#ifndef TENSORFLOW_CONTRIB_LITE_TOCO_FORMAT_PORT_H_