IsHost

Function Usage

This function is used to check whether the TensorBuffer object is on the host side.

Prototype

bool IsHost() const;

Return Parameter Description

Data Structure

Description

bool

  • true: It is on the host side.
  • false: It is not on the host side.