Home
last modified time | relevance | path

Searched defs:from_type (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dgpu_unary_ops_test.cc191 #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
/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/hardwares/
Dsimple_hardware.cc37 auto from_type = from->GetTypeId(); in GetHardwareSwitchingCost() local
Dcpu_hardware.cc58 auto from_type = from->GetTypeId(); in GetHardwareSwitchingCost() local
Dgpu_hardware.cc45 auto from_type = from->GetTypeId(); in GetHardwareSwitchingCost() local
/external/tensorflow/tensorflow/compiler/xla/
Dprimitive_util.h208 inline bool CastPreservesValues(PrimitiveType from_type, in CastPreservesValues()
Dprimitive_util_test.cc285 auto from_type = static_cast<PrimitiveType>(from_type_int); in TEST() local
/external/mesa3d/src/nouveau/compiler/nak/
Dir_proc.rs72 let from_type = match v.fields { in derive_from_variants() localVariable
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_element_type_converter.cc66 Shape GetConvertedTupleShape(const Shape& shape, PrimitiveType from_type, in GetConvertedTupleShape()
Delemental_ir_emitter.cc226 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
Dshape_inference.cc211 PrimitiveType from_type, in MaybeUpcast()
/external/pytorch/tools/flight_recorder/components/
Dtypes.py36 def from_type(cls, c: T) -> "TypeInfo": member in TypeInfo
/external/mesa3d/src/compiler/glsl/
Dir_function.cpp160 const glsl_type *from_type; in get_parameter_match_type() local
Dgl_nir_link_functions.c127 const struct glsl_type *from_type; in get_parameter_match_type() local
/external/rust/android-crates-io/crates/diplomat_core/src/hir/methods/
Dborrowing_field.rs185 fn from_type<P: TyPosition<StructPath = StructPath, OpaqueOwnership = Borrow>>( in from_type() method
/external/selinux/policycoreutils/secon/
Dsecon.c64 unsigned int from_type:8; /* 16 bits, uses 4 bits */ member
/external/coreboot/src/lib/
Dubsan.c252 struct ubsan_type_descriptor *from_type; member
/external/libchrome/base/debug/
Dactivity_tracker.cc76 uint32_t from_type, in AllocateFrom()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp3495 auto from_type = node->getBasicType(); in integerCheck() local
7580 TBasicType from_type = from.getBasicType(); in findFunctionExplicitTypes() local
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
DParseHelper.cpp3574 auto from_type = node->getBasicType(); in integerCheck() local
7679 TBasicType from_type = from.getBasicType(); in findFunctionExplicitTypes() local
/external/python/cpython3/Objects/
Dunicodeobject.c161 #define _PyUnicode_CONVERT_BYTES(from_type, to_type, begin, end, to) \ argument
/external/pytorch/test/
Dtest_jit.py6741 def check_cast(from_type, to_type, value, raises=False): argument