/external/pytorch/aten/src/ATen/ |
D | autocast_mode.h | 361 at::ScalarType to_type, in set_opt_dtype() 368 inline T set_opt_dtype(at::ScalarType to_type, T arg) { in set_opt_dtype() 383 at::ScalarType to_type, in type_from_firstarg()
|
D | autocast_mode.cpp | 120 Tensor cached_cast(at::ScalarType to_type, const Tensor& arg, DeviceType device_type) { in cached_cast()
|
D | SparseCsrTensorUtils.h | 398 inline Tensor to_type(const Tensor& input, ScalarType dtype) { in to_type() function
|
/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/hardwares/ |
D | simple_hardware.cc | 38 auto to_type = GetTypeId(); in GetHardwareSwitchingCost() local
|
D | cpu_hardware.cc | 59 auto to_type = GetTypeId(); in GetHardwareSwitchingCost() local
|
D | gpu_hardware.cc | 46 auto to_type = GetTypeId(); in GetHardwareSwitchingCost() local
|
/external/pytorch/torch/csrc/jit/passes/onnx/ |
D | cast_all_constant_to_floating.cpp | 33 int to_type = 0; in CastAllConstantToFloating() local
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | primitive_util.h | 209 PrimitiveType to_type) { in CastPreservesValues()
|
D | primitive_util_test.cc | 291 auto to_type = static_cast<PrimitiveType>(to_type_int); in TEST() local
|
/external/pytorch/torch/testing/_internal/ |
D | autocast_test_lists.py | 396 def cast(val, to_type): argument
|
D | common_nn.py | 3723 def to_type(tensor, real, complex): function
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_element_type_converter.cc | 67 PrimitiveType to_type) { in GetConvertedTupleShape()
|
D | elemental_ir_emitter.cc | 227 PrimitiveType to_type, llvm::Module* module, in EmitIntegralToFloating() 259 PrimitiveType to_type = op->shape().element_type(); in EmitIntegerUnaryOp() local 304 PrimitiveType to_type = op->shape().element_type(); in EmitIntegerUnaryOp() local 379 PrimitiveType to_type = op->shape().element_type(); in EmitFloatUnaryOp() local 469 PrimitiveType to_type = op->shape().element_type(); in EmitFloatUnaryOp() local 595 PrimitiveType to_type = op->shape().element_type(); in EmitComplexUnaryOp() local
|
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderLayeredFramebuffer.cpp | 523 glw::GLenum to_type = (n == 0) ? GL_UNSIGNED_BYTE : (n == 1) ? GL_INT : GL_UNSIGNED_INT; in iterate() local 589 glw::GLenum to_type = GL_NONE; in iterate() local
|
/external/libnl/include/nl-priv-dynamic-route/ |
D | nl-priv-dynamic-route.h | 47 enum rtnl_tc_type to_type; member
|
/external/tensorflow/tensorflow/core/kernels/mlir_generated/ |
D | gpu_unary_ops_test.cc | 191 #define TEST_CAST_FROM_TO(from_type, to_type) \ argument 202 #define TEST_NON_NEGATIVE_VALUES_CAST_FROM_TO(from_type, to_type) \ argument
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_function.cpp | 161 const glsl_type *to_type; in get_parameter_match_type() local
|
D | gl_nir_link_functions.c | 128 const struct glsl_type *to_type; in get_parameter_match_type() local
|
/external/pytorch/test/ |
D | test_xpu.py | 332 def cast(val, to_type): argument
|
/external/pytorch/torch/onnx/ |
D | symbolic_opset8.py | 185 def _cast_to_type(g: jit_utils.GraphContext, input, to_type): argument
|
/external/coreboot/src/lib/ |
D | ubsan.c | 253 struct ubsan_type_descriptor *to_type; member
|
/external/openthread/third_party/mbedtls/repo/library/ |
D | pk.c | 684 psa_key_type_t to_type = psa_get_key_type(attributes); in import_pair_into_psa() local
|
/external/libchrome/base/debug/ |
D | activity_tracker.cc | 78 uint32_t to_type) { in AllocateFrom()
|
/external/flatbuffers/src/ |
D | idl_gen_kotlin.cpp | 789 std::string to_type; in FlexBufferBuilderCast() local
|
/external/python/pycparser/pycparser/ |
D | c_ast.py | 292 def __init__(self, to_type, expr, coord=None): argument
|