neuron_explainer/activations/derived_scalars/autoencoder.py [249:259]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        return ScalarDeriver(
            dst=dst,
            dst_config=dst_config,
            sub_scalar_sources=(
                RawScalarSource(
                    activation_location_type=activation_location_type,
                    pass_type=PassType.FORWARD,
                ),
            ),
            tensor_calculate_derived_scalar_fn=no_op_tensor_calculate_derived_scalar_fn,
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



neuron_explainer/activations/derived_scalars/autoencoder.py [415:425]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        return ScalarDeriver(
            dst=dst,
            dst_config=dst_config,
            sub_scalar_sources=(
                RawScalarSource(
                    activation_location_type=activation_location_type,
                    pass_type=PassType.FORWARD,
                ),
            ),
            tensor_calculate_derived_scalar_fn=no_op_tensor_calculate_derived_scalar_fn,
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



