Home
last modified time | relevance | path

Searched defs:NumberType (Results 1 – 25 of 35) sorted by relevance

12

/aosp_15_r20/external/pytorch/torch/_refs/
H A D__init__.py643 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__.py162 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 Dstring_number_conversions_fuzzer.cc16 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__.py224 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__.py45 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 Dwrappers.py33 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/
Dparse_number.h30 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 Dparse_number.h30 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 Dparse_number.h30 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 Dbinary.cpp189 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/
Dbinary.cpp189 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 Dbinary.cpp189 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 Dlocal_stats.rs60 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__.py150 def xlog1py(a: Union[TensorLikeType, NumberType], b: Union[TensorLikeType, NumberType]): argument
/aosp_15_r20/external/pytorch/torch/_decomp/
H A Ddecompositions.py2151 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 Djit_type.h1266 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 Dstd_dtoa.c177 FloatingPointType NumberType = FP_TYPE_UNKOWN; in fp_check_special_cases() local
H A Dstd_strlprintf.c407 FloatingPointType NumberType = FP_TYPE_UNKOWN; in FormatFloat() local
/aosp_15_r20/external/mesa3d/src/amd/addrlib/src/core/
H A Daddrelemlib.h43 enum NumberType enum
/aosp_15_r20/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
H A DJsonParser.java40 public enum NumberType { enum in JsonParser
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.hpp61 enum NumberType enum
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaExprObjC.cpp242 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 Dservice-2.json3879 "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 Djson.hpp18239 bool is_negative_number(NumberType /*unused*/) in is_negative_number() argument
/aosp_15_r20/packages/apps/Car/DebuggingRestrictionController/libs/
Djackson-core-2.11.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...

12