Home
last modified time | relevance | path

Searched refs:operation (Results 1 – 8 of 8) sorted by relevance

/test/vts/proto/
DVtsResourceControllerMessage.proto25 // Unknown operation.
54 // This is an operation that is used in the target-side
63 // Unknown operation.
71 // Perform actual read operation.
77 // Perform actual write operation.
79 // Commit to a read/write operation.
87 // Unknown operation.
99 // The arguments for a FMQ operation.
101 // operation to be performed
102 optional FmqOp operation = 1; field
[all …]
DVtsDriverControlMessage.proto118 // Arguments for operation on FMQ
120 // Arguments for operation on hidl_memory
122 // Arguments for operation on hidl_handle
/test/vts/utils/python/mirror/
Dresource_mirror.py303 def _createTemplateRequestMessage(self, operation, queue_id): argument
317 request_msg.operation = operation
627 def _createTemplateRequestMessage(self, operation): argument
642 request_msg.operation = operation
769 def _createTemplateRequestMessage(self, operation): argument
784 request_msg.operation = operation
/test/vti/test_serving/gae/frontend/src/app/menu/
Dmenu_base.ts46 for (const operation of additionalOperations) { constant
47 operation(response);
/test/mlts/benchmark/tools/
Dtensor_utils.py324 operation = self.mmd.output_meta_data[i % len(self.mmd.output_meta_data)]['operator_code']
327 .format(self.nnapi_model_name, layer, operation),
359 operation = self.mmd.output_meta_data[i % len(self.mmd.output_meta_data)]['operator_code']
362 .format(self.nnapi_model_name, layer, operation),
465 operation = self.mmd.output_meta_data[i % len(self.mmd.output_meta_data)]['operator_code']
468 .format(sample_model_data.nnapi_model_name, layer, operation),
/test/vts/drivers/resource/resource_manager/
DVtsResourceManager.cpp43 HidlHandleOp operation = hidl_handle_request.operation(); in ProcessHidlHandleCommand() local
52 switch (operation) { in ProcessHidlHandleCommand()
187 switch (hidl_memory_request.operation()) { in ProcessHidlMemoryCommand()
346 switch (fmq_request.operation()) { in ProcessFmqCommandInternal()
/test/vts/utils/python/coverage/
Dcoverage_utils.py746 if args.operation != "init_coverage" and args.operation != "get_coverage":
764 if args.operation == "init_coverage":
766 elif args.operation == "get_coverage":
/test/mlts/benchmark/jni/
Drandom_graph_test_jni.cpp96 for (const auto& operation : subgraph.operations) { in getOperationsInModel() local
97 result.push_back(operation.type); in getOperationsInModel()