Searched refs:operations (Results 1 – 3 of 3) sorted by relevance
42 def SendOperations(self, *operations): argument62 ops_str = "\n".join(str(op) for op in operations)76 if len(resp_lines) != len(operations):79 return [operations[i].ParseResponse(resp_lines[i])
23 // Possible operations on Fast Message Queue.61 // Possible operations on hidl_memory.85 // Possible operations on hidl_handle.
96 for (const auto& operation : subgraph.operations) { in getOperationsInModel()