/aosp_15_r20/external/pytorch/torch/_refs/ |
H A D | __init__.py | 643 def fill(a: TensorLikeType, value: NumberType) -> TensorLikeType: 655 def fill_(a: TensorLikeType, value: NumberType) -> TensorLikeType: 818 nan: Optional[NumberType] = 0.0, 819 posinf: Optional[NumberType] = None, 820 neginf: Optional[NumberType] = None, 1031 a: Union[Tensor, NumberType], argument 1075 a: Union[TensorLikeType, NumberType], argument 1078 alpha: Optional[NumberType] = None, 1152 a: Union[TensorLikeType, NumberType], b: Union[TensorLikeType, NumberType] argument 1168 a: Union[TensorLikeType, NumberType], argument [all …]
|
/aosp_15_r20/external/pytorch/torch/_refs/nn/functional/ |
H A D | __init__.py | 162 a: TensorLikeType, alpha: Optional[NumberType] = None, inplace: bool = False 221 alpha: NumberType = 1.0, 222 scale: NumberType = 1.0, 223 input_scale: NumberType = 1.0, 463 beta: Optional[NumberType] = None, 464 threshold: NumberType = 20, 909 threshold: NumberType, 1014 min_val: NumberType = -1, 1015 max_val: NumberType = 1, 1190 p: NumberType = 2.0, [all …]
|
/aosp_15_r20/external/cronet/base/strings/ |
H A D | string_number_conversions_fuzzer.cc | 16 StringType (*num_to_string)(NumberType), in CheckRoundtripsT() 17 bool (*string_to_num)(StringPieceType, NumberType*)) { in CheckRoundtripsT() argument 37 bool (*string_to_num)(base::StringPiece, NumberType*)) { in CheckRoundtrips() argument 46 NumberType*)) { in CheckRoundtrips16() argument
|
/aosp_15_r20/external/pytorch/torch/_prims/ |
H A D | __init__.py | 224 tensorlike: Optional[Union[NumberType, torch.Tensor]] = None, 771 def _fill_meta(a: TensorLikeType, value: NumberType) -> TensorLikeType: 1110 a: Union[TensorLikeType, NumberType], b: Union[TensorLikeType, NumberType] argument 1129 a: Union[TensorLikeType, NumberType], b: Union[TensorLikeType, NumberType] argument 2651 fill_value: NumberType, 2663 fill_value: NumberType, 2691 fill_value: NumberType, 2706 fill_value: NumberType, 2734 scalar: NumberType, 2745 scalar: NumberType,
|
/aosp_15_r20/external/pytorch/torch/_prims_common/ |
H A D | __init__.py | 45 NumberType: TypeAlias = Union[bool, int, float, complex] variable 1062 def get_dtype(x: Union[torch.Tensor, NumberType]): argument 1123 a: Optional[Union[torch.dtype, TensorLikeType, NumberType]], argument 1136 x: Optional[Union[torch.dtype, TensorLikeType, NumberType]] argument 1354 x: Union[NumberType, torch.SymInt, torch.SymFloat, torch.SymBool] 1720 correction: Optional[NumberType] = None, 1862 def prod(xs: Sequence[NumberType]) -> NumberType:
|
H A D | wrappers.py | 33 def _maybe_convert_to_dtype(a: NumberType, dtype: torch.dtype) -> NumberType: 65 def _maybe_convert_to_type(a: NumberType, typ: type) -> NumberType:
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/util/ |
D | parse_number.h | 30 struct NumberType { struct 38 inline bool IsIntegral(const NumberType& type) { in IsIntegral() argument
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
H A D | parse_number.h | 30 struct NumberType { struct 38 inline bool IsIntegral(const NumberType& type) { in IsIntegral() argument
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/util/ |
H A D | parse_number.h | 30 struct NumberType { struct 38 inline bool IsIntegral(const NumberType& type) { in IsIntegral() argument
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | binary.cpp | 189 struct NumberType { struct in __anon280bd92a0111::Parser 190 spv_number_kind_t type; 191 uint32_t bit_width;
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/ |
D | binary.cpp | 189 struct NumberType { struct in __anon9062b3f00111::Parser 190 spv_number_kind_t type; 191 uint32_t bit_width;
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/ |
H A D | binary.cpp | 189 struct NumberType { struct in __anon720ffbe40111::Parser 190 spv_number_kind_t type; 191 uint32_t bit_width;
|
/aosp_15_r20/external/crosvm/metrics/src/ |
H A D | local_stats.rs | 60 pub trait NumberType: interface 181 fn median<T: NumberType, D: Details<T>>(values: &[D]) -> T { in median() 188 fn stddev<T: NumberType, D: Details<T>>(values: &[D], simple_stat: &SimpleStat<T>) -> f64 { in stddev()
|
/aosp_15_r20/external/pytorch/torch/_refs/special/ |
H A D | __init__.py | 150 def xlog1py(a: Union[TensorLikeType, NumberType], b: Union[TensorLikeType, NumberType]): argument
|
/aosp_15_r20/external/pytorch/torch/_decomp/ |
H A D | decompositions.py | 2151 x: Union[Tensor, NumberType], argument 2575 alpha: NumberType = 1, 2588 alpha: NumberType = 1, 2600 alpha: NumberType = 1, 4723 end: NumberType, 4737 start: NumberType, 4738 end: NumberType, 4763 p: NumberType = 1, 4764 margin: NumberType = 1,
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/ |
H A D | jit_type.h | 1266 struct TORCH_API NumberType : public Type { struct 1274 static const TypeKind Kind = TypeKind::NumberType; argument 1279 NumberType(TypeKind kind = TypeKind::NumberType) : Type(kind) {} in Type() argument
|
/aosp_15_r20/external/fastrpc/src/ |
H A D | std_dtoa.c | 177 FloatingPointType NumberType = FP_TYPE_UNKOWN; in fp_check_special_cases() local
|
H A D | std_strlprintf.c | 407 FloatingPointType NumberType = FP_TYPE_UNKOWN; in FormatFloat() local
|
/aosp_15_r20/external/mesa3d/src/amd/addrlib/src/core/ |
H A D | addrelemlib.h | 43 enum NumberType enum
|
/aosp_15_r20/external/jackson-core/src/main/java/com/fasterxml/jackson/core/ |
H A D | JsonParser.java | 40 public enum NumberType { enum in JsonParser
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmGraphicsShaderTestUtil.hpp | 61 enum NumberType enum
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 242 QualType NumberType, in getNSNumberFactoryMethod() 316 QualType NumberType = Number->getType(); in BuildObjCNumericLiteral() local
|
/aosp_15_r20/external/aws-sdk-java-v2/services/pinpointsmsvoicev2/src/main/resources/codegen-resources/ |
H A D | service-2.json | 3879 "NumberType":{ object 4134 "NumberType":{ object 5250 "NumberType":{ object 5367 "NumberType":{ object 5429 "NumberType":{ object 6511 "NumberType":{ object
|
/aosp_15_r20/external/ublksrv/include/nlohmann/ |
H A D | json.hpp | 18239 bool is_negative_number(NumberType /*unused*/) in is_negative_number() argument
|
/aosp_15_r20/packages/apps/Car/DebuggingRestrictionController/libs/ |
D | jackson-core-2.11.1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF ... |