MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / add

Method add

arm_compute/Acl.hpp:727–730  ·  view source on GitHub ↗

Add tensor to tensor pack * * @param[in] slot_id Slot id of the tensor in respect with the operator * @param[in] tensor Tensor to be added in the pack * * @return Status code */

Source from the content-addressed store, hash-verified

725 * @return Status code
726 */
727 StatusCode add(Tensor &tensor, int32_t slot_id)
728 {
729 return detail::as_enum<StatusCode>(AclPackTensor(_object.get(), tensor.get(), slot_id));
730 }
731 /** Add a list of tensors to a tensor pack
732 *
733 * @param[in] packed Pair packs to be added

Callers

nothing calls this directly

Calls 5

AclPackTensorFunction · 0.85
AclPackTensorsFunction · 0.85
getMethod · 0.45
sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected