encodedTensorName property

String? encodedTensorName
getter/setter pair

Encoded tensor is a transformation of the input tensor.

Must be provided if choosing Integrated Gradients attribution or XRAI attribution and the input tensor is not differentiable. An encoded tensor is generated if the input tensor is encoded by a lookup table.

Implementation

core.String? encodedTensorName;