[object Object]

[object Object][object Object]undefined
[object Object]
  • This API is used to compute the bitwise AND result of each element in the input tensor and the input scalar other. The input tensor and [object Object] must be INT or BOOL variables. When the input is of the Boolean type, the logical AND result is computed.
  • Formula:selfRefi=selfRefi&otherselfRef_i = selfRef_i \& other
[object Object]

Each operator consists of . You must first call the [object Object] API to obtain the required workspace size and the executor that contains the operator computation flow, and then call the [object Object] API to execute the computation.

[object Object]
[object Object]
[object Object]
  • Parameters:

    [object Object]
  • Returns:

    [object Object]: status code. For details, see .

    The first-phase API implements input parameter validation. The following error codes may be returned:

    [object Object]
[object Object]
  • Parameters:

    [object Object]
  • Returns:

    [object Object]: status code. For details, see .

[object Object]
  • Deterministic computing:
    • [object Object] defaults to a deterministic implementation.
[object Object]

The following example is for reference only. For details, see .

[object Object]