Home
last modified time | relevance | path

Searched defs:DType (Results 1 – 25 of 79) sorted by relevance

1234

/aosp_15_r20/external/pytorch/torch/masked/
H A D_ops.py15 from torch.types import _dtype as DType unknown
20 DType = int variable
620 dtype: Optional[DType] = None,
740 dtype: Optional[DType] = None,
1044 dtype: Optional[DType] = None,
1097 dtype: Optional[DType] = None,
1173 dtype: Optional[DType] = None,
1193 dtype: Optional[DType] = None,
1214 dtype: Optional[DType] = None,
1264 dtype: Optional[DType] = None,
[all …]
/aosp_15_r20/external/pytorch/torch/sparse/
H A D__init__.py20 from torch.types import _dtype as DType unknown
25 DType = int variable
201 def sum(input: Tensor, dim: DimOrDims = None, dtype: Optional[DType] = None) -> Tensor:
/aosp_15_r20/external/pytorch/android/pytorch_android/src/main/java/org/pytorch/
H A DDType.java4 public enum DType { enum
24 DType(int jniCode) { in DType() method in DType
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Ddynamic_ragged_shape.py199 dtype: Optional[dtypes.DType] = None,
1119 dtype: dtypes.DType):
1240 dtype: dtypes.DType) -> "DynamicRaggedShape.Spec":
1311 dtype: dtypes.DType = dtypes.int64) -> "DynamicRaggedShape.Spec":
1434 def with_dtype(self, dtype: dtypes.DType) -> "DynamicRaggedShape.Spec":
1882 dtype: Optional[dtypes.DType]) -> Optional[dtypes.DType]:
/aosp_15_r20/external/executorch/extension/android/src/main/java/org/pytorch/executorch/
H A DDType.java19 public enum DType { enum
73 DType(int jniCode) { in DType() method in DType
/aosp_15_r20/external/pytorch/torch/nested/
H A D__init__.py9 from torch.types import _device as Device, _dtype as DType unknown
25 dtype: Optional[DType] = None,
/aosp_15_r20/external/executorch/extension/llm/export/
H A Dbuilder.py44 class DType(Enum): class
121 def to_dtype(self, dtype_override: Optional[DType]) -> "LLMEdgeManager":
/aosp_15_r20/external/executorch/examples/models/llama/
H A Dexport_llama_lib.py867 dtype_override: Optional[DType] = None,
979 modelname: str, dtype_override: Optional[DType], args
/aosp_15_r20/external/pytorch/torch/nn/
H A Dfunctional.py30 from torch.types import _dtype as DType unknown
33 DType = int variable
2074 dtype: Optional[DType] = None,
2107 dtype: Optional[DType] = None,
2224 dtype: Optional[DType] = None,
5835 other_type: Optional[DType],
5837 target_type: DType,
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/
H A Dconvert.py63 def convert_tensor_tf_type_to_tflite_type(tf_type: dtypes.DType,
105 def convert_inference_tf_type_to_tflite_type(tf_type: dtypes.DType,
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDebugInfo.cpp1227 const char *LLVMDITypeGetName(LLVMMetadataRef DType, size_t *Length) { in LLVMDITypeGetName()
1233 uint64_t LLVMDITypeGetSizeInBits(LLVMMetadataRef DType) { in LLVMDITypeGetSizeInBits()
1237 uint64_t LLVMDITypeGetOffsetInBits(LLVMMetadataRef DType) { in LLVMDITypeGetOffsetInBits()
1241 uint32_t LLVMDITypeGetAlignInBits(LLVMMetadataRef DType) { in LLVMDITypeGetAlignInBits()
1245 unsigned LLVMDITypeGetLine(LLVMMetadataRef DType) { in LLVMDITypeGetLine()
1249 LLVMDIFlags LLVMDITypeGetFlags(LLVMMetadataRef DType) { in LLVMDITypeGetFlags()
/aosp_15_r20/external/federated-compute/fcp/demo/
H A Dtest_utils.py36 dt: tf.DType) -> Any:
H A Dcheckpoint_tensor_reference.py26 def __init__(self, tensor_name: str, dtype: tf.DType, shape: Any,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DDebugInfo.cpp1447 const char *LLVMDITypeGetName(LLVMMetadataRef DType, size_t *Length) { in LLVMDITypeGetName()
1453 uint64_t LLVMDITypeGetSizeInBits(LLVMMetadataRef DType) { in LLVMDITypeGetSizeInBits()
1457 uint64_t LLVMDITypeGetOffsetInBits(LLVMMetadataRef DType) { in LLVMDITypeGetOffsetInBits()
1461 uint32_t LLVMDITypeGetAlignInBits(LLVMMetadataRef DType) { in LLVMDITypeGetAlignInBits()
1465 unsigned LLVMDITypeGetLine(LLVMMetadataRef DType) { in LLVMDITypeGetLine()
1469 LLVMDIFlags LLVMDITypeGetFlags(LLVMMetadataRef DType) { in LLVMDITypeGetFlags()
/aosp_15_r20/external/tensorflow/tensorflow/go/
H A Dsignature.go89 DType DataType member
/aosp_15_r20/external/federated-compute/fcp/artifact_building/
H A Dtensor_utils.py117 tensor_type: tf.DType,
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/shim/
H A Dtensor_view.h207 const std::size_t data_size, const DType &) in TensorView()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp110 auto *DType = in attachDebugInfo() local
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/
H A Dtest_dtype.py217 def test_pickle_types(self, DType): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DOpenACCKinds.h252 DType, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DOpenACCKinds.h252 DType, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DOpenACCKinds.h277 DType, enumerator
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Ddtypes.py42 class DType( class
/aosp_15_r20/external/executorch/examples/models/llama/source_transformation/
H A Dquantize.py41 activation_dtype: Optional[DType],
/aosp_15_r20/external/pytorch/torch/_numpy/
H A D_dtypes.py274 class DType: class

1234