ResolveBuilder
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Header File/Library File
- Header file: #include <ge/es_tensor_like.h>
- Library files: libeager_style_graph_builder_base.so and libeager_style_graph_builder_base_static.a
Function Usage
Return nullptr if no parameter is specified or obtains the owner builder from the tensor object or vector.
Prototype
- Return nullptr if no parameter is specified.
1EsCGraphBuilder *ResolveBuilder()
- Obtain the owner builder from the tensor object or vector.
EsCGraphBuilder *ResolveBuilder(const T& first, const Ts&... rest)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
first |
Input |
Tensor object or vector. |
rest |
Input |
Remaining tensor objects or vectors. |
Returns
Parameter |
Type |
Description |
|---|---|---|
- |
EsCGraphBuilder * |
|
Constraints
None
Parent topic: EsTensorLike