get_name
Function
Obtains the name of a tensor.
C++ Prototype
const std::string &GetName() const
Python Prototype
get_name()
Parameters
None
Usage Example
Obtains the name of a tensor.
1 | name = infer_tensor.get_name() |
Parent topic: InferTensor
Obtains the name of a tensor.
const std::string &GetName() const
get_name()
None
Obtains the name of a tensor.
1 | name = infer_tensor.get_name() |