/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/ |
D | type_conversion.cc | 47 Type from_type = getElementTypeOrSelf(inputs[0].getType()); in materializeCastFromIllegal() local 60 Type from_type = getElementTypeOrSelf(inputs[0].getType()); in materializeCastToIllegal() local
|
/external/tensorflow/tensorflow/core/kernels/mlir_generated/ |
D | gpu_unary_ops_test.cc | 166 #define TEST_CAST_FROM_TO(from_type, to_type) \ argument 177 #define TEST_NON_NEGATIVE_VALUES_CAST_FROM_TO(from_type, to_type) \ argument 188 #define TEST_CAST_TO_NO_UNSIGNED(from_type) \ argument 197 #define TEST_CAST_TO_UNSIGNED(from_type) \ argument 203 #define TEST_NON_NEGATIVE_VALUES_CAST_TO_UNSIGNED(from_type) \ argument 209 #define TEST_CAST_TO(from_type) \ argument
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | primitive_util.h | 198 inline bool CastPreservesValues(PrimitiveType from_type, in CastPreservesValues()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/hardwares/ |
D | simple_hardware.cc | 37 auto from_type = from->GetTypeId(); in GetHardwareSwitchingCost() local
|
D | gpu_hardware.cc | 45 auto from_type = from->GetTypeId(); in GetHardwareSwitchingCost() local
|
D | cpu_hardware.cc | 56 auto from_type = from->GetTypeId(); in GetHardwareSwitchingCost() local
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_element_type_converter.cc | 66 Shape GetConvertedTupleShape(const Shape& shape, PrimitiveType from_type, in GetConvertedTupleShape()
|
D | elemental_ir_emitter.cc | 235 PrimitiveType from_type, in EmitIntegralToFloating() 267 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitIntegerUnaryOp() local 312 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitIntegerUnaryOp() local 387 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitFloatUnaryOp() local 477 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitFloatUnaryOp() local 595 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitComplexUnaryOp() local
|
D | shape_inference.cc | 220 PrimitiveType from_type, in MaybeUpcast()
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_function.cpp | 138 const glsl_type *from_type; in get_parameter_match_type() local
|
/external/selinux/policycoreutils/secon/ |
D | secon.c | 64 unsigned int from_type:8; /* 16 bits, uses 4 bits */ member
|
/external/libchrome/base/debug/ |
D | activity_tracker.cc | 76 uint32_t from_type, in AllocateFrom()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ParseHelper.cpp | 3038 auto from_type = node->getBasicType(); in integerCheck() local 6913 TBasicType from_type = from.getBasicType(); in findFunctionExplicitTypes() local
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | ParseHelper.cpp | 3052 auto from_type = node->getBasicType(); in integerCheck() local 6947 TBasicType from_type = from.getBasicType(); in findFunctionExplicitTypes() local
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 187 #define _PyUnicode_CONVERT_BYTES(from_type, to_type, begin, end, to) \ argument
|