|
void | tvm::CheckAndUpdateHostConsistency (Target *target, Target *host) |
| Check and update host field of the given legacy target and target host pair. Note that this function is for legacy target api compatibility issue only, not recommended for other use. More...
|
|
void | tvm::CheckAndUpdateHostConsistency (TargetMap *target_map, Target *host) |
| Check and update host field of the given legacy heterogeneous targets and target host.Note that this function is for legacy target api compatibility issue only, not recommended for other use. More...
|
|
void | tvm::CheckAndUpdateHostConsistency (Map< Target, IRModule > *ir_modules, Target *host) |
| Check and update host field of the given legacy heterogeneous targets and target host.Note that this function is for legacy target api compatibility issue only, not recommended for other use. More...
|
|
Compilation target object.