tensorflow_transform/tf_metadata/schema_utils_test_cases.py [492:504]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        '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'],
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



tensorflow_transform/tf_metadata/schema_utils_test_cases.py [581:595]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        'tensor_representation':
            text_format.Parse(
                """
          ragged_tensor {
            feature_path { step: "ragged$value" }
            partition { row_length: "ragged$row_lengths_1" }
            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'],
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



