Home
last modified time | relevance | path

Searched defs:opsType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dops_registry.h50 #define REGISTER_OPS(T, opsType) static OpsRegistry::Registrar g_##T(opsType, CREATE_FUNC(T)) argument
H A Dops_registry.cpp21 OpsRegistry::Registrar::Registrar(OH_NN_OperationType opsType, std::function<std::unique_ptr<OpsBui… in Registrar()
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/include/
H A Dclouddisk_notify_const.h50 NotifyOpsType opsType = NotifyOpsType::OPS_NONE; member
64 NotifyOpsType opsType = NotifyOpsType::OPS_NONE; member
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/common/include/
H A Dsensor_config_parser.h59 uint32_t opsType : 5; member