tensorflow_transform/tf_metadata/schema_utils_test_cases.py [492:510]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        'tensor_representation':
            text_format.Parse(
                """
          ragged_tensor {
            feature_path { step: "ragged$value" }
          }
        """, schema_pb2.TensorRepresentation()),
        'feature_by_name':
            _FEATURE_BY_NAME.copy(),
        'expected_value_feature':
            _FEATURE_BY_NAME['ragged$value'],
        'truncated_feature_by_name': {
            'x': _FEATURE_BY_NAME['x'],
            'ragged$row_lengths_1': _FEATURE_BY_NAME['ragged$row_lengths_1'],
            'ragged$row_lengths_2': _FEATURE_BY_NAME['ragged$row_lengths_2'],
        },
    },
    {
        'testcase_name':
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



tensorflow_transform/tf_metadata/schema_utils_test_cases.py [558:577]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        'tensor_representation':
            text_format.Parse(
                """
          ragged_tensor {
            feature_path { step: "ragged$value" }
            partition { uniform_row_length: 3 }
          }
        """, schema_pb2.TensorRepresentation()),
        'feature_by_name':
            _FEATURE_BY_NAME.copy(),
        'expected_value_feature':
            _FEATURE_BY_NAME['ragged$value'],
        'truncated_feature_by_name': {
            'x': _FEATURE_BY_NAME['x'],
            'ragged$row_lengths_1': _FEATURE_BY_NAME['ragged$row_lengths_1'],
            'ragged$row_lengths_2': _FEATURE_BY_NAME['ragged$row_lengths_2'],
        },
    },
    {
        'testcase_name':
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



