Home
last modified time | relevance | path

Searched refs:link (Results 1 – 25 of 107) sorted by relevance

12345

/hardware/interfaces/neuralnetworks/1.3/
Dtypes.hal48 * Must have the lifetime {@link OperandLifeTime::SUBGRAPH}.
96 * Takes two input tensors of identical {@link OperandType} and compatible
118 * Supported tensor {@link OperandType}:
119 * * {@link OperandType::TENSOR_FLOAT16} (since HAL version 1.2)
120 * * {@link OperandType::TENSOR_FLOAT32}
121 * * {@link OperandType::TENSOR_QUANT8_ASYMM}
122 * * {@link OperandType::TENSOR_QUANT8_ASYMM_SIGNED} (since HAL version 1.3)
123 * * {@link OperandType::TENSOR_INT32} (since HAL version 1.3)
129 * * 1: A tensor of the same {@link OperandType}, and compatible dimensions
131 * For a {@link OperandType::TENSOR_QUANT8_ASYMM} and
[all …]
Dtypes.t108 * Performance of an operation other than {@link OperationType::IF} and
109 * {@link OperationType::WHILE} comes from the type of its first operand.
133 * If a particular {@link OperandType} is not present in operandPerformance,
137 * Performance does not apply to {@link OperandType::SUBGRAPH}, and a driver
138 * must not report operand performance for {@link OperandType::SUBGRAPH}.
143 * Performance of an {@link OperationType::IF} operation is the sum of
144 * {@link Capabilities::ifPerformance} and the mean of performance for the
151 * Performance of a {@link OperationType::WHILE} operation is the sum of
152 * {@link Capabilities::whilePerformance}, performance for the condition
167 * Besides the values listed in {@link OperationType}, any value above
[all …]
DIPreparedModel.hal57 * {@link @1.0::DataLocation} of a {@link @1.0::RequestArgument}) until the
73 * may be aborted, and either {@link
74 * ErrorStatus::MISSED_DEADLINE_TRANSIENT} or {@link
92 * executing a {@link OperationType::WHILE}
97 * time is {@link LoopTimeoutDurationNs::DEFAULT}.
99 * {@link LoopTimeoutDurationNs::MAXIMUM}.
135 * 'request' (described by the {@link @1.0::DataLocation} of a
136 * {@link @1.0::RequestArgument}) until executeSynchronously_1_3
149 * execution may be aborted, and either {@link
150 * ErrorStatus::MISSED_DEADLINE_TRANSIENT} or {@link
[all …]
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal83 *{@link SymmPerChannelQuantParams} must hold the parameters for an Operand of this type.
159 * Takes two input tensors of identical {@link OperandType} and compatible
181 * Supported tensor {@link OperandType}:
182 * * {@link OperandType::TENSOR_FLOAT16} (since HAL version 1.2)
183 * * {@link OperandType::TENSOR_FLOAT32}
184 * * {@link OperandType::TENSOR_QUANT8_ASYMM}
190 * * 1: A tensor of the same {@link OperandType}, and compatible dimensions
192 * For a {@link OperandType::TENSOR_QUANT8_ASYMM} tensor,
194 * * 2: An {@link OperandType::INT32} scalar, and has to be one of the
195 * {@link FusedActivationFunc} values. Specifies the activation to
[all …]
Dtypes.t160 * Besides the values listed in {@link OperationType}, any value above
161 * {@link OperationTypeRange::BASE_MAX} is possible and should be interpreted
162 * as an extension type according to {@link Model::extensionNameToPrefix}.
196 * Besides the values listed in {@link OperandType}, any value above
197 * {@link OperandTypeRange::BASE_MAX} is possible and should be interpreted
198 * as an extension type according to {@link Model::extensionNameToPrefix}.
256 * See {@link OperandType}.
265 * See {@link OperandType}.
381 * {@link OperandTypeRange::BASE_MAX} or
382 * {@link OperationTypeRange::BASE_MAX} respectively should be interpreted
[all …]
DIPreparedModel.hal52 * {@link @1.0::DataLocation} of a {@link @1.0::RequestArgument}) until the
104 * 'request' (described by the {@link @1.0::DataLocation} of a
105 * {@link @1.0::RequestArgument}) until executeSynchronously
165 * {@link @1.0::DataLocation} of an
166 * {@link OperandInformation}) until a result has been
/hardware/interfaces/neuralnetworks/1.1/
Dtypes.hal39 * Supported tensor {@link OperandType}:
40 * * {@link OperandType::TENSOR_FLOAT32}
41 * * {@link OperandType::TENSOR_QUANT8_ASYMM}
48 * * 1: A 1-D Tensor of {@link OperandType::TENSOR_INT32}, the block
53 * * 0: A tensor of the same {@link OperandType} as input0.
54 * For a {@link OperandType::TENSOR_QUANT8_ASYMM} tensor,
62 * Takes two input tensors of identical {@link OperandType} and compatible
79 * Supported tensor {@link OperandType}:
80 * * {@link OperandType::TENSOR_FLOAT32}
86 * * 1: A tensor of the same {@link OperandType}, and compatible dimensions
[all …]
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal29 * types. Most used are {@link OperandType::TENSOR_FLOAT32},
30 * {@link OperandType::TENSOR_QUANT8_ASYMM},
31 * and {@link OperandType::INT32}.
83 * Takes two input tensors of identical {@link OperandType} and compatible
101 * Supported tensor {@link OperandType}:
102 * * {@link OperandType::TENSOR_FLOAT32}
103 * * {@link OperandType::TENSOR_QUANT8_ASYMM}
109 * * 1: A tensor of the same {@link OperandType}, and compatible dimensions
111 * For a {@link OperandType::TENSOR_QUANT8_ASYMM} tensor,
113 * * 2: An {@link OperandType::INT32} scalar, and has to be one of the
[all …]
DIPreparedModel.hal47 * {@link DataLocation} of a {@link RequestArgument}) until the
/hardware/google/pixel/usb/
DUsbGadgetUtils.cpp70 char link[kMaxFilePathLength]; in linkFunction() local
73 snprintf(link, kMaxFilePathLength, "%s%d", FUNCTION_PATH, index); in linkFunction()
74 if (symlink(functionPath, link)) { in linkFunction()
75 ALOGE("Cannot create symlink %s -> %s errno:%d", link, functionPath, errno); in linkFunction()
/hardware/interfaces/tv/tuner/1.0/
DIDescrambler.hal42 * Set a key token to link descrambler to a key slot
44 * It is used by the client to link a hardware key slot to a descrambler.
45 * A descrambler instance can have only one key slot to link, but a key
48 * @param keyToken the token to be used to link the key slot.
/hardware/interfaces/wifi/1.3/
DIWifiStaIface.hal30 * Retrieve the latest link layer stats.
32 * link layer stats collection hasn't been explicitly enabled.
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Desoc_ctrl.h63 const char *link; member
/hardware/qcom/msm8994/original-kernel-headers/linux/
Desoc_ctrl.h69 const char *link; member
/hardware/qcom/msm8996/original-kernel-headers/linux/
Desoc_ctrl.h69 const char *link; member
/hardware/interfaces/
DAndroid.bp14 // VTS tests must link to HAL definition libraries statically.
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Iface.cpp320 int link = INVALID_IFACE; in iface_ipa_index_query() local
328 return link; in iface_ipa_index_query()
336 link = i; in iface_ipa_index_query()
340 link); in iface_ipa_index_query()
341 return link; in iface_ipa_index_query()
376 link = i; in iface_ipa_index_query()
382 return link; in iface_ipa_index_query()
/hardware/interfaces/health/2.0/default/
DAndroid.bp26 // service or passthrough HAL link to this library.
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_Iface.cpp320 int link = INVALID_IFACE; in iface_ipa_index_query() local
328 return link; in iface_ipa_index_query()
336 link = i; in iface_ipa_index_query()
340 link); in iface_ipa_index_query()
341 return link; in iface_ipa_index_query()
376 link = i; in iface_ipa_index_query()
382 return link; in iface_ipa_index_query()
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_Iface.cpp320 int link = INVALID_IFACE; in iface_ipa_index_query() local
328 return link; in iface_ipa_index_query()
336 link = i; in iface_ipa_index_query()
340 link); in iface_ipa_index_query()
341 return link; in iface_ipa_index_query()
376 link = i; in iface_ipa_index_query()
382 return link; in iface_ipa_index_query()
/hardware/interfaces/health/2.0/
DIHealthInfoCallback.hal21 * {@link IHealthInfoBus.registerCallback}.
/hardware/interfaces/health/utils/libhealth2impl/
DAndroid.bp16 // HAL implementations can link to this library and extend the Health class.
/hardware/interfaces/health/2.1/
DIHealthInfoCallback.hal23 * {@link IHealth.registerCallback}.
/hardware/interfaces/camera/provider/2.4/vts/functional/
DAndroid.bp32 // Statically link to libs not guaranteed to be present on the device.
/hardware/interfaces/wifi/1.0/
DIWifiStaIface.hal44 * If set indicates that the link layer stats APIs are supported.
279 * Enable link layer stats collection.
300 * Disable link layer stats collection.
315 * Retrieve the latest link layer stats.
317 * link layer stats collection hasn't been explicitly enabled.

12345