Home
last modified time | relevance | path

Searched defs:output_type (Results 1 – 25 of 122) sorted by relevance

12345

/third_party/weston/protocol/
Dmeson.build56 if output_type == 'client-header' variable
58 elif output_type == 'server-header' variable
63 output_type = 'code' variable
/third_party/boost/boost/compute/algorithm/
Dinclusive_scan.hpp64 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
Dexclusive_scan.hpp81 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
Dcopy.hpp222 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/
Dinclusive_scan.hpp64 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
Dexclusive_scan.hpp81 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
Dcopy.hpp222 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/
Darg_min.cc22 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()
Darg_max.cc49 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()
Dadd.cc41 …auto output_type = CheckAndConvertUtils::CheckTensorTypeSame(types, common_valid_types, prim_name); in AddInfer() local
Dsparse_softmax_cross_entropy_with_logits.cc56 auto output_type = input_args[0]->BuildType()->cast<TensorTypePtr>()->element(); in SparseSoftmaxCrossEntropyWithLogitsInfer() local
DLayerNormBetaGammaBackprop.cc51 auto output_type = CheckAndConvertUtils::CheckTensorTypeSame(types, valid_types, prim_name); in LayerNormBetaGammaBackpropInferType() local
Dlayer_norm_beta_gamma_backprop_v2.cc42 auto output_type = in LayerNormBetaGammaBackpropV2InferType() local
/third_party/boost/boost/date_time/
Dstring_convert.hpp24 typedef std::basic_string<OutputT> output_type; in convert_string_type() typedef
/third_party/boost/libs/units/example/
Druntime_unit.cpp42 std::string output_type("meter"); in main() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/
Dpy_func_op.h33 explicit PyFuncOp(py::function func, DataType::Type output_type) in PyFuncOp()
/third_party/node/test/js-native-api/test_conversions/
Dtest_null.c6 #define GEN_NULL_CHECK_BINDING(binding_name, output_type, api) \ argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/host/
Ddynamic_shape_kernel.cc34 auto output_type = TypeId::kNumberTypeInt64; in Execute() local
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/ascend/
Dascend_ps_cache.cc84 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/
Dnir_opcodes.py35 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/
Dunused_cast_node_remove_pass.cc61 auto output_type = GetValueNode<NumberPtr>(cast_cnode->input(2)); in Run() local
/third_party/boost/libs/compute/include/boost/compute/algorithm/detail/
Dserial_scan.hpp42 std::iterator_traits<OutputIterator>::value_type output_type; in serial_scan() typedef
/third_party/boost/boost/compute/algorithm/detail/
Dserial_scan.hpp42 std::iterator_traits<OutputIterator>::value_type output_type; in serial_scan() typedef
/third_party/grpc/src/compiler/
Dnode_generator.cc102 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/
Danf_runtime_algorithm.h51 OpRuntimeInfo(std::vector<std::string> output_format, std::vector<TypeId> output_type, in OpRuntimeInfo()

12345