/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mlir_generated/ |
H A D | gpu_unary_ops_test.cc | 191 #define TEST_CAST_FROM_TO(from_type, to_type) \ argument 202 #define TEST_NON_NEGATIVE_VALUES_CAST_FROM_TO(from_type, to_type) \ argument 213 #define TEST_CAST_TO_NO_UNSIGNED(from_type) \ argument 224 #define TEST_CAST_TO_UNSIGNED(from_type) \ argument 230 #define TEST_NON_NEGATIVE_VALUES_CAST_TO_UNSIGNED(from_type) \ argument 236 #define TEST_CAST_TO(from_type) \ argument
|
/aosp_15_r20/trusty/kernel/lib/ubsan/ |
H A D | ubsan.h | 91 const struct type_descriptor* from_type; member 118 const struct type_descriptor* from_type; member
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | elemental_ir_emitter.cc | 226 PrimitiveType from_type, in EmitIntegralToFloating() 258 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitIntegerUnaryOp() local 303 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitIntegerUnaryOp() local 378 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitFloatUnaryOp() local 468 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitFloatUnaryOp() local 593 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitComplexUnaryOp() local
|
H A D | hlo_element_type_converter.cc | 66 Shape GetConvertedTupleShape(const Shape& shape, PrimitiveType from_type, in GetConvertedTupleShape()
|
H A D | shape_inference.cc | 211 PrimitiveType from_type, in MaybeUpcast()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/hardwares/ |
H A D | simple_hardware.cc | 37 auto from_type = from->GetTypeId(); in GetHardwareSwitchingCost() local
|
H A D | cpu_hardware.cc | 58 auto from_type = from->GetTypeId(); in GetHardwareSwitchingCost() local
|
H A D | gpu_hardware.cc | 45 auto from_type = from->GetTypeId(); in GetHardwareSwitchingCost() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/ |
H A D | primitive_util.h | 208 inline bool CastPreservesValues(PrimitiveType from_type, in CastPreservesValues()
|
H A D | primitive_util_test.cc | 285 auto from_type = static_cast<PrimitiveType>(from_type_int); in TEST() local
|
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/ |
H A D | ir_proc.rs | 72 let from_type = match v.fields { in derive_from_variants() localVariable
|
/aosp_15_r20/external/pytorch/tools/flight_recorder/components/ |
H A D | types.py | 36 def from_type(cls, c: T) -> "TypeInfo": member in TypeInfo
|
/aosp_15_r20/art/runtime/ |
H A D | method_handles-inl.h | 160 const Primitive::Type from_type = from->GetPrimitiveType(); in PerformConversions() local
|
H A D | method_handles.cc | 209 const Primitive::Type from_type = from->GetPrimitiveType(); in ConvertJValueCommon() local
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | ir_function.cpp | 159 const glsl_type *from_type; in get_parameter_match_type() local
|
/aosp_15_r20/external/selinux/policycoreutils/secon/ |
H A D | secon.c | 64 unsigned int from_type:8; /* 16 bits, uses 4 bits */ member
|
/aosp_15_r20/external/coreboot/src/lib/ |
H A D | ubsan.c | 252 struct ubsan_type_descriptor *from_type; member
|
/aosp_15_r20/external/libchrome/base/debug/ |
H A D | activity_tracker.cc | 76 uint32_t from_type, in AllocateFrom()
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ParseHelper.cpp | 3256 auto from_type = node->getBasicType(); in integerCheck() local 7277 TBasicType from_type = from.getBasicType(); in findFunctionExplicitTypes() local
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
H A D | ParseHelper.cpp | 3495 auto from_type = node->getBasicType(); in integerCheck() local 7580 TBasicType from_type = from.getBasicType(); in findFunctionExplicitTypes() local
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | unicodeobject.c | 190 #define _PyUnicode_CONVERT_BYTES(from_type, to_type, begin, end, to) \ argument
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_jit.py | 6741 def check_cast(from_type, to_type, value, raises=False): argument
|