Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_element_type_converter.cc66 Shape GetConvertedTupleShape(const Shape& shape, PrimitiveType from_type, in GetConvertedTupleShape()
Delemental_ir_emitter.cc218 PrimitiveType from_type, in EmitIntegralToFloating()
250 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitIntegerUnaryOp() local
295 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitIntegerUnaryOp() local
370 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitFloatUnaryOp() local
428 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitFloatUnaryOp() local
547 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitComplexUnaryOp() local
/external/mesa3d/src/compiler/glsl/
Dir_function.cpp138 const glsl_type *from_type; in get_parameter_match_type() local
/external/selinux/policycoreutils/secon/
Dsecon.c64 unsigned int from_type:8; /* 16 bits, uses 4 bits */ member
/external/v8/src/torque/
Dtypes.cc1104 const Type* from_type) { in TopTypeResult()
/external/libchrome/base/debug/
Dactivity_tracker.cc76 uint32_t from_type, in AllocateFrom()
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
DParseHelper.cpp6392 TBasicType from_type = from.getBasicType(); in findFunctionExplicitTypes() local
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp6443 TBasicType from_type = from.getBasicType(); in findFunctionExplicitTypes() local
/external/python/cpython3/Objects/
Dunicodeobject.c171 #define _PyUnicode_CONVERT_BYTES(from_type, to_type, begin, end, to) \ argument