Home
last modified time | relevance | path

Searched defs:from_type (Results 1 – 7 of 7) 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.cc192 PrimitiveType from_type, in EmitIntegralToFloating()
224 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitIntegerUnaryOp() local
269 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitIntegerUnaryOp() local
339 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitFloatUnaryOp() local
391 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitFloatUnaryOp() local
509 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/libchrome/base/debug/
Dactivity_tracker.cc76 uint32_t from_type, in AllocateFrom()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp6071 TBasicType from_type = from.getBasicType(); in findFunctionExplicitTypes() local
/external/python/cpython3/Objects/
Dunicodeobject.c162 #define _PyUnicode_CONVERT_BYTES(from_type, to_type, begin, end, to) \ argument