Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dgpu_unary_ops_test.cc134 #define TEST_CAST_FROM_TO(from_type, to_type) \ argument
143 #define TEST_CAST_TO(from_type) \ argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_element_type_converter.cc66 Shape GetConvertedTupleShape(const Shape& shape, PrimitiveType from_type, in GetConvertedTupleShape()
Delemental_ir_emitter.cc220 PrimitiveType from_type, in EmitIntegralToFloating()
252 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitIntegerUnaryOp() local
297 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitIntegerUnaryOp() local
372 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitFloatUnaryOp() local
430 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitFloatUnaryOp() local
553 PrimitiveType from_type = op->operand(0)->shape().element_type(); in EmitComplexUnaryOp() local
Dshape_inference.cc219 PrimitiveType from_type, in MaybeUpcast()
/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.cpp6559 TBasicType from_type = from.getBasicType(); in findFunctionExplicitTypes() local
/external/python/cpython3/Objects/
Dunicodeobject.c181 #define _PyUnicode_CONVERT_BYTES(from_type, to_type, begin, end, to) \ argument