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

Method Tensor

arm_compute/Acl.hpp:595–597  ·  view source on GitHub ↗

Constructor * * @note Tensor memory is allocated * * @param[in] ctx Context from where the tensor will be created from * @param[in] desc Tensor descriptor to be used * @param[out] status Status information if requested */

Source from the content-addressed store, hash-verified

593 * @param[out] status Status information if requested
594 */
595 Tensor(Context &ctx, const TensorDescriptor &desc, StatusCode *status = nullptr) : Tensor(ctx, desc, true, status)
596 {
597 }
598 /** Constructor
599 *
600 * @param[in] ctx Context from where the tensor will be created from

Callers

nothing calls this directly

Calls 3

AclCreateTensorFunction · 0.85
report_statusFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected