Home
last modified time | relevance | path

Searched full:operations (Results 1 – 25 of 13162) sorted by relevance

12345678910>>...527

/external/googleapis/google/cloud/aiplatform/v1/schema/
Daiplatform_v1.yaml84 - selector: 'google.longrunning.Operations.*'
97 - selector: google.longrunning.Operations.CancelOperation
98 post: '/ui/{name=projects/*/locations/*/operations/*}:cancel'
100 - post: '/ui/{name=projects/*/locations/*/datasets/*/operations/*}:cancel'
101 - post: '/ui/{name=projects/*/locations/*/datasets/*/dataItems/*/operations/*}:cancel'
102 - post: '/ui/{name=projects/*/locations/*/datasets/*/savedQueries/*/operations/*}:cancel'
103 - post: '/ui/{name=projects/*/locations/*/datasets/*/annotationSpecs/*/operations/*}:cancel'
104 …- post: '/ui/{name=projects/*/locations/*/datasets/*/dataItems/*/annotations/*/operations/*}:cance…
105 - post: '/ui/{name=projects/*/locations/*/endpoints/*/operations/*}:cancel'
106 - post: '/ui/{name=projects/*/locations/*/featurestores/*/operations/*}:cancel'
[all …]
/external/googleapis/google/cloud/aiplatform/v1beta1/schema/
Daiplatform_v1beta1.yaml107 - selector: 'google.longrunning.Operations.*'
120 - selector: google.longrunning.Operations.CancelOperation
121 post: '/ui/{name=projects/*/locations/*/operations/*}:cancel'
123 - post: '/ui/{name=projects/*/locations/*/datasets/*/operations/*}:cancel'
124 - post: '/ui/{name=projects/*/locations/*/datasets/*/dataItems/*/operations/*}:cancel'
125 - post: '/ui/{name=projects/*/locations/*/datasets/*/savedQueries/*/operations/*}:cancel'
126 - post: '/ui/{name=projects/*/locations/*/datasets/*/annotationSpecs/*/operations/*}:cancel'
127 …- post: '/ui/{name=projects/*/locations/*/datasets/*/dataItems/*/annotations/*/operations/*}:cance…
128 - post: '/ui/{name=projects/*/locations/*/endpoints/*/operations/*}:cancel'
129 - post: '/ui/{name=projects/*/locations/*/featurestores/*/operations/*}:cancel'
[all …]
/external/googleapis/google/cloud/aiplatform/v1beta1/
Daiplatform_v1beta1.yaml42 - name: google.longrunning.Operations
251 - selector: google.longrunning.Operations.CancelOperation
252 post: '/ui/{name=projects/*/locations/*/operations/*}:cancel'
254 - post: '/ui/{name=projects/*/locations/*/datasets/*/operations/*}:cancel'
255 - post: '/ui/{name=projects/*/locations/*/datasets/*/dataItems/*/operations/*}:cancel'
256 - post: '/ui/{name=projects/*/locations/*/datasets/*/savedQueries/*/operations/*}:cancel'
257 - post: '/ui/{name=projects/*/locations/*/datasets/*/annotationSpecs/*/operations/*}:cancel'
258 …- post: '/ui/{name=projects/*/locations/*/datasets/*/dataItems/*/annotations/*/operations/*}:cance…
259 - post: '/ui/{name=projects/*/locations/*/deploymentResourcePools/*/operations/*}:cancel'
260 - post: '/ui/{name=projects/*/locations/*/edgeDevices/*/operations/*}:cancel'
[all …]
/external/googleapis/google/cloud/aiplatform/v1/
Daiplatform_v1.yaml35 - name: google.longrunning.Operations
229 - selector: google.longrunning.Operations.CancelOperation
230 post: '/ui/{name=projects/*/locations/*/operations/*}:cancel'
232 - post: '/ui/{name=projects/*/locations/*/datasets/*/operations/*}:cancel'
233 - post: '/ui/{name=projects/*/locations/*/datasets/*/dataItems/*/operations/*}:cancel'
234 - post: '/ui/{name=projects/*/locations/*/datasets/*/savedQueries/*/operations/*}:cancel'
235 - post: '/ui/{name=projects/*/locations/*/datasets/*/annotationSpecs/*/operations/*}:cancel'
236 …- post: '/ui/{name=projects/*/locations/*/datasets/*/dataItems/*/annotations/*/operations/*}:cance…
237 - post: '/ui/{name=projects/*/locations/*/deploymentResourcePools/*/operations/*}:cancel'
238 - post: '/ui/{name=projects/*/locations/*/edgeDevices/*/operations/*}:cancel'
[all …]
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/detail/
Dgeneric_rk_operations.hpp6 Operations caller for the generic Runge Kutta method.
27 template< size_t StageNumber , class Operations , class Fac , class Time >
30 template< class Operations , class Fac , class Time >
31 struct generic_rk_scale_sum< 1 , Operations , Fac , Time > : public Operations::template scale_sum2…
33 …generic_rk_scale_sum( const boost::array<Fac,1> &a , Time dt ) : Operations::template scale_sum2< … in generic_rk_scale_sum()
40 template< class Operations , class Fac , class Time >
41 struct generic_rk_scale_sum< 2 , Operations , Fac , Time > : public Operations::template scale_sum3…
44 : Operations::template scale_sum3< Fac , Time >( 1.0 , a[0]*dt , a[1]*dt ) in generic_rk_scale_sum()
50 template< class Operations , class Fac , class Time >
51 struct generic_rk_scale_sum< 3 , Operations , Fac , Time > : public Operations::template scale_sum4…
[all …]
Dadams_bashforth_call_algebra.hpp29 template< size_t Step , class Algebra , class Operations >
32 template< class Algebra , class Operations >
33 struct adams_bashforth_call_algebra< 1 , Algebra , Operations >
39 …algebra.for_each3( out , in , steps[0].m_v , typename Operations::template scale_sum2< value_type … in operator ()()
44 template< class Algebra , class Operations >
45 struct adams_bashforth_call_algebra< 2 , Algebra , Operations >
52 …typename Operations::template scale_sum3< value_type , Time , Time >( 1.0 , dt * coef[0] , dt * co… in operator ()()
57 template< class Algebra , class Operations >
58 struct adams_bashforth_call_algebra< 3 , Algebra , Operations >
65 …typename Operations::template scale_sum4< value_type , Time , Time , Time >( 1.0 , dt * coef[0] , … in operator ()()
[all …]
Dadams_moulton_call_algebra.hpp28 template< size_t Step , class Algebra , class Operations >
31 template< class Algebra , class Operations >
32 struct adams_moulton_call_algebra< 1 , Algebra , Operations >
38 …algebra.for_each3( out , in , dxdt , typename Operations::template scale_sum2< value_type , Time >… in operator ()()
43 template< class Algebra , class Operations >
44 struct adams_moulton_call_algebra< 2 , Algebra , Operations >
51 …typename Operations::template scale_sum3< value_type , Time , Time >( 1.0 , dt * coef[0] , dt * co… in operator ()()
56 template< class Algebra , class Operations >
57 struct adams_moulton_call_algebra< 3 , Algebra , Operations >
64 …typename Operations::template scale_sum4< value_type , Time , Time >( 1.0 , dt * coef[0] , dt * co… in operator ()()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
DP10InstrResources.td13 // 22 Cycles Binary Floating Point operations, 2 input operands
21 // 22 Cycles Binary Floating Point operations, and 3 Cycles ALU operations, 2 input operands
27 // 24 Cycles Binary Floating Point operations, 2 input operands
33 // 26 Cycles Binary Floating Point operations, 1 input operands
41 // 26 Cycles Binary Floating Point operations, and 3 Cycles ALU operations, 1 input operands
47 // 27 Cycles Binary Floating Point operations, 1 input operands
53 // 27 Cycles Binary Floating Point operations, 2 input operands
62 // 27 Cycles Binary Floating Point operations, and 3 Cycles ALU operations, 2 input operands
68 // 36 Cycles Binary Floating Point operations, 1 input operands
77 // 36 Cycles Binary Floating Point operations, and 3 Cycles ALU operations, 1 input operands
[all …]
/external/grpc-grpc/test/core/end2end/fuzzers/api_fuzzer_corpus/
Dtestcase-494727213672038462 operations {
104 operations {
108 operations {
112 operations {
116 operations {
121 operations {
130 operations {
144 operations {
149 operations {
184 operations {
[all …]
/external/googleapis/google/spanner/admin/database/v1/
Dspanner.yaml7 - name: google.longrunning.Operations
26 - selector: 'google.longrunning.Operations.*'
33 - selector: google.longrunning.Operations.CancelOperation
34 post: '/v1/{name=projects/*/instances/*/databases/*/operations/*}:cancel'
36 - post: '/v1/{name=projects/*/instances/*/operations/*}:cancel'
37 - post: '/v1/{name=projects/*/instances/*/backups/*/operations/*}:cancel'
38 - post: '/v1/{name=projects/*/instanceConfigs/*/operations/*}:cancel'
39 - selector: google.longrunning.Operations.DeleteOperation
40 delete: '/v1/{name=projects/*/instances/*/databases/*/operations/*}'
42 - delete: '/v1/{name=projects/*/instances/*/operations/*}'
[all …]
/external/googleapis/google/spanner/v1/
Dspanner.yaml16 - selector: 'google.longrunning.Operations.*'
23 - selector: google.longrunning.Operations.CancelOperation
24 post: '/v1/{name=projects/*/instances/*/databases/*/operations/*}:cancel'
26 - post: '/v1/{name=projects/*/instances/*/operations/*}:cancel'
27 - post: '/v1/{name=projects/*/instances/*/backups/*/operations/*}:cancel'
28 - post: '/v1/{name=projects/*/instanceConfigs/*/operations/*}:cancel'
29 - selector: google.longrunning.Operations.DeleteOperation
30 delete: '/v1/{name=projects/*/instances/*/databases/*/operations/*}'
32 - delete: '/v1/{name=projects/*/instances/*/operations/*}'
33 - delete: '/v1/{name=projects/*/instances/*/backups/*/operations/*}'
[all …]
/external/googleapis/google/cloud/videointelligence/v1p1beta1/
Dvideointelligence_v1p1beta1.yaml23 - selector: google.longrunning.Operations.ListOperations
25 - selector: google.longrunning.Operations.GetOperation
27 - selector: google.longrunning.Operations.DeleteOperation
29 - selector: google.longrunning.Operations.CancelOperation
36 - selector: google.longrunning.Operations.ListOperations
37 get: '/v1p1beta1/{name=projects/*/locations/*}/operations'
39 - selector: google.longrunning.Operations.GetOperation
40 get: '/v1p1beta1/{name=projects/*/locations/*/operations/*}'
42 - get: '/v1p1beta1/operations/{name=projects/*/locations/*/operations/*}'
44 - selector: google.longrunning.Operations.DeleteOperation
[all …]
/external/googleapis/google/cloud/videointelligence/v1p2beta1/
Dvideointelligence_v1p2beta1.yaml23 - selector: google.longrunning.Operations.ListOperations
25 - selector: google.longrunning.Operations.GetOperation
27 - selector: google.longrunning.Operations.DeleteOperation
29 - selector: google.longrunning.Operations.CancelOperation
36 - selector: google.longrunning.Operations.ListOperations
37 get: '/v1p2beta1/{name=projects/*/locations/*}/operations'
39 - selector: google.longrunning.Operations.GetOperation
40 get: '/v1p2beta1/{name=projects/*/locations/*/operations/*}'
42 - get: '/v1p2beta1/operations/{name=projects/*/locations/*/operations/*}'
44 - selector: google.longrunning.Operations.DeleteOperation
[all …]
/external/googleapis/google/cloud/discoveryengine/v1/
Ddiscoveryengine_v1.yaml18 - name: google.longrunning.Operations
58 - selector: google.longrunning.Operations.GetOperation
59 get: '/v1/{name=projects/*/operations/*}'
61 - get: '/v1/{name=projects/*/locations/*/collections/*/dataConnector/operations/*}'
62 - get: '/v1/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/operations/*}'
63 - get: '/v1/{name=projects/*/locations/*/collections/*/dataStores/*/models/*/operations/*}'
64 - get: '/v1/{name=projects/*/locations/*/collections/*/dataStores/*/operations/*}'
65 - get: '/v1/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*/operations/*}'
66 …- get: '/v1/{name=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine/operations/*}'
67 …{name=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine/targetSites/operations/*}'
[all …]
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dops_compatibility.md3 TensorFlow Lite supports a number of TensorFlow operations used in common
5 Converter, those operations may be elided or fused, before the supported
6 operations are mapped to their TensorFlow Lite counterparts.
10 supported operations, very specific usage patterns are sometimes expected, for
11 performance reasons. We expect to expand the set of supported operations in
15 TensorFlow Lite is to carefully consider how operations are converted and
20 Most TensorFlow Lite operations target both floating-point (`float32`) and
24 Apart from using different version of the operations, the other difference
31 ## Supported operations and restrictions
33 TensorFlow Lite supports a subset of TensorFlow operations with some
[all …]
/external/libcups/examples/
Dipp-2.2.test55 # Operations
56 EXPECT operations-supported WITH-VALUE 0x0024 # Pause-Printer-After-Current-Job
57 EXPECT operations-supported WITH-VALUE 0x0025 # Hold-New-Jobs
58 EXPECT operations-supported WITH-VALUE 0x0026 # Release-Held-New-Jobs
59 EXPECT operations-supported WITH-VALUE 0x0029 # Restart-Printer
60 EXPECT operations-supported WITH-VALUE 0x002A # Shutdown-Printer
61 EXPECT operations-supported WITH-VALUE 0x002B # Startup-Printer
62 EXPECT operations-supported WITH-VALUE 0x002C # Reprocess-Job
63 EXPECT operations-supported WITH-VALUE 0x002D # Cancel-Current-Job
64 EXPECT operations-supported WITH-VALUE 0x002E # Suspend-Current-Job
[all …]
/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.h106 // Shape function for MatMul-like operations.
109 // Shape function for Batched MatMul-like operations with broadcasting across
113 // Shape function for BatchMatMul-like operations
119 // Shape function for BiasAdd-like operations.
122 // Shape function for BiasAddGrad-like operations.
125 // Shape function for Conv2D-like operations that support explicit padding.
128 // Shape function for Conv2D-like operations that do not support explicit
132 // Shape function for Conv3D-like operations.
135 // Shape function for DepthwiseConv2D-like operations that support explicit
140 // Shape function for DepthwiseConv2D-like operations that do not support
[all …]
/external/libnl/lib/route/link/
Dapi.c67 * Return operations of a specific link info type
72 * @return Pointer to operations or NULL if unavailable.
87 * Take reference to a set of operations.
88 * @arg ops Link info operations.
101 * Give back reference to a set of operations.
102 * @arg ops Link info operations.
116 * Register operations for a link info type
117 * @arg ops Link info operations
120 * info type. It will make the operations implemented by the module
125 * @return -NLE_EXIST Operations for address family already registered.
[all …]
/external/googleapis/google/cloud/videointelligence/v1/
Dvideointelligence_v1.yaml22 - selector: google.longrunning.Operations.CancelOperation
23 post: '/v1/{name=projects/*/locations/*/operations/*}:cancel'
26 - post: '/v1/operations/{name=projects/*/locations/*/operations/*}:cancel'
27 - selector: google.longrunning.Operations.DeleteOperation
28 delete: '/v1/{name=projects/*/locations/*/operations/*}'
30 - delete: '/v1/operations/{name=projects/*/locations/*/operations/*}'
31 - selector: google.longrunning.Operations.GetOperation
32 get: '/v1/{name=projects/*/locations/*/operations/*}'
34 - get: '/v1/operations/{name=projects/*/locations/*/operations/*}'
35 - selector: google.longrunning.Operations.ListOperations
[all …]
/external/google-cloud-java/java-service-control/proto-google-cloud-service-control-v1/src/main/java/com/google/api/servicecontrol/v1/
DReportRequestOrBuilder.java63 * Operations to be reported.
65 * Putting multiple operations into a single request is allowed, but should
66 * be used only when multiple operations are natually available at the time
68 * There is no limit on the number of operations in the same ReportRequest,
74 * <code>repeated .google.api.servicecontrol.v1.Operation operations = 2;</code>
81 * Operations to be reported.
83 * Putting multiple operations into a single request is allowed, but should
84 * be used only when multiple operations are natually available at the time
86 * There is no limit on the number of operations in the same ReportRequest,
92 * <code>repeated .google.api.servicecontrol.v1.Operation operations = 2;</code>
[all …]
/external/googleapis/google/cloud/discoveryengine/v1beta/
Ddiscoveryengine_v1beta.yaml22 - name: google.longrunning.Operations
66 - selector: google.longrunning.Operations.GetOperation
67 get: '/v1beta/{name=projects/*/locations/*/collections/*/dataConnector/operations/*}'
69 … - get: '/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/operations/*}'
70 - get: '/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/models/*/operations/*}'
71 - get: '/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/operations/*}'
72 - get: '/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*/operations/*}'
73 …t: '/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine/operations/*}'
74 …{name=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine/targetSites/operations/*}'
75 - get: '/v1beta/{name=projects/*/locations/*/collections/*/engines/*/operations/*}'
[all …]
/external/android-nn-driver/test/
DGenericLayerTests.cpp45 model0.operations.resize(1);
48 model0.operations[0].type = HalPolicy::OperationType::FULLY_CONNECTED;
49 model0.operations[0].inputs = hidl_vec<uint32_t>{0, 1, 2, 3};
50 model0.operations[0].outputs = hidl_vec<uint32_t>{4};
65 model1.operations.resize(2);
68 model1.operations[0].type = HalPolicy::OperationType::FULLY_CONNECTED;
69 model1.operations[0].inputs = hidl_vec<uint32_t>{0, 1, 2, 3};
70 model1.operations[0].outputs = hidl_vec<uint32_t>{4};
76 model1.operations[1].type = HalPolicy::OperationType::FULLY_CONNECTED;
77 model1.operations[1].inputs = hidl_vec<uint32_t>{4}; // Only 1 input operand, expected 4
[all …]
/external/googleapis/google/cloud/videointelligence/v1beta2/
Dvideointelligence_v1beta2.yaml31 - selector: google.longrunning.Operations.ListOperations
32 get: '/v1beta2/{name=projects/*/locations/*}/operations'
34 - selector: google.longrunning.Operations.GetOperation
35 get: '/v1beta2/{name=projects/*/locations/*/operations/*}'
37 - get: '/v1beta2/operations/{name=projects/*/locations/*/operations/*}'
39 - selector: google.longrunning.Operations.DeleteOperation
40 delete: '/v1beta2/{name=projects/*/locations/*/operations/*}'
42 - delete: '/v1beta2/operations/{name=projects/*/locations/*/operations/*}'
44 - selector: google.longrunning.Operations.CancelOperation
45 post: '/v1beta2/{name=projects/*/locations/*/operations/*}:cancel'
[all …]
/external/googleapis/google/longrunning/
Doperations.proto36 // Additional information regarding long-running operations.
38 // long-running operations.
45 // Manages long-running operations with an API service.
52 // returns long-running operations should implement the `Operations` interface
54 service Operations { service
57 // Lists operations that match the specified filter in the request. If the
61 // to use different resource name schemes, such as `users/*/operations`. To
63 // `"/v1/{name=users/*}/operations"` to their service configuration.
64 // For backwards compatibility, the default name includes the operations
66 // is the parent resource, without the operations collection id.
[all …]
/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/proto/google/longrunning/
Doperations.proto36 // Additional information regarding long-running operations.
38 // long-running operations.
45 // Manages long-running operations with an API service.
52 // returns long-running operations should implement the `Operations` interface
54 service Operations { service
57 // Lists operations that match the specified filter in the request. If the
61 // to use different resource name schemes, such as `users/*/operations`. To
63 // `"/v1/{name=users/*}/operations"` to their service configuration.
64 // For backwards compatibility, the default name includes the operations
66 // is the parent resource, without the operations collection id.
[all …]

12345678910>>...527