/third_party/weston/protocol/ |
D | meson.build | 56 if output_type == 'client-header' variable 58 elif output_type == 'server-header' variable 63 output_type = 'code' variable
|
/third_party/boost/boost/compute/algorithm/ |
D | inclusive_scan.hpp | 64 std::iterator_traits<OutputIterator>::value_type output_type; in inclusive_scan() typedef 82 std::iterator_traits<OutputIterator>::value_type output_type; in inclusive_scan() typedef
|
D | exclusive_scan.hpp | 81 std::iterator_traits<OutputIterator>::value_type output_type; in exclusive_scan() typedef 99 std::iterator_traits<OutputIterator>::value_type output_type; in exclusive_scan() typedef
|
D | copy.hpp | 222 typedef typename OutputIterator::value_type output_type; in dispatch_copy() typedef 308 typedef typename OutputIterator::value_type output_type; in dispatch_copy() typedef 415 typedef typename std::iterator_traits<OutputIterator>::value_type output_type; in dispatch_copy_async() typedef 508 typedef typename std::iterator_traits<OutputIterator>::value_type output_type; in dispatch_copy() typedef 591 typedef typename std::iterator_traits<OutputIterator>::value_type output_type; in dispatch_copy() typedef
|
/third_party/boost/libs/compute/include/boost/compute/algorithm/ |
D | inclusive_scan.hpp | 64 std::iterator_traits<OutputIterator>::value_type output_type; in inclusive_scan() typedef 82 std::iterator_traits<OutputIterator>::value_type output_type; in inclusive_scan() typedef
|
D | exclusive_scan.hpp | 81 std::iterator_traits<OutputIterator>::value_type output_type; in exclusive_scan() typedef 99 std::iterator_traits<OutputIterator>::value_type output_type; in exclusive_scan() typedef
|
D | copy.hpp | 222 typedef typename OutputIterator::value_type output_type; in dispatch_copy() typedef 308 typedef typename OutputIterator::value_type output_type; in dispatch_copy() typedef 415 typedef typename std::iterator_traits<OutputIterator>::value_type output_type; in dispatch_copy_async() typedef 508 typedef typename std::iterator_traits<OutputIterator>::value_type output_type; in dispatch_copy() typedef 591 typedef typename std::iterator_traits<OutputIterator>::value_type output_type; in dispatch_copy() typedef
|
/third_party/mindspore/mindspore/core/ops/ |
D | arg_min.cc | 22 void ArgMin::Init(const int64_t axis, const TypeId output_type) { in Init() 28 void ArgMin::set_output_type(const TypeId output_type) { (void)this->AddAttr(kOutputType, TypeIdToT… in set_output_type()
|
D | arg_max.cc | 49 void ArgMax::Init(const int64_t axis, const TypeId output_type) { in Init() 55 void ArgMax::set_output_type(const TypeId output_type) { (void)this->AddAttr(kOutputType, TypeIdToT… in set_output_type()
|
D | add.cc | 41 …auto output_type = CheckAndConvertUtils::CheckTensorTypeSame(types, common_valid_types, prim_name); in AddInfer() local
|
D | sparse_softmax_cross_entropy_with_logits.cc | 56 auto output_type = input_args[0]->BuildType()->cast<TensorTypePtr>()->element(); in SparseSoftmaxCrossEntropyWithLogitsInfer() local
|
D | LayerNormBetaGammaBackprop.cc | 51 auto output_type = CheckAndConvertUtils::CheckTensorTypeSame(types, valid_types, prim_name); in LayerNormBetaGammaBackpropInferType() local
|
D | layer_norm_beta_gamma_backprop_v2.cc | 42 auto output_type = in LayerNormBetaGammaBackpropV2InferType() local
|
/third_party/boost/boost/date_time/ |
D | string_convert.hpp | 24 typedef std::basic_string<OutputT> output_type; in convert_string_type() typedef
|
/third_party/boost/libs/units/example/ |
D | runtime_unit.cpp | 42 std::string output_type("meter"); in main() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ |
D | py_func_op.h | 33 explicit PyFuncOp(py::function func, DataType::Type output_type) in PyFuncOp()
|
/third_party/node/test/js-native-api/test_conversions/ |
D | test_null.c | 6 #define GEN_NULL_CHECK_BINDING(binding_name, output_type, api) \ argument
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/host/ |
D | dynamic_shape_kernel.cc | 34 auto output_type = TypeId::kNumberTypeInt64; in Execute() local
|
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/ascend/ |
D | ascend_ps_cache.cc | 84 auto output_type = kernel::AicpuOpUtil::MsTypeToProtoType(data_type[output_index]); in SetProtoOutputs() local 230 std::vector<TypeId> output_type = {TypeId::kNumberTypeFloat32}; in HashSwapOut() local 271 std::vector<TypeId> output_type = {TypeId::kNumberTypeInt32}; in HashSwapIn() local
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_opcodes.py | 35 def __init__(self, name, output_size, output_type, input_sizes, argument 155 def opcode(name, output_size, output_type, input_sizes, input_types, argument 168 def unop_horiz(name, output_size, output_type, input_size, input_type, argument 173 def unop_reduce(name, output_size, output_type, input_type, prereduce_expr, argument 585 def binop_reduce(name, output_size, output_type, src_type, prereduce_expr, argument
|
/third_party/mindspore/mindspore/lite/tools/optimizer/graph/ |
D | unused_cast_node_remove_pass.cc | 61 auto output_type = GetValueNode<NumberPtr>(cast_cnode->input(2)); in Run() local
|
/third_party/boost/libs/compute/include/boost/compute/algorithm/detail/ |
D | serial_scan.hpp | 42 std::iterator_traits<OutputIterator>::value_type output_type; in serial_scan() typedef
|
/third_party/boost/boost/compute/algorithm/detail/ |
D | serial_scan.hpp | 42 std::iterator_traits<OutputIterator>::value_type output_type; in serial_scan() typedef
|
/third_party/grpc/src/compiler/ |
D | node_generator.cc | 102 const Descriptor* output_type = method->output_type(); in GetAllMessages() local 160 const Descriptor* output_type = method->output_type(); in PrintMethod() local
|
/third_party/mindspore/mindspore/ccsrc/backend/session/ |
D | anf_runtime_algorithm.h | 51 OpRuntimeInfo(std::vector<std::string> output_format, std::vector<TypeId> output_type, in OpRuntimeInfo()
|