Home
last modified time | relevance | path

Searched refs:returns (Results 1 – 25 of 2183) sorted by relevance

12345678910>>...88

/external/tensorflow/tensorflow/core/protobuf/
Dworker_service.proto40 rpc GetStatus(GetStatusRequest) returns (GetStatusResponse);
44 returns (CreateWorkerSessionResponse);
48 returns (DeleteWorkerSessionResponse);
51 rpc RegisterGraph(RegisterGraphRequest) returns (RegisterGraphResponse);
54 rpc DeregisterGraph(DeregisterGraphRequest) returns (DeregisterGraphResponse);
57 rpc RunGraph(RunGraphRequest) returns (RunGraphResponse);
60 rpc CleanupGraph(CleanupGraphRequest) returns (CleanupGraphResponse);
63 rpc CleanupAll(CleanupAllRequest) returns (CleanupAllResponse);
66 rpc RecvTensor(RecvTensorRequest) returns (RecvTensorResponse) {
71 rpc Logging(LoggingRequest) returns (LoggingResponse);
[all …]
/external/nos/host/generic/nugget/proto/nugget/app/avb/
Davb.proto30 rpc GetState (GetStateRequest) returns (GetStateResponse);
31 rpc Load (LoadRequest) returns (LoadResponse);
32 rpc Store (StoreRequest) returns (StoreResponse);
33 rpc GetLock (GetLockRequest) returns (GetLockResponse);
34 rpc CarrierLock (CarrierLockRequest) returns (CarrierLockResponse);
35 rpc CarrierUnlock (CarrierUnlockRequest) returns (CarrierUnlockResponse);
36 rpc SetDeviceLock (SetDeviceLockRequest) returns (SetDeviceLockResponse);
37 rpc SetBootLock (SetBootLockRequest) returns (SetBootLockResponse);
38 rpc SetOwnerLock (SetOwnerLockRequest) returns (SetOwnerLockResponse);
39 rpc SetProduction (SetProductionRequest) returns (SetProductionResponse);
[all …]
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/
Dkeymaster.proto50 rpc AddRngEntropy (AddRngEntropyRequest) returns (AddRngEntropyResponse);
51 rpc GenerateKey (GenerateKeyRequest) returns (GenerateKeyResponse);
52 rpc GetKeyCharacteristics (GetKeyCharacteristicsRequest) returns (GetKeyCharacteristicsResponse);
53 rpc ImportKey (ImportKeyRequest) returns (ImportKeyResponse);
54 rpc ExportKey (ExportKeyRequest) returns (ExportKeyResponse);
55 rpc StartAttestKey (StartAttestKeyRequest) returns (StartAttestKeyResponse);
56 rpc UpgradeKey (UpgradeKeyRequest) returns (UpgradeKeyResponse);
57 rpc DeleteKey (DeleteKeyRequest) returns (DeleteKeyResponse);
58 rpc DeleteAllKeys (DeleteAllKeysRequest) returns (DeleteAllKeysResponse);
59 rpc DestroyAttestationIds (DestroyAttestationIdsRequest) returns (DestroyAttestationIdsResponse);
[all …]
/external/tensorflow/tensorflow/compiler/xla/rpc/
Dxla_service.proto57 rpc Unregister(UnregisterRequest) returns (UnregisterResponse) {
63 returns (DeconstructTupleResponse) {
70 rpc Unpack(UnpackRequest) returns (UnpackResponse) {
74 rpc GetShape(GetShapeRequest) returns (GetShapeResponse) {
79 returns (ComputationStatsResponse) {
83 rpc LoadData(LoadDataRequest) returns (LoadDataResponse) {
88 returns (TransferToClientResponse) {
94 returns (TransferToServerResponse) {
99 returns (TransferToInfeedResponse) {
104 returns (TransferFromOutfeedResponse) {
[all …]
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dservices.proto28 // The server returns the client payload as-is.
29 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
33 // The server returns the client payload as-is on each response
34 rpc StreamingCall(stream SimpleRequest) returns (stream SimpleResponse);
37 // The server returns the client payload as-is once the client does WritesDone
38 rpc StreamingFromClient(stream SimpleRequest) returns (SimpleResponse);
41 // The server repeatedly returns the client payload as-is
42 rpc StreamingFromServer(SimpleRequest) returns (stream SimpleResponse);
46 rpc StreamingBothWays(stream SimpleRequest) returns (stream SimpleResponse);
56 rpc RunServer(stream ServerArgs) returns (stream ServerStatus);
[all …]
/external/grpc-grpc/src/proto/grpc/testing/
Dtest.proto30 rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty);
33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
38 rpc CacheableUnaryCall(SimpleRequest) returns (SimpleResponse);
41 // The server returns the payload with client desired type and sizes.
43 returns (stream StreamingOutputCallResponse);
46 // The server returns the aggregated size of client payload as the result.
48 returns (StreamingInputCallResponse);
54 returns (stream StreamingOutputCallResponse);
61 returns (stream StreamingOutputCallResponse);
65 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty);
[all …]
Dbenchmark_service.proto25 // The server returns the client payload as-is.
26 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
30 // The server returns the client payload as-is on each response
31 rpc StreamingCall(stream SimpleRequest) returns (stream SimpleResponse);
34 // The server returns the client payload as-is once the client does WritesDone
35 rpc StreamingFromClient(stream SimpleRequest) returns (SimpleResponse);
38 // The server repeatedly returns the client payload as-is
39 rpc StreamingFromServer(SimpleRequest) returns (stream SimpleResponse);
43 rpc StreamingBothWays(stream SimpleRequest) returns (stream SimpleResponse);
Decho.proto23 rpc Echo(EchoRequest) returns (EchoResponse);
24 rpc RequestStream(stream EchoRequest) returns (EchoResponse);
25 rpc ResponseStream(EchoRequest) returns (stream EchoResponse);
26 rpc BidiStream(stream EchoRequest) returns (stream EchoResponse);
27 rpc Unimplemented(EchoRequest) returns (EchoResponse);
31 rpc Unimplemented(EchoRequest) returns (EchoResponse);
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
Dtest.proto29 rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty);
32 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
37 rpc CacheableUnaryCall(SimpleRequest) returns (SimpleResponse);
40 // The server returns the payload with client desired type and sizes.
42 returns (stream StreamingOutputCallResponse);
45 // The server returns the aggregated size of client payload as the result.
47 returns (StreamingInputCallResponse);
53 returns (stream StreamingOutputCallResponse);
60 returns (stream StreamingOutputCallResponse);
64 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty);
[all …]
/external/grpc-grpc-java/compiler/src/test/proto/grpc/testing/compiler/
Dtest.proto44 // The server returns the client payload as-is.
45 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
48 // The server returns the payload with client desired type and sizes.
50 returns (stream StreamingOutputCallResponse);
53 // The server returns the aggregated size of client payload as the result.
55 returns (StreamingInputCallResponse);
61 returns (stream StreamingOutputCallResponse);
68 returns (stream StreamingOutputCallResponse);
72 rpc Import(stream StreamingInputCallRequest) returns (stream StreamingInputCallResponse);
80 rpc DeprecatedMethod(SimpleRequest) returns (SimpleResponse) {
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli318 (** [mdkind_id context name] returns the MDKind ID that corresponds to the
366 (** [module_context m] returns the context of the specified module.
372 (** [classify_type ty] returns the {!TypeKind.t} corresponding to the type [ty].
376 (** [type_is_sized ty] returns whether the type has a size or not.
381 (** [type_context ty] returns the {!llcontext} corresponding to the type [ty].
385 (** [string_of_lltype ty] returns a string describing the type [ty]. *)
390 (** [i1_type c] returns an integer type of bitwidth 1 in the context [c]. See
394 (** [i8_type c] returns an integer type of bitwidth 8 in the context [c]. See
398 (** [i16_type c] returns an integer type of bitwidth 16 in the context [c]. See
402 (** [i32_type c] returns an integer type of bitwidth 32 in the context [c]. See
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.mli407 (** [description d] returns a textual description of [d]. *)
410 (** [severity d] returns the severity of [d]. *)
431 (** [mdkind_id context name] returns the MDKind ID that corresponds to the
443 (** [enum_attr_kind name] returns the kind of enum attributes named [name].
506 (** [string_of_llmodule m] returns the .ll representation of the module [m]
514 (** [module_context m] returns the context of the specified module.
521 (** [classify_type ty] returns the {!TypeKind.t} corresponding to the type [ty].
525 (** [type_is_sized ty] returns whether the type has a size or not.
530 (** [type_context ty] returns the {!llcontext} corresponding to the type [ty].
538 (** [string_of_lltype ty] returns a string describing the type [ty]. *)
[all …]
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dcore.py113 @tc.returns(string_types)
117 @tc.returns(string_types)
123 @tc.returns(bool)
131 @tc.returns(bool)
135 @tc.returns(int)
143 @tc.returns(tc.Optional(tensor_shape.Dimension))
148 @tc.returns(tc.Optional(int))
153 @tc.returns(tc.Union(tuple, tensor_shape.Dimension))
162 @tc.returns(tc.Optional(tuple))
180 @tc.returns(Axis)
[all …]
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli416 (** [description d] returns a textual description of [d]. *)
419 (** [severity d] returns the severity of [d]. *)
440 (** [mdkind_id context name] returns the MDKind ID that corresponds to the
485 (** [string_of_llmodule m] returns the .ll representation of the module [m]
493 (** [module_context m] returns the context of the specified module.
500 (** [classify_type ty] returns the {!TypeKind.t} corresponding to the type [ty].
504 (** [type_is_sized ty] returns whether the type has a size or not.
509 (** [type_context ty] returns the {!llcontext} corresponding to the type [ty].
517 (** [string_of_lltype ty] returns a string describing the type [ty]. *)
523 (** [i1_type c] returns an integer type of bitwidth 1 in the context [c]. See
[all …]
/external/boringssl/src/third_party/wycheproof_testvectors/
Decdh_secp224r1_test.txt907 # ECDH computation still returns the correct shared value.
917 # ECDH computation still returns the correct shared value.
927 # ECDH computation still returns the correct shared value.
937 # ECDH computation still returns the correct shared value.
947 # ECDH computation still returns the correct shared value.
957 # ECDH computation still returns the correct shared value.
967 # ECDH computation still returns the correct shared value.
977 # ECDH computation still returns the correct shared value.
987 # ECDH computation still returns the correct shared value.
997 # ECDH computation still returns the correct shared value.
[all …]
Decdh_secp256r1_test.txt1164 # ECDH computation still returns the correct shared value.
1174 # ECDH computation still returns the correct shared value.
1184 # ECDH computation still returns the correct shared value.
1194 # ECDH computation still returns the correct shared value.
1204 # ECDH computation still returns the correct shared value.
1214 # ECDH computation still returns the correct shared value.
1224 # ECDH computation still returns the correct shared value.
1234 # ECDH computation still returns the correct shared value.
1244 # ECDH computation still returns the correct shared value.
1254 # ECDH computation still returns the correct shared value.
[all …]
Decdh_secp384r1_test.txt1006 # ECDH computation still returns the correct shared value.
1016 # ECDH computation still returns the correct shared value.
1026 # ECDH computation still returns the correct shared value.
1036 # ECDH computation still returns the correct shared value.
1046 # ECDH computation still returns the correct shared value.
1056 # ECDH computation still returns the correct shared value.
1066 # ECDH computation still returns the correct shared value.
1076 # ECDH computation still returns the correct shared value.
1086 # ECDH computation still returns the correct shared value.
1096 # ECDH computation still returns the correct shared value.
[all …]
Decdh_secp521r1_test.txt1066 # ECDH computation still returns the correct shared value.
1076 # ECDH computation still returns the correct shared value.
1086 # ECDH computation still returns the correct shared value.
1096 # ECDH computation still returns the correct shared value.
1106 # ECDH computation still returns the correct shared value.
1116 # ECDH computation still returns the correct shared value.
1126 # ECDH computation still returns the correct shared value.
1136 # ECDH computation still returns the correct shared value.
1146 # ECDH computation still returns the correct shared value.
1156 # ECDH computation still returns the correct shared value.
[all …]
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/service/
Dtest_service.proto24 // The server returns the client payload as-is.
25 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
28 // The server returns the payload with client desired type and sizes.
30 returns (stream StreamingOutputCallResponse);
33 // The server returns the aggregated size of client payload as the result.
35 returns (StreamingInputCallResponse);
41 returns (stream StreamingOutputCallResponse);
48 returns (stream StreamingOutputCallResponse);
/external/antlr/runtime/JavaScript/tests/functional/
Dt015calc.g16 evaluate returns [result]: r=expression {result = r;};
18 expression returns [result]: r=mult (
23 mult returns [result]: r=log (
28 log returns [result]: 'ln' r=exp {result = Math.log(r);}
32 exp returns [result]: r=atom ('^' r2=atom {r = Math.pow(r,r2);} )? {result = r;}
35 atom returns [result]:
/external/antlr/runtime/Python3/tests/
Dt015calc.g19 evaluate returns [result]: r=expression {result = r};
21 expression returns [result]: r=mult (
26 mult returns [result]: r=log (
32 log returns [result]: 'ln' r=exp {result = math.log(r)}
36 exp returns [result]: r=atom ('^' r2=atom {r = math.pow(r,r2)} )? {result = r}
39 atom returns [result]:
/external/antlr/runtime/Python/tests/
Dt015calc.g19 evaluate returns [result]: r=expression {result = r};
21 expression returns [result]: r=mult (
26 mult returns [result]: r=log (
32 log returns [result]: 'ln' r=exp {result = math.log(r)}
36 exp returns [result]: r=atom ('^' r2=atom {r = math.pow(r,r2)} )? {result = r}
39 atom returns [result]:
/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/
Dtest.proto30 rpc EmptyCall(google.protobuf.Empty) returns (google.protobuf.Empty);
33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
36 // The server returns the payload with client desired type and sizes.
38 returns (stream StreamingOutputCallResponse);
41 // The server returns the aggregated size of client payload as the result.
43 returns (StreamingInputCallResponse);
49 returns (stream StreamingOutputCallResponse);
56 returns (stream StreamingOutputCallResponse);
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/
Dtest.proto30 rpc EmptyCall(google.protobuf.Empty) returns (google.protobuf.Empty);
33 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
36 // The server returns the payload with client desired type and sizes.
38 returns (stream StreamingOutputCallResponse);
41 // The server returns the aggregated size of client payload as the result.
43 returns (StreamingInputCallResponse);
49 returns (stream StreamingOutputCallResponse);
56 returns (stream StreamingOutputCallResponse);
/external/antlr/runtime/Cpp/tests/
Dt015calc.g32 evaluate returns [result]: r=expression {result = r};
34 expression returns [result]: r=mult (
39 mult returns [result]: r=log (
45 log returns [result]: 'ln' r=exp {result = math.log(r)}
49 exp returns [result]: r=atom ('^' r2=atom {r = math.pow(r,r2)} )? {result = r}
52 atom returns [result]:

12345678910>>...88