Home
last modified time | relevance | path

Searched refs:operations (Results 1 – 25 of 67) sorted by relevance

123

/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DValidateModel.cpp220 size += sizeForBinder(model.operations); in sizeForBinder()
260 for (size_t operation = 0; operation < model.operations.size(); ++operation) { in mutateExecutionOrderTest()
261 const Operation& operationObj = model.operations[operation]; in mutateExecutionOrderTest()
273 auto& operations = model->operations; in mutateExecutionOrderTest() local
274 std::rotate(operations.begin(), operations.begin() + operation, in mutateExecutionOrderTest()
275 operations.begin() + operation + 1); in mutateExecutionOrderTest()
290 auto& operations = model->operations; in mutateExecutionOrderTest() local
291 std::rotate(operations.begin() + operation, operations.begin() + operation + 1, in mutateExecutionOrderTest()
292 operations.end()); in mutateExecutionOrderTest()
596 for (size_t operation = 0; operation < model.operations.size(); ++operation) { in mutateOperandAddWriterTest()
[all …]
DGeneratedTestHarness.cpp74 hidl_vec<Operation> operations(testModel.main.operations.size()); in createModel() local
75 std::transform(testModel.main.operations.begin(), testModel.main.operations.end(), in createModel()
76 operations.begin(), [](const TestOperation& op) -> Operation { in createModel()
117 .operations = std::move(operations), in createModel()
DBasicTests.cpp140 const std::vector<Operation> operations = { in TEST_P() local
148 .operations = operations, in TEST_P()
162 ASSERT_EQ(supported.size(), model.operations.size()); in TEST_P()
/hardware/interfaces/neuralnetworks/1.1/vts/functional/
DValidateModel.cpp239 size += sizeForBinder(model.operations); in sizeForBinder()
280 for (size_t operation = 0; operation < model.operations.size(); ++operation) { in mutateExecutionOrderTest()
281 const Operation& operationObj = model.operations[operation]; in mutateExecutionOrderTest()
293 auto& operations = model->operations; in mutateExecutionOrderTest() local
294 std::rotate(operations.begin(), operations.begin() + operation, in mutateExecutionOrderTest()
295 operations.begin() + operation + 1); in mutateExecutionOrderTest()
310 auto& operations = model->operations; in mutateExecutionOrderTest() local
311 std::rotate(operations.begin() + operation, operations.begin() + operation + 1, in mutateExecutionOrderTest()
312 operations.end()); in mutateExecutionOrderTest()
624 for (size_t operation = 0; operation < model.operations.size(); ++operation) { in mutateOperandAddWriterTest()
[all …]
DGeneratedTestHarness.cpp81 hidl_vec<Operation> operations(testModel.main.operations.size()); in createModel() local
82 std::transform(testModel.main.operations.begin(), testModel.main.operations.end(), in createModel()
83 operations.begin(), [](const TestOperation& op) -> Operation { in createModel()
124 .operations = std::move(operations), in createModel()
DBasicTests.cpp147 const std::vector<Operation> operations = { in TEST_P() local
155 .operations = operations, in TEST_P()
169 ASSERT_EQ(supported.size(), model.operations.size()); in TEST_P()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DValidateModel.cpp277 size += sizeForBinder(model.operations); in sizeForBinder()
319 for (size_t operation = 0; operation < model.operations.size(); ++operation) { in mutateExecutionOrderTest()
320 const Operation& operationObj = model.operations[operation]; in mutateExecutionOrderTest()
332 auto& operations = model->operations; in mutateExecutionOrderTest() local
333 std::rotate(operations.begin(), operations.begin() + operation, in mutateExecutionOrderTest()
334 operations.begin() + operation + 1); in mutateExecutionOrderTest()
349 auto& operations = model->operations; in mutateExecutionOrderTest() local
350 std::rotate(operations.begin() + operation, operations.begin() + operation + 1, in mutateExecutionOrderTest()
351 operations.end()); in mutateExecutionOrderTest()
692 for (size_t operation = 0; operation < model.operations.size(); ++operation) { in mutateOperandAddWriterTest()
[all …]
DGeneratedTestHarness.cpp114 hidl_vec<Operation> operations(testModel.main.operations.size()); in createModel() local
115 std::transform(testModel.main.operations.begin(), testModel.main.operations.end(), in createModel()
116 operations.begin(), [](const TestOperation& op) -> Operation { in createModel()
157 .operations = std::move(operations), in createModel()
DBasicTests.cpp221 const std::vector<Operation> operations = { in TEST_P() local
229 .operations = operations, in TEST_P()
243 ASSERT_EQ(supported.size(), model.operations.size()); in TEST_P()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DValidateModel.cpp274 size += sizeForBinder(subgraph.operations); in sizeForBinder()
336 for (size_t operation = 0; operation < model.main.operations.size(); ++operation) { in mutateExecutionOrderTest()
337 const Operation& operationObj = model.main.operations[operation]; in mutateExecutionOrderTest()
350 auto& operations = model->main.operations; in mutateExecutionOrderTest() local
351 std::rotate(operations.begin(), operations.begin() + operation, in mutateExecutionOrderTest()
352 operations.begin() + operation + 1); in mutateExecutionOrderTest()
368 auto& operations = model->main.operations; in mutateExecutionOrderTest() local
369 std::rotate(operations.begin() + operation, in mutateExecutionOrderTest()
370 operations.begin() + operation + 1, operations.end()); in mutateExecutionOrderTest()
719 for (size_t operation = 0; operation < model.main.operations.size(); ++operation) { in mutateOperandAddWriterTest()
[all …]
DBasicTests.cpp162 const std::vector<Operation> operations = { in TEST_P() local
170 .operations = operations, in TEST_P()
188 ASSERT_EQ(supported.size(), model.main.operations.size()); in TEST_P()
DGeneratedTestHarness.cpp243 hidl_vec<Operation> operations(testSubgraph.operations.size()); in createSubgraph() local
244 std::transform(testSubgraph.operations.begin(), testSubgraph.operations.end(), in createSubgraph()
245 operations.begin(), [](const TestOperation& op) -> Operation { in createSubgraph()
252 .operations = std::move(operations), in createSubgraph()
1001 testModel.main.operations.size() == 1; in __anon404ff7050d02()
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantIface.hal127 * Set the device name for WPS operations.
141 * Set the device type for WPS operations.
154 * Set the manufacturer for WPS operations.
168 * Set the model name for WPS operations.
181 * Set the model number for WPS operations.
195 * Set the serial number for WPS operations.
208 * Set the list of supported config methods for WPS operations.
/hardware/interfaces/neuralnetworks/1.1/
DIDevice.hal42 * Gets the supported operations in a model.
44 * getSupportedOperations indicates which operations of a model are fully
48 * @param model A model whose operations--and their corresponding
55 * @return supportedOperations A list of supported operations, where true
Dtypes.t92 * All operations included in the model.
94 * The operations are sorted into execution order. Every operand
98 vec<Operation> operations;
/hardware/interfaces/neuralnetworks/1.0/
DIDevice.hal37 * Gets the supported operations in a model.
39 * getSupportedOperations indicates which operations of a model are fully
43 * @param model A model whose operations--and their corresponding
50 * @return supportedOperations A list of supported operations, where true
Dtypes.t72 * consumed by other operations. It must be an output operand of
107 * arguments of operations.
309 * All operations included in the model.
311 * The operations are sorted into execution order. Every operand
315 vec<Operation> operations;
355 * operations that take optional arguments. If true, the fields of location
/hardware/interfaces/drm/1.1/
Dtypes.hal194 * DRM key management and crypto operations are performed within a
200 * DRM key management, crypto operations and decoding of content
206 * DRM key management, crypto operations, decoding of content and all
/hardware/interfaces/boot/1.1/
DIBootControl.hal39 * When the merge status is set to MERGING, the following operations must be prohibited from the
43 * The following operations may be prohibited when the status is set to MERGING. If not
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.t106 * This represents performance of non-extension operations.
146 * performance of all operations within the subgraph.
154 * subgraph is the sum of the performance of all operations within the
192 * consumed by other operations. It must be an output operand of
227 * arguments of operations.
234 * operations.
436 * All operations included in the subgraph.
438 * The operations are sorted into execution order. Every operand
442 vec<Operation> operations;
/hardware/interfaces/gnss/1.0/
DIGnssBatching.hal85 * If the available size is variable, for example, based on other operations
87 * for batching operations.
138 * Closes the interface. If any batch operations are in progress,
/hardware/nxp/nfc/extns/intf/nxpnfc/1.0/
DINxpNfc.hal22 * Performs an General Input Output operations.
/hardware/nxp/secure_element/extns/intf/nxpese/1.0/
DINxpEse.hal22 * Performs a general input/output operations.
/hardware/google/av/media/eco/
D.clang-format29 # There have been some bugs in which subsequent formatting operations introduce
/hardware/interfaces/keymaster/4.0/
DIKeymasterDevice.hal28 * operations:
50 * All of the operations and storage of key material must occur in a secure environment. Secure
93 * ECB-mode operations must fail with ErrorCode::INVALID_INPUT_LENGTH if the input isn't a
94 * multiple of the AES block size. With PKCS7 padding, GCM and CTR operations must fail with
103 * ECB-mode operations must fail with ErrorCode::INVALID_INPUT_LENGTH if the input isn't a
881 * runs out of space for operations. Any result other than ErrorCode::OK from begin(), update()
884 * must support 16 concurrent operations.
894 * KeyCharacteristics. Public key operations, meaning KeyPurpose::ENCRYPT and
958 * All RSA key operations must specify exactly one padding mode in inParams. If unspecified or
961 * RSA signing and verification operations need a digest, as do RSA encryption and decryption
[all …]

123