/aosp_15_r20/external/pytorch/torch/sparse/ |
H A D | semi_structured.py | 1 # mypy: allow-untyped-defs 39 This class implementes semi-structured sparsity as a Tensor subclass. 41 Semi-structured sparsity describes a sparsity pattern where n in every 2n elements are sparse, 42 depending on the datatype. It is also referred to as 2:4 sparsity or fine-grained 43 structured sparsity. 47 …and SparseSemiStructuredCUSPARSELT both inherit from this class and define three backend-specific … 50 …-`_DTYPE_SHAPE_CONSTRAINTS` - A dictionary holding backend specific dense/sparse min shape constra… 51 - `def from_dense()` - backend specific compression routines 52 …- `def _mm()` - backend specifc mm op (either torch._cslt_sparse_mm or torch._sparse_semi_structur… 146 … tensor = torch.Tensor._make_wrapper_subclass(cls, shape, **kwargs) # type: ignore[attr-defined] [all …]
|
/aosp_15_r20/external/pytorch/docs/source/ |
H A D | sparse.rst | 5 .. _sparse-docs: 27 Various sparse storage formats such as COO, CSR/CSC, semi-structured, LIL, etc. have been 35 degrees of sparsity or highly structured sparsity this can have significant 59 indices of non-zero elements are stored in this case. 68 PyTorch currently supports :ref:`COO<sparse-coo-docs>`, :ref:`CSR<sparse-csr-docs>`, 69 :ref:`CSC<sparse-csc-docs>`, :ref:`BSR<sparse-bsr-docs>`, and :ref:`BSC<sparse-bsc-docs>`. 71 …o have a prototype implementation to support :ref: `semi-structured sparsity<sparse-semi-structure… 101 not stored. If however any of the values in the row are non-zero, they are stored 104 only rows that are *entirely* zero can be emitted and the presence of any non-zero 127 See our :ref:`operator<sparse-ops-docs>` documentation for a list. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-document-ai/grpc-google-cloud-document-ai-v1beta1/src/main/java/com/google/cloud/documentai/v1beta1/ |
H A D | DocumentUnderstandingServiceGrpc.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 24 * Service to parse structured information from unstructured or semi-structured 25 * documents using state-of-the-art Google AI such as natural language, 107 * Creates a new blocking-style stub that supports unary and streaming output calls on the service 121 /** Creates a new ListenableFuture-style stub that supports unary calls on the service */ 138 * Service to parse structured information from unstructured or semi-structured 139 * documents using state-of-the-art Google AI such as natural language, 164 * Service to parse structured information from unstructured or semi-structured 165 * documents using state-of-the-art Google AI such as natural language, 182 * Service to parse structured information from unstructured or semi-structured [all …]
|
/aosp_15_r20/external/google-cloud-java/java-document-ai/grpc-google-cloud-document-ai-v1beta2/src/main/java/com/google/cloud/documentai/v1beta2/ |
H A D | DocumentUnderstandingServiceGrpc.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 24 * Service to parse structured information from unstructured or semi-structured 25 * documents using state-of-the-art Google AI such as natural language, 156 * Creates a new blocking-style stub that supports unary and streaming output calls on the service 170 /** Creates a new ListenableFuture-style stub that supports unary calls on the service */ 187 * Service to parse structured information from unstructured or semi-structured 188 * documents using state-of-the-art Google AI such as natural language, 229 * Service to parse structured information from unstructured or semi-structured 230 * documents using state-of-the-art Google AI such as natural language, 247 * Service to parse structured information from unstructured or semi-structured [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/dataplex/v1/ |
H A D | metadata.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 36 "https://www.googleapis.com/auth/cloud-platform"; 197 // - Entity ID: ?filter="id=entityID" 198 // - Asset ID: ?filter="asset=assetID" 199 // - Data path ?filter="data_path=gs://my-bucket" 200 // - Is HIVE compatible: ?filter="hive_compatible=true" 201 // - Is BigQuery compatible: ?filter="bigquery_compatible=true" 268 // - logic operators: AND, OR 269 // - comparison operators: <, >, >=, <= ,=, != 270 // - LIKE operators: [all …]
|
H A D | resources.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 33 // managed resources can be structured or unstructured. A lake provides data 46 // (https://cloud.google.com/dataproc-metastore/docs) service associated 96 // be different if the lake is deleted and re-created with the same name. 107 // Optional. User-defined labels for the lake. 166 // consumption and analytics workloads. Curated structured data stored in 168 // orc) and organized in a hive-compatible directory layout. 182 // Resources that are associated with a multi-region location. 196 // Describe CSV and similar semi-structured data formats. 206 // Optional. The character encoding of the data. The default is UTF-8. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dataplex/proto-google-cloud-dataplex-v1/src/main/proto/google/cloud/dataplex/v1/ |
H A D | metadata.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 36 "https://www.googleapis.com/auth/cloud-platform"; 197 // - Entity ID: ?filter="id=entityID" 198 // - Asset ID: ?filter="asset=assetID" 199 // - Data path ?filter="data_path=gs://my-bucket" 200 // - Is HIVE compatible: ?filter="hive_compatible=true" 201 // - Is BigQuery compatible: ?filter="bigquery_compatible=true" 268 // - logic operators: AND, OR 269 // - comparison operators: <, >, >=, <= ,=, != 270 // - LIKE operators: [all …]
|
H A D | resources.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 33 // managed resources can be structured or unstructured. A lake provides data 46 // (https://cloud.google.com/dataproc-metastore/docs) service associated 96 // be different if the lake is deleted and re-created with the same name. 107 // Optional. User-defined labels for the lake. 166 // consumption and analytics workloads. Curated structured data stored in 168 // orc) and organized in a hive-compatible directory layout. 182 // Resources that are associated with a multi-region location. 196 // Describe CSV and similar semi-structured data formats. 206 // Optional. The character encoding of the data. The default is UTF-8. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-document-ai/grpc-google-cloud-document-ai-v1/src/main/java/com/google/cloud/documentai/v1/ |
H A D | DocumentProcessorServiceGrpc.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 25 * processor's definition. Processors are built using state-of-the-art Google 27 * structured information from unstructured or semi-structured documents. 1135 * Creates a new blocking-style stub that supports unary and streaming output calls on the service 1149 /** Creates a new ListenableFuture-style stub that supports unary calls on the service */ 1167 * processor's definition. Processors are built using state-of-the-art Google 1169 * structured information from unstructured or semi-structured documents. 1509 * processor's definition. Processors are built using state-of-the-art Google 1511 * structured information from unstructured or semi-structured documents. 1528 * processor's definition. Processors are built using state-of-the-art Google [all …]
|
/aosp_15_r20/external/google-cloud-java/java-document-ai/grpc-google-cloud-document-ai-v1beta3/src/main/java/com/google/cloud/documentai/v1beta3/ |
H A D | DocumentProcessorServiceGrpc.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 25 * processor's definition. Processors are built using state-of-the-art Google 27 * structured information from unstructured or semi-structured documents. 1204 * Creates a new blocking-style stub that supports unary and streaming output calls on the service 1218 /** Creates a new ListenableFuture-style stub that supports unary calls on the service */ 1236 * processor's definition. Processors are built using state-of-the-art Google 1238 * structured information from unstructured or semi-structured documents. 1596 * processor's definition. Processors are built using state-of-the-art Google 1598 * structured information from unstructured or semi-structured documents. 1615 * processor's definition. Processors are built using state-of-the-art Google [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/documentai/ |
H A D | documentai_v1beta1.yaml | 7 - name: google.cloud.documentai.v1beta1.DocumentUnderstandingService 10 - name: google.cloud.documentai.v1beta1.BatchProcessDocumentsResponse 11 - name: google.cloud.documentai.v1beta1.Document 12 - name: google.cloud.documentai.v1beta1.OperationMetadata 15 summary: |- 16 Service to parse structured information from unstructured or 17 semi-structured documents using state-of-the-art Google AI such as natural 22 - selector: google.cloud.documentai.v1beta1.DocumentUnderstandingService.BatchProcessDocuments 24 canonical_scopes: |- 25 https://www.googleapis.com/auth/cloud-platform [all …]
|
/aosp_15_r20/external/google-cloud-java/java-document-ai/google-cloud-document-ai/src/main/java/com/google/cloud/documentai/v1beta1/ |
H A D | package-info.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 24 * <p>Service Description: Service to parse structured information from unstructured or 25 * semi-structured documents using state-of-the-art Google AI such as natural language, computer 33 * // - It may require correct/in-range values for request initialization. 34 * // - It may require specifying regional endpoints when creating the service client as shown in 44 @Generated("by gapic-generator-java")
|
H A D | DocumentUnderstandingServiceClient.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 33 // AUTO-GENERATED DOCUMENTATION AND CLASS. 35 * Service Description: Service to parse structured information from unstructured or semi-structured 36 * documents using state-of-the-art Google AI such as natural language, computer vision, and 45 * // - It may require correct/in-range values for request initialization. 46 * // - It may require specifying regional endpoints when creating the service client as shown in 57 * resources such as threads. In the example above, try-with-resources is used, which automatically 88 * // - It may require correct/in-range values for request initialization. 89 * // - It may require specifying regional endpoints when creating the service client as shown in 104 * // - It may require correct/in-range values for request initialization. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-document-ai/google-cloud-document-ai/src/main/java/com/google/cloud/documentai/v1beta3/ |
H A D | package-info.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 25 * processor's definition. Processors are built using state-of-the-art Google AI such as natural 26 * language, computer vision, and translation to extract structured information from unstructured or 27 * semi-structured documents. 34 * // - It may require correct/in-range values for request initialization. 35 * // - It may require specifying regional endpoints when creating the service client as shown in 44 @Generated("by gapic-generator-java")
|
/aosp_15_r20/external/google-cloud-java/java-document-ai/google-cloud-document-ai/src/main/java/com/google/cloud/documentai/v1/ |
H A D | package-info.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 25 * processor's definition. Processors are built using state-of-the-art Google AI such as natural 26 * language, computer vision, and translation to extract structured information from unstructured or 27 * semi-structured documents. 34 * // - It may require correct/in-range values for request initialization. 35 * // - It may require specifying regional endpoints when creating the service client as shown in 44 @Generated("by gapic-generator-java")
|
/aosp_15_r20/external/googleapis/google/cloud/documentai/v1beta2/ |
H A D | documentai_v1beta2.yaml | 7 - name: google.cloud.documentai.v1beta2.DocumentUnderstandingService 8 - name: google.cloud.location.Locations 9 - name: google.longrunning.Operations 12 - name: google.cloud.documentai.v1beta2.BatchProcessDocumentsResponse 13 - name: google.cloud.documentai.v1beta2.Document 14 - name: google.cloud.documentai.v1beta2.OperationMetadata 17 summary: |- 18 Service to parse structured information from unstructured or 19 semi-structured documents using state-of-the-art Google AI such as natural 22 - selector: google.cloud.location.Locations.GetLocation [all …]
|
H A D | document_understanding.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 35 // Service to parse structured information from unstructured or semi-structured 36 // documents using state-of-the-art Google AI such as natural language, 41 "https://www.googleapis.com/auth/cloud-platform"; 84 // Format: `projects/{project-id}/locations/{location-id}`. 94 // Format: `projects/{project-id}/locations/{location-id}`. 147 // this location as JSON-serialized `Document` objects. 184 // Optional. Page number for multi-paged inputs this hint applies to. If not 186 // 1-based. 190 // normalized to [0,1] and the bounding box must be an axis-aligned rectangle. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-document-ai/google-cloud-document-ai/src/main/java/com/google/cloud/documentai/v1beta2/ |
H A D | package-info.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 24 * <p>Service Description: Service to parse structured information from unstructured or 25 * semi-structured documents using state-of-the-art Google AI such as natural language, computer 33 * // - It may require correct/in-range values for request initialization. 34 * // - It may require specifying regional endpoints when creating the service client as shown in 40 * .setParent("parent-995424086") 43 * .setDocumentType("documentType-1473196299") 54 @Generated("by gapic-generator-java")
|
/aosp_15_r20/external/googleapis/google/cloud/documentai/v1/ |
H A D | documentai_v1.yaml | 7 - name: google.cloud.documentai.v1.DocumentProcessorService 8 - name: google.cloud.location.Locations 9 - name: google.longrunning.Operations 12 - name: google.cloud.documentai.v1.BatchProcessMetadata 13 - name: google.cloud.documentai.v1.BatchProcessResponse 14 - name: google.cloud.documentai.v1.DeleteProcessorMetadata 15 - name: google.cloud.documentai.v1.DeleteProcessorVersionMetadata 16 - name: google.cloud.documentai.v1.DeployProcessorVersionMetadata 17 - name: google.cloud.documentai.v1.DeployProcessorVersionResponse 18 - name: google.cloud.documentai.v1.DisableProcessorMetadata [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/documentai/v1beta3/ |
H A D | documentai_v1beta3.yaml | 7 - name: google.cloud.documentai.v1beta3.DocumentProcessorService 8 - name: google.cloud.documentai.v1beta3.DocumentService 9 - name: google.cloud.location.Locations 10 - name: google.longrunning.Operations 13 - name: google.cloud.documentai.v1beta3.BatchDeleteDocumentsMetadata 14 - name: google.cloud.documentai.v1beta3.BatchDeleteDocumentsResponse 15 - name: google.cloud.documentai.v1beta3.BatchProcessMetadata 16 - name: google.cloud.documentai.v1beta3.BatchProcessResponse 17 - name: google.cloud.documentai.v1beta3.Dataset 18 - name: google.cloud.documentai.v1beta3.DeleteProcessorMetadata [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ |
H A D | StorageFormat.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 96 * Parquet-formatted structured data. 106 * Avro-formatted structured data. 116 * Orc-formatted structured data. 126 * Csv-formatted semi-structured data. 136 * Json-formatted semi-structured data. 212 UNRECOGNIZED(-1), 229 * Parquet-formatted structured data. 239 * Avro-formatted structured data. 249 * Orc-formatted structured data. [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/.changes/2.18.x/ |
H A D | 2.18.29.json | 3 "date": "2022-12-01", 33 …"description": "Comprehend now supports semi-structured documents (such as PDF files or image file…
|
/aosp_15_r20/external/google-cloud-java/java-document-ai/proto-google-cloud-document-ai-v1beta1/src/main/proto/google/cloud/documentai/v1beta1/ |
H A D | document_understanding.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 35 // Service to parse structured information from unstructured or semi-structured 36 // documents using state-of-the-art Google AI such as natural language, 41 "https://www.googleapis.com/auth/cloud-platform"; 70 // Format: `projects/{project-id}/locations/{location-id}`. 120 // this location as JSON-serialized `Document` objects. 158 // Optional. Page number for multi-paged inputs this hint applies to. If not 160 // 1-based. 164 // normalized to [0,1] and the bounding box must be an axis-aligned rectangle. 192 // User-provided hint for key value pair. [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/documentai/v1beta1/ |
H A D | document_understanding.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 35 // Service to parse structured information from unstructured or semi-structured 36 // documents using state-of-the-art Google AI such as natural language, 41 "https://www.googleapis.com/auth/cloud-platform"; 70 // Format: `projects/{project-id}/locations/{location-id}`. 120 // this location as JSON-serialized `Document` objects. 158 // Optional. Page number for multi-paged inputs this hint applies to. If not 160 // 1-based. 164 // normalized to [0,1] and the bounding box must be an axis-aligned rectangle. 192 // User-provided hint for key value pair. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-document-ai/proto-google-cloud-document-ai-v1beta2/src/main/proto/google/cloud/documentai/v1beta2/ |
H A D | document_understanding.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 35 // Service to parse structured information from unstructured or semi-structured 36 // documents using state-of-the-art Google AI such as natural language, 40 option (google.api.oauth_scopes) = "https://www.googleapis.com/auth/cloud-platform"; 81 // Format: `projects/{project-id}/locations/{location-id}`. 91 // Format: `projects/{project-id}/locations/{location-id}`. 144 // this location as JSON-serialized `Document` objects. 181 // Optional. Page number for multi-paged inputs this hint applies to. If not 183 // 1-based. 187 // normalized to [0,1] and the bounding box must be an axis-aligned rectangle. [all …]
|