We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c3e662 commit 2ac89abCopy full SHA for 2ac89ab
tensorflow_transform/beam/impl.py
@@ -1081,8 +1081,8 @@ def expand(self, dataset):
1081
1082
# Gather telemetry on types of input features.
1083
_ = (
1084
- self.pipeline | 'CreateAnalyzeInputTensorRepresentations' >>
1085
- beam.Create([input_tensor_adapter_config.tensor_representations])
+ pipeline | 'CreateAnalyzeInputTensorRepresentations' >> beam.Create(
+ [input_tensor_adapter_config.tensor_representations])
1086
|
1087
'InstrumentAnalyzeInputTensors' >> telemetry.TrackTensorRepresentations(
1088
telemetry_util.AppendToNamespace(beam_common.METRICS_NAMESPACE,
0 commit comments