Home
last modified time | relevance | path

Searched defs:to_type (Results 1 – 11 of 11) sorted by relevance

/external/libnl/include/netlink-private/route/
Dtc-api.h40 enum rtnl_tc_type to_type; member
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_element_type_converter.cc67 PrimitiveType to_type) { in GetConvertedTupleShape()
Delemental_ir_emitter.cc221 PrimitiveType to_type, llvm::Module* module, in EmitIntegralToFloating()
253 PrimitiveType to_type = op->shape().element_type(); in EmitIntegerUnaryOp() local
298 PrimitiveType to_type = op->shape().element_type(); in EmitIntegerUnaryOp() local
373 PrimitiveType to_type = op->shape().element_type(); in EmitFloatUnaryOp() local
431 PrimitiveType to_type = op->shape().element_type(); in EmitFloatUnaryOp() local
555 PrimitiveType to_type = op->shape().element_type(); in EmitComplexUnaryOp() local
/external/mesa3d/src/compiler/glsl/
Dir_function.cpp139 const glsl_type *to_type; in get_parameter_match_type() local
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLayeredFramebuffer.cpp521 glw::GLenum to_type = (n == 0) ? GL_UNSIGNED_BYTE : (n == 1) ? GL_INT : GL_UNSIGNED_INT; in iterate() local
587 glw::GLenum to_type = GL_NONE; in iterate() local
/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dgpu_unary_ops_test.cc134 #define TEST_CAST_FROM_TO(from_type, to_type) \ argument
/external/flatbuffers/src/
Didl_gen_kotlin.cpp684 std::string to_type; in FlexBufferBuilderCast() local
/external/libchrome/base/debug/
Dactivity_tracker.cc78 uint32_t to_type) { in AllocateFrom()
/external/python/pycparser/pycparser/
Dc_ast.py292 def __init__(self, to_type, expr, coord=None): argument
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc509 auto to_type = broadcast_to.getType().cast<RankedTensorType>(); in Broadcast1DToFeatureDim() local
528 auto to_type = broadcast_to.getType().cast<TensorType>(); in BroadcastToShapeOf() local
/external/python/cpython3/Objects/
Dunicodeobject.c181 #define _PyUnicode_CONVERT_BYTES(from_type, to_type, begin, end, to) \ argument