Home
last modified time | relevance | path

Searched refs:type_in (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/operator/composite/
Dmultitype_funcgraph.cc64 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/
Dgen_spirv_builder_and_parser.py335 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/
Dcache_fbb.cc108 auto type_in = col_ts->type(); in RestoreOneTensor() local
119 switch (type_in) { in RestoreOneTensor()
/third_party/boost/boost/convert/
Dbase.hpp49 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/
Dparser_impl.h215 TypedIdentifier(const ast::Type* type_in,
283 const ast::Type* type_in);
Dparser_impl.cc219 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/
Dparser_impl.h76 TypedExpression(const Type* type_in, const ast::Expression* expr_in);
Dparser_impl.cc265 TypedExpression::TypedExpression(const Type* type_in, in TypedExpression() argument
267 : type(type_in), expr(expr_in) {} in TypedExpression()
/third_party/ffmpeg/fftools/
Dffmpeg_opt.c640 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/
Dlibinput.c82 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()