MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / testErrorModes

Route testErrorModes

tensorflow/python/kernel_tests/unicode_decode_op_test.py:None–None  ·  view source on GitHub ↗
parameterized.parameters([
      dict(
          input=[b"\xFE", b"hello", b"==\xFF==", b"world"],
          input_encoding="UTF-8",
          errors="replace",
          expected=[[65533], [104, 101,

Source from the content-addressed store, hash-verified

1# -*- coding: utf-8 -*-
2# Copyright 2018 The TensorFlow Authors. All Rights Reserved.
3#
4# Licensed under the Apache License, Version 2.0 (the "License");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected