Home
last modified time | relevance | path

Searched refs:dataType (Results 1 - 4 of 4) sorted by relevance

/interface/sdk_c/ai/neural_network_runtime/
H A Dneural_network_core.h462 * @param dataType The data type of the tensor that needs to be set.
466 * is that the <b>tensorDesc</b> is nullptr, or <b>dataType</b> is invalid.\n
470 OH_NN_ReturnCode OH_NNTensorDesc_SetDataType(NN_TensorDesc *tensorDesc, OH_NN_DataType dataType);
477 * if <b>tensorDesc</b> or <b>dataType</b> is a null pointer, this method will return error code. \n
480 * @param dataType The returned data type of the tensor.
484 * is that the <b>tensorDesc</b> or <b>dataType</b> is nullptr.\n
488 OH_NN_ReturnCode OH_NNTensorDesc_GetDataType(const NN_TensorDesc *tensorDesc, OH_NN_DataType *dataType);
H A Dneural_network_runtime_type.h1965 * * <b>dataType</b>: The data type of the output tensor.
2708 * * <b>output</b>: Result tensor with the same dataType as the input.
2749 * * <b>output</b>: Result tensor with the same dataType as the input.
2764 * * <b>output</b>: Result tensor with the same shape and dataType as the input.
3091 /** This enumerated value is used when the tensor is used as the <b>dataType</b> parameter
3574 OH_NN_DataType dataType; member
/interface/sdk_c/multimedia/player_framework/
H A Dnative_avscreen_capture_base.h242 /* Audio encoder info, no need to set, while dataType = OH_ORIGINAL_STREAM */
323 OH_DataType dataType; member
326 /* should be set, while dataType = OH_CAPTURE_FILE */
/interface/sdk_c/multimedia/image_effect/
H A Dimage_effect_filter.h158 ImageEffect_DataType dataType = ImageEffect_DataType::EFFECT_DATA_TYPE_UNKNOWN; member

Completed in 9 milliseconds