Searched refs:type_in (Results 1 – 10 of 10) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/frontend/operator/composite/ |
D | multitype_funcgraph.cc | 64 py::object type_in = tuple[it]; in PyRegister() local 66 if (py::isinstance<py::str>(type_in)) { in PyRegister() 67 auto type_name = type_in.cast<std::string>(); in PyRegister() 72 } else if (py::isinstance<Type>(type_in)) { in PyRegister() 73 type_ptr = type_in.cast<TypePtr>(); in PyRegister()
|
/third_party/skia/third_party/externals/angle2/src/common/spirv/ |
D | gen_spirv_builder_and_parser.py | 335 type_in = 'const ' + cpp_type + 'List &' 338 type_in = 'const ' + cpp_type + ' *' 341 type_in = cpp_type 344 return (type_in, type_out, is_array, is_optional) 450 type_in, type_out, is_array, is_optional = self.get_operand_type_in_and_out(operand) 453 cpp_operands_in.append(', ' + type_in + ' ' + operand_name)
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/ |
D | cache_fbb.cc | 108 auto type_in = col_ts->type(); in RestoreOneTensor() local 119 switch (type_in) { in RestoreOneTensor()
|
/third_party/boost/boost/convert/ |
D | base.hpp | 49 template<typename type_in, typename type_out> 51 operator()(type_in const& in, boost::optional<type_out>& out) const in operator ()()
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
D | parser_impl.h | 215 TypedIdentifier(const ast::Type* type_in, 283 const ast::Type* type_in);
|
D | parser_impl.cc | 219 ParserImpl::TypedIdentifier::TypedIdentifier(const ast::Type* type_in, in TypedIdentifier() argument 222 : type(type_in), name(std::move(name_in)), source(std::move(source_in)) {} in TypedIdentifier() 254 const ast::Type* type_in) in VarDeclInfo() argument 259 type(type_in) {} in VarDeclInfo()
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | parser_impl.h | 76 TypedExpression(const Type* type_in, const ast::Expression* expr_in);
|
D | parser_impl.cc | 265 TypedExpression::TypedExpression(const Type* type_in, in TypedExpression() argument 267 : type(type_in), expr(expr_in) {} in TypedExpression()
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg_opt.c | 640 char type_in, type_out; in copy_metadata() local 644 parse_meta_type(inspec, &type_in, &idx_in, &istream_spec); in copy_metadata() 657 if (type_in == 'g' || type_out == 'g') in copy_metadata() 659 if (type_in == 's' || type_out == 's') in copy_metadata() 661 if (type_in == 'c' || type_out == 'c') in copy_metadata() 693 SET_DICT(type_in, meta_in, ic, idx_in); in copy_metadata() 697 if (type_in == 's') { in copy_metadata()
|
/third_party/libinput/src/ |
D | libinput.c | 82 unsigned int type_in, in check_event_type() argument 89 va_start(args, type_in); in check_event_type() 93 if (type_permitted == type_in) { in check_event_type() 105 type_in, function_name); in check_event_type()
|