get_dl_model_layer_activationsT_get_dl_model_layer_activationsGetDlModelLayerActivationsGetDlModelLayerActivationsget_dl_model_layer_activations (算子名称)

名称

get_dl_model_layer_activationsT_get_dl_model_layer_activationsGetDlModelLayerActivationsGetDlModelLayerActivationsget_dl_model_layer_activations — Get the activations of a Deep Learning model layer.

参数签名

get_dl_model_layer_activations( : Activations : DLModelHandle, LayerName : )

Herror T_get_dl_model_layer_activations(Hobject* Activations, const Htuple DLModelHandle, const Htuple LayerName)

void GetDlModelLayerActivations(HObject* Activations, const HTuple& DLModelHandle, const HTuple& LayerName)

HImage HDlModel::GetDlModelLayerActivations(const HString& LayerName) const

HImage HDlModel::GetDlModelLayerActivations(const char* LayerName) const

HImage HDlModel::GetDlModelLayerActivations(const wchar_t* LayerName) const   ( Windows only)

static void HOperatorSet.GetDlModelLayerActivations(out HObject activations, HTuple DLModelHandle, HTuple layerName)

HImage HDlModel.GetDlModelLayerActivations(string layerName)

def get_dl_model_layer_activations(dlmodel_handle: HHandle, layer_name: str) -> HObject

描述

该算子 get_dl_model_layer_activationsget_dl_model_layer_activationsGetDlModelLayerActivationsGetDlModelLayerActivationsGetDlModelLayerActivationsget_dl_model_layer_activations returns in ActivationsActivationsActivationsActivationsactivationsactivations the activations of the specified LayerNameLayerNameLayerNameLayerNamelayerNamelayer_name of the model DLModelHandleDLModelHandleDLModelHandleDLModelHandleDLModelHandledlmodel_handle.

ActivationsActivationsActivationsActivationsactivationsactivations is a tuple of batch_size many objects, where every object is an image having the size (width, height, depth) of the given LayerNameLayerNameLayerNameLayerNamelayerNamelayer_name.

运行信息

参数表

ActivationsActivationsActivationsActivationsactivationsactivations (output_object)  image(-array) objectHImageHObjectHImageHobject * (real)

Output activations.

DLModelHandleDLModelHandleDLModelHandleDLModelHandleDLModelHandledlmodel_handle (input_control)  dl_model HDlModel, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Handle of the deep learning model.

LayerNameLayerNameLayerNameLayerNamelayerNamelayer_name (input_control)  string HTuplestrHTupleHtuple (string) (string) (HString) (char*)

Name of the layer to be queried.

模块

Deep Learning Training