operator =

Function

Disable the copy assignment function of InferTensor.

Format

InferTensor &operator=(const InferTensor &other) = delete;

Parameters

Parameter

Mandatory/Optional

Description

Value

other

Mandatory

Other InferTensor objects.

InferTensor object

Usage Example

None

Return Value

None