// // This confidential and proprietary software may be used only as // authorised by a licensing agreement from ARM Limited // (C) COPYRIGHT 2020-2022 ARM Limited // ALL RIGHTS RESERVED // The entire notice above must be reproduced on all authorised // copies and copies may only be made to the extent permitted // by a licensing agreement from ARM Limited. === Data Nodes ==== CONST A node containing constant data for use as the input to an operation. May hold data in any of the supported data formats. *Arguments:* |=== |Argument|Type|Name|Shape|Description |Attribute|out_t*|values|shape|Constant values |Output|out_t*|output|shape|Output tensor of same type, size as the input tensor |=== *Supported Data Types:* |=== |Profile|Mode|out_t |Any|Boolean|bool_t |Any|signed 8|int8_t |Any|signed 16|int16_t |Any|signed 32|int32_t |MI, MT|fp16|fp16_t |MI, MT|bf16|bf16_t |MI, MT|fp32|fp32_t |=== ==== IDENTITY Returns a tensor with the same shape, type, and contents as the input. *Arguments:* |=== |Argument|Type|Name|Shape|Description |Input|in_out_t*|input1|shape|Input tensor |Output|in_out_t*|output|shape|Output tensor of same type, size as the input tensor |=== *Supported Data Types:* |=== |Profile|Mode|in_out_t |Any|Boolean|bool_t |Any|signed 8|int8_t |Any|signed 16|int16_t |Any|signed 32|int32_t |MI, MT|fp16|fp16_t |MI, MT|bf16|bf16_t |MI, MT|fp32|fp32_t |===